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
The cli currently has an intermediate TxBody type that is serialised in an intermediate format which does not follow cardano-ledger's CDDL spec (for example).
This is less than ideal because other libraries in the cardano ecosystem conforms to the ledger's CDDL spec: Relevant issue: #3370
Solution: Add a flag to the cli allowing the CDDL serialisation of any relevant outputs. Eventually we will deprecate the cli's intermediate format.
The text was updated successfully, but these errors were encountered:
The cli currently has an intermediate TxBody type that is serialised in an intermediate format which does not follow cardano-ledger's CDDL spec.
A flag was added to the cli allowing the CDDL serialisation of any relevant outputs. Eventually the cli's intermediate format will be deprecated.
See IntersectMBO/cardano-node#3544
The cli currently has an intermediate
TxBody
type that is serialised in an intermediate format which does not followcardano-ledger
's CDDL spec (for example).This is less than ideal because other libraries in the cardano ecosystem conforms to the ledger's CDDL spec: Relevant issue: #3370
Solution: Add a flag to the cli allowing the CDDL serialisation of any relevant outputs. Eventually we will deprecate the cli's intermediate format.
The text was updated successfully, but these errors were encountered: