Skip to content
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-799: Upgrade CL guest code to prove range of N blocks #563

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

review fix

7c26c7b
Select commit
Loading
Failed to load commit list.
Open

STR-799: Upgrade CL guest code to prove range of N blocks #563

review fix
7c26c7b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 1, 2025 in 0s

56.46% (-0.12%) compared to c349e65

View this Pull Request on Codecov

56.46% (-0.12%) compared to c349e65

Details

Codecov Report

Attention: Patch coverage is 37.86008% with 151 lines in your changes missing coverage. Please review.

Project coverage is 56.46%. Comparing base (c349e65) to head (7c26c7b).

Files with missing lines Patch % Lines
bin/prover-client/src/operators/cl_stf.rs 0.00% 73 Missing ⚠️
bin/prover-client/src/operators/checkpoint.rs 0.00% 32 Missing ⚠️
bin/prover-client/src/operators/cl_agg.rs 0.00% 13 Missing ⚠️
bin/prover-client/src/hosts/native.rs 0.00% 7 Missing ⚠️
bin/prover-client/src/hosts/sp1.rs 0.00% 6 Missing ⚠️
bin/strata-client/src/rpc_server.rs 0.00% 6 Missing ⚠️
provers/perf/src/main.rs 0.00% 5 Missing ⚠️
bin/prover-client/src/rpc_server.rs 0.00% 4 Missing ⚠️
bin/prover-client/src/operators/evm_ee.rs 0.00% 2 Missing ⚠️
crates/proof-impl/cl-stf/src/lib.rs 96.42% 2 Missing ⚠️
... and 1 more
@@            Coverage Diff             @@
##             main     #563      +/-   ##
==========================================
- Coverage   56.58%   56.46%   -0.12%     
==========================================
  Files         314      314              
  Lines       31931    32014      +83     
==========================================
+ Hits        18067    18077      +10     
- Misses      13864    13937      +73     
Files with missing lines Coverage Δ
crates/primitives/src/proof.rs 36.84% <ø> (ø)
crates/proof-impl/cl-stf/src/prover.rs 100.00% <100.00%> (ø)
crates/rpc/api/src/lib.rs 0.00% <ø> (ø)
crates/rpc/prover-client-api/src/lib.rs 0.00% <ø> (ø)
crates/test-utils/src/evm_ee.rs 100.00% <100.00%> (ø)
crates/zkvm/hosts/src/native.rs 100.00% <100.00%> (ø)
bin/prover-client/src/operators/operator.rs 0.00% <0.00%> (ø)
bin/prover-client/src/operators/evm_ee.rs 0.00% <0.00%> (ø)
crates/proof-impl/cl-stf/src/lib.rs 94.87% <96.42%> (+1.20%) ⬆️
bin/prover-client/src/rpc_server.rs 0.00% <0.00%> (ø)
... and 7 more

... and 6 files with indirect coverage changes