-
Notifications
You must be signed in to change notification settings - Fork 166
Ensure dreps exist prior to delegation #4652
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
Ensure dreps exist prior to delegation #4652
Conversation
5055afd to
6e3b413
Compare
7bc121b to
c98bdd4
Compare
c98bdd4 to
a0cac9a
Compare
teodanciu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, just a few questions but nothing important - you can safely ignore them.
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Constrained/Conway/GovCert.hs
Show resolved
Hide resolved
libs/cardano-ledger-test/src/Test/Cardano/Ledger/Constrained/Conway/LedgerTypes/Specs.hs
Show resolved
Hide resolved
aa30e39 to
b0c216f
Compare
b0c216f to
1b13241
Compare
Until now we discarded the delegatee cases. This led to the generation of signals where a delegatee key was already unregistered in the same signal, resulting in a `DelegateeDRepNotRegisteredDELEG` or a `DelegateeStakePoolNotRegisteredDELEG` failure.
This commit can be reverted once the spec is up-to-date with: #4598
1b13241 to
1c97496
Compare
Lucsanszky
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@teodanciu I marked your remarks as resolved so I can merge. I'll let @lehins to address them.
Description
Fixes #4598
Checklist
CHANGELOG.mdfor the affected packages.New section is never added with the code changes. (See RELEASING.md)
.cabalandCHANGELOG.mdfiles according to theversioning process.
.cabalfiles 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)
fourmolu(usescripts/fourmolize.sh)scripts/cabal-format.sh)hie.yamlhas been updated (usescripts/gen-hie.sh)