Skip to content

fix(ee-acct-rt): add bookkeeping to update tracked_balance field, tests

df75333
Select commit
Loading
Failed to load commit list.
Closed

STR-3252: add bookkeeping to update tracked_balance field, tests #1845

fix(ee-acct-rt): add bookkeeping to update tracked_balance field, tests
df75333
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 21, 2026 in 1s

65.67% (-14.09%) compared to d1d88bd

View this Pull Request on Codecov

65.67% (-14.09%) compared to d1d88bd

Details

Codecov Report

❌ Patch coverage is 79.03226% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.67%. Comparing base (d1d88bd) to head (df75333).

Files with missing lines Patch % Lines
bin/alpen-client/src/prover/spec_acct.rs 0.00% 5 Missing ⚠️
...e/sequencer/src/update_submitter/update_builder.rs 0.00% 4 Missing ⚠️
crates/ee-acct-runtime/src/verification_state.rs 33.33% 4 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (d1d88bd) and HEAD (df75333). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (d1d88bd) HEAD (df75333)
functional 1 0
@@             Coverage Diff             @@
##             main    #1845       +/-   ##
===========================================
- Coverage   79.76%   65.67%   -14.09%     
===========================================
  Files         674      668        -6     
  Lines       74805    74445      -360     
===========================================
- Hits        59665    48891    -10774     
- Misses      15140    25554    +10414     
Files with missing lines Coverage Δ
bin/prover-perf/src/programs/alpen_acct.rs 89.70% <100.00%> (+0.31%) ⬆️
crates/alpen-ee/block-assembly/src/payload.rs 66.23% <ø> (-33.77%) ⬇️
crates/ee-acct-runtime/src/ee_program.rs 91.96% <100.00%> (+0.07%) ⬆️
crates/ee-acct-runtime/src/update_builder.rs 86.71% <100.00%> (+1.44%) ⬆️
crates/ee-acct-types/src/state.rs 82.17% <100.00%> (+2.63%) ⬆️
crates/proof-impl/alpen-acct/src/program.rs 88.76% <100.00%> (-7.83%) ⬇️
...e/sequencer/src/update_submitter/update_builder.rs 0.00% <0.00%> (-97.65%) ⬇️
crates/ee-acct-runtime/src/verification_state.rs 91.46% <33.33%> (-2.21%) ⬇️
bin/alpen-client/src/prover/spec_acct.rs 0.00% <0.00%> (-52.67%) ⬇️

... and 292 files with indirect coverage changes

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