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

Fix/checkpoint verification in CL STF #730

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

fix: handle mock mode properly

5260396
Select commit
Loading
Failed to load commit list.
Draft

Fix/checkpoint verification in CL STF #730

fix: handle mock mode properly
5260396
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 12, 2025 in 0s

54.79% (-0.11%) compared to 0c9741c

View this Pull Request on Codecov

54.79% (-0.11%) compared to 0c9741c

Details

Codecov Report

Attention: Patch coverage is 40.67797% with 35 lines in your changes missing coverage. Please review.

Project coverage is 54.79%. Comparing base (0c9741c) to head (5260396).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/chaintsn/src/transition.rs 53.33% 21 Missing ⚠️
crates/crypto/src/groth16_verifier.rs 0.00% 11 Missing ⚠️
...tes/consensus-logic/src/checkpoint_verification.rs 0.00% 2 Missing ⚠️
crates/primitives/src/batch.rs 0.00% 1 Missing ⚠️
@@            Coverage Diff             @@
##             main     #730      +/-   ##
==========================================
- Coverage   54.90%   54.79%   -0.11%     
==========================================
  Files         321      322       +1     
  Lines       35826    35953     +127     
==========================================
+ Hits        19669    19702      +33     
- Misses      16157    16251      +94     
Files with missing lines Coverage Δ
crates/primitives/src/batch.rs 27.60% <0.00%> (ø)
...tes/consensus-logic/src/checkpoint_verification.rs 0.00% <0.00%> (ø)
crates/crypto/src/groth16_verifier.rs 0.00% <0.00%> (ø)
crates/chaintsn/src/transition.rs 49.85% <53.33%> (-2.23%) ⬇️

... and 19 files with indirect coverage changes

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.