-
Notifications
You must be signed in to change notification settings - Fork 5
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
Str-727 Upgrade EL guest code to prove range of N blocks #533
Conversation
a687b02
to
7d2602b
Compare
7d2602b
to
f6b6b2c
Compare
b68ae92
to
2e0f72e
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.
Overall looks good.
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 good overall!
While we are here let's change the names from EL
-> EvmEe
aa0cd3b
to
8f11872
Compare
8f11872
to
0c25603
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 good!
0c25603
to
e09cf99
Compare
55ca6c5
to
880dacc
Compare
d2fc9e2
to
b4a3301
Compare
b4a3301
to
c7303fb
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.
ACK c7303fb
Nice work!
Description
Upgrades the current EL guest code and prover manager to support proving the range of EL blocks. The current implementation is designed to prove the STF of a single EL block. This upgrade will generalize the process to handle N blocks.
Type of Change
Notes to Reviewers
Checklist
Related Issues