-
Notifications
You must be signed in to change notification settings - Fork 534
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
[Checkpointing] ExitEvent
storage and proof generation
#838
[Checkpointing] ExitEvent
storage and proof generation
#838
Conversation
ExitEvent
storage and proof generation
30c4673
to
5804e63
Compare
5804e63
to
f9853f9
Compare
Codecov Report
@@ Coverage Diff @@
## feature/v3-parity #838 +/- ##
====================================================
Coverage ? 53.33%
====================================================
Files ? 160
Lines ? 21306
Branches ? 0
====================================================
Hits ? 11364
Misses ? 9034
Partials ? 908 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Generally looks good, but found some minor points to be addressed.
4b02a07
to
a6cbda3
Compare
* JSON RPC point for generating exit proofs * Comments fix
Description
Added functions to store and query exit events in
state.go
.Added event root hash calculation which will be used as a parameter in block extra (one of the parameters for checkpoint), that gets signed by validators.
Added exit proof generation for users that want to exit.
Added relevant UTs for positive and negative cases.
Changes include
Checklist
Testing