Currently trying to submit a transaction via cardano-submit-api and I get
[cardano-tx-submit:Info:528] [2021-10-20 17:15:47.36 UTC] txSubmitPost: failed to submit transaction: transaction read error RawCborDecodeError [DecoderErrorDeserialiseFailure "Byron Tx" (DeserialiseFailure 1 "Size mismatch when decoding TxAux.\nExpected 2, but found 3."),DecoderErrorDeserialiseFailure "Shelley Tx" (DeserialiseFailure 79 "Size mismatch when decoding \nRecord TxOut.\nExpected 3, but found 2."),DecoderErrorDeserialiseFailure "Shelley Tx" (DeserialiseFailure 79 "Size mismatch when decoding \nRecord TxOut.\nExpected 3, but found 2."),DecoderErrorDeserialiseFailure "Shelley Tx" (DeserialiseFailure 79 "Size mismatch when decoding \nRecord TxOut.\nExpected 3, but found 2."),DecoderErrorDeserialiseFailure "Shelley Tx" (DeserialiseFailure 1 "Size mismatch when decoding \nRecord RecD.\nExpected 3, but found 4.")]
Whereas after removing the data hash it immediately succeeds with
[cardano-tx-submit:Info:531] [2021-10-20 17:18:57.79 UTC] txSubmitPost: successfully submitted transaction 09743ae07548e109
May I know if transactions in the Alonzo Era are supported in 9.1.0?
If not, are there any resources I can refer to where I can try to implement it for the cardano-serialization-library?
Currently trying to submit a transaction via
cardano-submit-apiand I getWhereas after removing the data hash it immediately succeeds with
May I know if transactions in the Alonzo Era are supported in 9.1.0?
If not, are there any resources I can refer to where I can try to implement it for the cardano-serialization-library?