-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add new types to list of accepted types and remove deprecated ones #892
Conversation
8e63873
to
ee43259
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the new supported list of envelope type
s in --tx-file
arguments? The code does not list it explicitly any more and as a user I would want to read about the concrete changes in a changelog or so.
1f0137b
to
69979f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Please squash the commits.
85b7488
to
e2466e9
Compare
* Add new types to list of accepted types * Refactor `readCddlTx` and `readCddlWitness` for testability * Remove deprecated envelope types * Generate `TextEnvelope` types from era names * Generate `TextEnvelope` types using `textEnvelopeType` directly
e2466e9
to
9af9596
Compare
@Jimbo4350 what exactly is new in |
Changelog
Context
There was an issue with transactions created using the non-deprecated function
serialiseToTextEnvelope
as alternative toserialiseTxLedgerCddl
. Because the implementation incardano-cli
still doesn't accept it.This PR ensures the new types are accepted.
There is a corresponding PR that does a change required by this PR in
cardano-api
: IntersectMBO/cardano-api#634How to trust this PR
Ensure this solves the problem that was reported.
Checklist