Skip to content

Failed to submit transaction with datum hash #225

@tankangliang

Description

@tankangliang

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions