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
Summary
In our system we construct a burning TX using Cardano Serialisation Lib (CSL) on a browser frontend and then send it serialised as CBOR to our backend where we deserialise it, do some validation and then submit it to our local node. This has been working perfectly fine for a long time now, but recently we ran into very strange DecoderFailure errors with 2 such burning TXs, when we submitted them:
External
Area
Tx submission
Summary
In our system we construct a burning TX using Cardano Serialisation Lib (CSL) on a browser frontend and then send it serialised as CBOR to our backend where we deserialise it, do some validation and then submit it to our local node. This has been working perfectly fine for a long time now, but recently we ran into very strange DecoderFailure errors with 2 such burning TXs, when we submitted them:
We are using CSL 11.5.0 and Cardano Node 8.9.1 with cardano-api 8.39.3.0.
We decoded the TXs both with cardano-cli as well as CSL but we could not find anything suspicious - we have the CBORs of the 2 TXs attached.
3c6def41927725728b20a13dcd9b195c4e8adc45e656eb7d31c1f91220ef1d45_cbor.txt
b373fc4e57ef514e5169fcc3709d25b26713b7f2e87136d2bdb856d487d5ade4_cbor.txt
The text was updated successfully, but these errors were encountered: