Skip to content

Remove BabbageEra from experimental Era type#828

Merged
palas merged 1 commit into
masterfrom
remove-babbage-from-experimental-era-type
Apr 25, 2025
Merged

Remove BabbageEra from experimental Era type#828
palas merged 1 commit into
masterfrom
remove-babbage-from-experimental-era-type

Conversation

@palas
Copy link
Copy Markdown
Contributor

@palas palas commented Apr 24, 2025

Changelog

- description: |
    Removed Babbage era from `Experimental` API together with `babbageEraOnwardsToEra` function.
  type:
  - breaking

Context

This PR addresses #827. It is part of an effort to propagate the experimental API through cardano-cli. Because Babbage era is deprecated we are removing it from the experimental API.

How to trust this PR

Check just the right things are removed and the updates make sense. The fact that it typechecks already gives a lot of assurance in this particular case.

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated. See Running tests for more details
  • Self-reviewed the diff

Comment thread cardano-api/src/Cardano/Api/Internal/Experimental/Tx.hs Outdated
@palas palas force-pushed the remove-babbage-from-experimental-era-type branch from 9bc4a0d to b03d68a Compare April 25, 2025 11:17
@palas palas force-pushed the remove-babbage-from-experimental-era-type branch from b03d68a to 8953632 Compare April 25, 2025 11:17
@palas palas requested a review from carbolymer April 25, 2025 11:18
Copy link
Copy Markdown
Contributor

@Jimbo4350 Jimbo4350 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, how does this look in cardano-cli?

@palas
Copy link
Copy Markdown
Contributor Author

palas commented Apr 25, 2025

Nice, how does this look in cardano-cli?

It just affects two lines, where there was a case over the era. Very small changes

@palas palas added this pull request to the merge queue Apr 25, 2025
Merged via the queue into master with commit 283b2af Apr 25, 2025
29 checks passed
@palas palas deleted the remove-babbage-from-experimental-era-type branch April 25, 2025 14:51
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.

Update new Era construct to not include the deprecated era Babbage

3 participants