Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to CDDL formatted outputs from cardano-cli #3544

Closed
Jimbo4350 opened this issue Jan 27, 2022 · 0 comments
Closed

Switch to CDDL formatted outputs from cardano-cli #3544

Jimbo4350 opened this issue Jan 27, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Jimbo4350
Copy link
Contributor

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.

@Jimbo4350 Jimbo4350 added the enhancement New feature or request label Jan 27, 2022
@Jimbo4350 Jimbo4350 self-assigned this Jan 27, 2022
mkoura added a commit to mkoura/cardano-clusterlib-py that referenced this issue Jan 28, 2022
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant