cardano-ledger
cardano-ledger copied to clipboard
Add `GovInfoEvent`
Description
This PR adds an event to EPOCH
which contains sets with expired and enacted governance actions and a set with all the governance action IDs that are unclaimed.
resolves #4165
Checklist
- [ ] Commit sequence broadly makes sense and commits have useful messages
- [ ] New tests are added if needed and existing tests are updated
- [ ] When applicable, versions are updated in
.cabal
andCHANGELOG.md
files according to the versioning process. - [ ] The version bounds in
.cabal
files for all affected packages are updated. If you change the bounds in a cabal file, that package itself must have a version increase. (See RELEASING.md) - [ ] All visible changes are prepended to the latest section of a
CHANGELOG.md
for the affected packages. New section is never added with the code changes. (See RELEASING.md) - [x] Code is formatted with
fourmolu
(usescripts/fourmolize.sh
) - [x] Cabal files are formatted (use
scripts/cabal-format.sh
) - [x]
hie.yaml
has been updated (usescripts/gen-hie.sh
) - [ ] Self-reviewed the diff