-
Notifications
You must be signed in to change notification settings - Fork 22
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 protocol version 7 #1075
Add protocol version 7 #1075
Conversation
9f111f5
to
3c530a0
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 don't see it here, but I think this PR should also add a P6->P7 protocol update (modelled on the P6 Reboot update). Some of the documentation issues in the new protocol update code may also be errors in the other places they've been copied from.
concordium-consensus/src/Concordium/GlobalState/Persistent/BlockState.hs
Show resolved
Hide resolved
concordium-consensus/src/Concordium/GlobalState/Persistent/Account/StructureV1.hs
Outdated
Show resolved
Hide resolved
concordium-consensus/src/Concordium/ProtocolUpdate/P7/Reboot.hs
Outdated
Show resolved
Hide resolved
concordium-consensus/src/Concordium/ProtocolUpdate/P7/Reboot.hs
Outdated
Show resolved
Hide resolved
concordium-consensus/src/Concordium/ProtocolUpdate/P7/Reboot.hs
Outdated
Show resolved
Hide resolved
I have now added the code for P6->P7 protocol update |
Purpose
Add boilerplate for introducing a protocol version 7. Closing #1066.
Should be merged after Concordium/concordium-base#474 and Concordium/concordium-grpc-api#49.
Checklist
hard-to-understand areas.