Skip to content

Conversation

@nbacquey
Copy link
Contributor

Changelog

- description: |
    Change default era value from `babbage` to `conway`
# uncomment types applicable to the change:
  type:
  # - feature        # introduces a new feature
  - breaking       # the API has changed in a breaking way
  # - compatible     # the API has changed but is non-breaking
  # - optimisation   # measurable performance improvements
  # - refactoring    # QoL changes
  - bugfix         # fixes a defect
  # - test           # fixes/modifies tests
  # - maintenance    # not directly related to the code
  # - release        # related to a new release preparation
  # - documentation  # change in code docs, haddocks...

Context

Since most Babbage commands have been decommissioned, it makes no sense for babbage to be the default era, when none is provided to the CLI. This PR changes the default to conway instead. Additionally, it fixes an upstream bug in cardano-testnet where the default era was passed back as an input to cardano-cli.

How to trust this PR

Highlight important bits of the PR that will make the review faster. If there are commands the reviewer can run to observe the new behavior, describe them.

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • Self-reviewed the diff

@palas palas added this pull request to the merge queue May 20, 2025
Merged via the queue into master with commit 8945668 May 20, 2025
25 checks passed
@palas palas deleted the nb/fix_default_era branch May 20, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants