-
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
DELEG, POOL, GOVCERT conformance with Spec v0.8 #3628
DELEG, POOL, GOVCERT conformance with Spec v0.8 #3628
Conversation
7d26ca3
to
4b486ae
Compare
4b486ae
to
bfad8bb
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.
Thanks for going over the code, it's always nice to have someone double-check these things. I think it would make more sense to turn some of the TODO comments in this PR into issues and then maybe merge some of the predicate failure improvements. The logic already seemed to be correct, so I don't think it should be changed.
bfad8bb
to
45e803c
Compare
da32124
to
f276bed
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.
This is looking good. DRep deposits are missing, but that can be done as a follow up PR.
5eed3e3
to
7c1d9d7
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.
My bad, my previous suggestion was slightly off.
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.
I think it's good to go, once other minor comments that I made are addressed.
7c1d9d7
to
59601f4
Compare
59601f4
to
27f418b
Compare
840bcad
to
3a9d387
Compare
Since |
3a9d387
to
ea91fdd
Compare
ea91fdd
to
490c638
Compare
@Soupstraw need you approval here 👑 |
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.
LGTM
Description
Resolves #3442 , #3638, #3646, #3649
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
)