-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: main
Are you sure you want to change the base?
Conversation
a687b02
to
7d2602b
Compare
7d2602b
to
f6b6b2c
Compare
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #533 +/- ##
==========================================
+ Coverage 56.13% 56.64% +0.51%
==========================================
Files 298 304 +6
Lines 30530 31021 +491
==========================================
+ Hits 17139 17573 +434
- Misses 13391 13448 +57
|
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
2e0f72e
to
aa0cd3b
Compare
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
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