Skip to content
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

Create TotalDeposits events during all eras #3404

Merged
merged 2 commits into from
May 18, 2023

Conversation

kderme
Copy link
Contributor

@kderme kderme commented May 8, 2023

Description

TotalDeposits appeared as event only during the Shelley era, since next eras have a different Event (EraRule "UTXO") instance. This pr makes sure the event appears during all eras.

Would it be possible to have new releases with this? I've updated the Changelogs assuming that.

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated
  • Any changes are noted in the CHANGELOG.md for affected package
  • The version bounds in .cabal files are updated
  • Code is formatted with fourmolu (use scripts/fourmolize.sh)
  • Cabal files are formatted (use scripts/cabal-format.sh)
  • hie.yaml has been updated (use scripts/gen-hie.sh)
  • Self-reviewed the diff

@JaredCorduan
Copy link
Contributor

good catch @kderme ! thanks for making the fix. After node 8.0.0.0 is released I will be doing another release of the ledger libraries.

It was only created on Shelley. It's still missing from Conway.
Copy link
Contributor

@JaredCorduan JaredCorduan left a comment

Choose a reason for hiding this comment

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

Looks great, thank you @kderme !

@JaredCorduan JaredCorduan merged commit 5fe59b7 into IntersectMBO:master May 18, 2023
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.

3 participants