Closed Micrograx closed 2 months ago
cardano-node: 9.1 hdyra-node: 0.18.1 cardano-cli: 9.2.1
cardano-cli conway transaction build-raw
blueprintTx
The hydra-node responds with
"Error in $.blueprintTx: \nunexpected \"l\"\nexpecting hexadecimal digit\nIncorrect transaction id format: Expected Base16-encoded bytestring, but got b; invalid bytestring size"
The hydra-node should parse the blueprint correctly and build the commit tx.
Use cardano-cli babbage transaction build-raw instead to build the blueprint.
cardano-cli babbage transaction build-raw
This will be fixed in 0.19.0 that will be released in the next couple of days.
Context & versions
cardano-node: 9.1 hdyra-node: 0.18.1 cardano-cli: 9.2.1
Steps to reproduce
cardano-cli conway transaction build-raw
to create a transaction to use as blueprintblueprintTx
field of the request to the /commit endpointActual behavior
The hydra-node responds with
Expected behavior
The hydra-node should parse the blueprint correctly and build the commit tx.
Workaround
Use
cardano-cli babbage transaction build-raw
instead to build the blueprint.