You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Area Other Any other topic (Delegation, Ranking, ...).
Summary
Submitting a Babbage-era tx using submit-api REST service fails:
$ http POST http://localhost:8090/api/submit/tx Content-Type:application/cbor < tx.signed.cbor
HTTP/1.1 400 Bad Request
Date: Wed, 01 Jun 2022 15:42:13 GMT
Server: Warp/3.3.19
Transfer-Encoding: chunked
"transaction read error RawCborDecodeError [DecoderErrorDeserialiseFailure "Byron Tx" (DeserialiseFailure 1 "Size mismatch when decoding TxAux.\nExpected 2, but found 4."),DecoderErrorDeserialiseFailure "Shelley Tx" (DeserialiseFailure 1 "Size mismatch when decoding \nRecord RecD.\nExpected 4, but found 3."),DecoderErrorDeserialiseFailure "Shelley Tx" (DeserialiseFailure 1 "Size mismatch when decoding \nRecord RecD.\nExpected 4, but found 3."),DecoderErrorDeserialiseFailure "Shelley Tx" (DeserialiseFailure 1 "Size mismatch when decoding \nRecord RecD.\nExpected 4, but found 3."),DecoderErrorDeserialiseFailure "Shelley Tx" (DeserialiseFailure 43 "An error occured while decoding not a valid key:.\nError: 18")]"
It works for Alonzo-era tx submitted on Babbage era network:
Internal
Area
Other Any other topic (Delegation, Ranking, ...).
Summary
Submitting a Babbage-era tx using submit-api REST service fails:
It works for Alonzo-era tx submitted on Babbage era network:
System info:
The text was updated successfully, but these errors were encountered: