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
It is no longer possible to create TxBodys in the cli intermediate format since #4303. We should fully drop support as it is unlikely that users have unsigned transactions serialized in the intermediate tx body format lying around. Fully dropping support allows us to clean up the code in cardano-cli.
There is documentation and/or examples for the new functionality (usage/response)
Log/record changes on Vnext (or similar depending on what we adopt)
Ticket number(s) included in PR description
All Acceptance Criteria met and covered by dev/unit/property/integration tests
System/E2E automated tests + System Test Engineer Owner Sign-off
NOTE: Ideally, we should merge only fully implemented and tested features into the master branch.
So all the above steps are required for the PR to be merged.
In order to avoid the PRs becoming stale and requiring to be rebased on master, these can be merged
after a reasonable time (current agreement is 3 days) if the System Test Engineer Owner's sign-off
was not provided (last step in the DoD).
IMPORTANT: Any deviation from the plan should be discussed and agreed as a comment in the Feature file.
What
Remove support for the TxBody intermediate format
Why
It is no longer possible to create
TxBody
s in the cli intermediate format since #4303. We should fully drop support as it is unlikely that users have unsigned transactions serialized in the intermediate tx body format lying around. Fully dropping support allows us to clean up the code incardano-cli
.Personas
Definition of Done (DoD)
Sign-off
Related PRs
Acceptance Criteria
Acceptance Criteria & User Stories define here (or in a separate file (linked here) for a big feature)
The text was updated successfully, but these errors were encountered: