Make Babbage Era de new Default after the Vasil HF #4151
Closed
8 of 18 tasks
Labels
enhancement
New feature or request
in-scope
This item is being worked and will be part of an upcoming release
priority high
issues/PRs that MUST be addressed. The release can't happen without this;
priority: high
Needs to be addressed as soon as possible, probably within current sprint.
type: internal feature
Non user-facing functionality
Vasil
Uh oh!
There was an error while loading. Please reload this page.
What - The user facing feature being implemented
Currently Alonzo is the Default era.
After the Vasil HF, Babbage needs to default era so that you don't need the
babbage-era
flag any more.Why
This is consistent with what we have done in the past to default to an era after a HF
Context: https://input-output.atlassian.net/browse/CAD-4445?focusedCommentId=94990
"The cli build commnad will need an explicit --babbage-era flag once the Babbage HF happens, up until we switch the default CLI era (to Babbage). Note that this is consistent with other commands: they explicitly need an era flag to use a new era, until the default is changed later."
Related GH issues:
transaction build
doesn't work #3900Acceptance Criteria
WHEN I
build
a transactionAND I do not provide any era flag
THEN
build
generates a valid transaction body.WHEN I
build
a transactionAND I provide the "--babbage-era"
THEN
build
generates a valid transaction body.WHEN I
build-raw
a transactionAND I do not provide any era flag
THEN
build
generates a valid transaction body.WHEN I
build-raw
a transactionAND I provide the "--babbage-era"
THEN
build
generates a valid transaction body.WHEN I
calculate-min-required-utxo
for a transactionAND I do not provide any era flag
THEN
calculate-min-required-utxo
calculates the minimum required value for the transaction output.Definition of done
Sign-off
Related PR
The text was updated successfully, but these errors were encountered: