-
Notifications
You must be signed in to change notification settings - Fork 157
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 CBOR instances for DefaultVote #4860
Conversation
I don't know exactly how you like to define CBOR instances. If the structure shall be different, do tell me. |
8e37f79
to
a1b5663
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.
I'm not sure about the CBOR instances, since we may need to consider whether non-default votes share any tag-space. Just left a comment about the CHANGELOG.
a1b5663
to
5093b24
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.
Looks great. Thank you!
5093b24
to
e59a601
Compare
I used |
e59a601
to
79a1b99
Compare
I think @aniketd has to dismiss his request for changes in order to merge this |
Comments are addressed, dismissing in order to unblock merging.
Description
This is necessary for IntersectMBO/ouroboros-consensus#1371
Checklist
Tests added or updated when neededCHANGELOG.md
files updated for packages with externally visible changesNew section is never added with the code changes. (See RELEASING.md)
Versions updated in.cabal
andCHANGELOG.md
files when necessary, according to theversioning process.
Version bounds in
.cabal
files updated when necessaryIf you change the bounds in a cabal file, that package itself must have a version increase. (See RELEASING.md)
scripts/fourmolize.sh
)scripts/cabal-format.sh
)hie.yaml
updated (usescripts/gen-hie.sh
)