-
Notifications
You must be signed in to change notification settings - Fork 720
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
Incorporate byron votes and proposals into cardano-api #2209
Incorporate byron votes and proposals into cardano-api #2209
Conversation
7a1a798
to
3199e63
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 good! This is what I had in mind, and it should make the CLI quite a bit nicer.
Main thing below is simplifying the serialisation story so we can use the existing serialisation classes.
The other one is non-essential. A TODO is enough for that one.
414216b
to
71f8f5a
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 good.
I think it'd be worth trying and seeing if using ()
rather than ByteString
for the annotation type might make the serialisation code work out more easily.
That is, instead of AProposal ByteString
, try Proposal
, and similarly for the votes.
71f8f5a
to
f40f547
Compare
f40f547
to
550c8c6
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.
Nice!
550c8c6
to
b00f896
Compare
b00f896
to
5e3b214
Compare
5e3b214
to
7725e67
Compare
7725e67
to
43f667f
Compare
da587ba
to
2391234
Compare
2391234
to
0b98522
Compare
I successfully tested this change by moving Byron -> Shelley -> Allegra -> Mary using the the |
bors merge |
Build succeeded: |
No description provided.