-
Notifications
You must be signed in to change notification settings - Fork 156
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
Add policy hash protection to TreasuryWithdrawals
and ParameterChange
#3975
Conversation
d54eb45
to
c751b49
Compare
TreasuryWithdrawals
and NewCommittee
TreasuryWithdrawals
and ParameterChange
c751b49
to
440ad2d
Compare
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.
Looking great 🙂
c55031d
to
89e89ca
Compare
d793a02
to
061d52a
Compare
061d52a
to
5f5ef5f
Compare
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.
That's exactly what we needed. Thanks!
eras/conway/impl/testlib/Test/Cardano/Ledger/Conway/Imp/GovSpec.hs
Outdated
Show resolved
Hide resolved
Maybe conway CHANGELOG mentioning the changes in |
76d583c
to
b3488fd
Compare
b827a01
to
a351761
Compare
a351761
to
ecbf0f5
Compare
Description
Adds hash protection to
TreasuryWithdrawals
andParameterChange
. The hashes are checked in the GOV rule, and if a policy script is present, then we require a witness for it in the UTXOW rule.The tests rely on #3960
resolves #3957
Checklist
.cabal
andCHANGELOG.md
files according to theversioning process.
.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)CHANGELOG.md
for the affected packages. New section is never added with the code changes. (See RELEASING.md)fourmolu
(usescripts/fourmolize.sh
)scripts/cabal-format.sh
)hie.yaml
has been updated (usescripts/gen-hie.sh
)