Skip to content

fix(evmonly): restore the durable execution cursor - #4231

Merged
bdchatham merged 2 commits into
giga-1from
brandon/evmonly-durable-cursor
Sep 17, 2026
Merged

bdchatham merged 2 commits into
giga-1from
brandon/evmonly-durable-cursor

fix(evmonly): seed block time on resume, guard the EVM key, keep pipe…

2b30967
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 17, 2026 in 1s

65.59% (+0.03%) compared to 7e3ca24

View this Pull Request on Codecov

65.59% (+0.03%) compared to 7e3ca24

Details

Codecov Report

❌ Patch coverage is 79.50311% with 33 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.59%. Comparing base (7e3ca24) to head (2b30967).
⚠️ Report is 24 commits behind head on giga-1.

Files with missing lines Patch % Lines
sei-tendermint/internal/evmonlyapp/app.go 77.88% 23 Missing ⚠️
giga/evmonly/executor.go 50.00% 3 Missing ⚠️
giga/evmonly/giga_store.go 70.00% 3 Missing ⚠️
sei-tendermint/internal/evmonlyapp/cursor.go 91.89% 3 Missing ⚠️
sei-tendermint/node/public.go 75.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           giga-1    #4231      +/-   ##
==========================================
+ Coverage   65.55%   65.59%   +0.03%     
==========================================
  Files        2081     2079       -2     
  Lines      157460   157583     +123     
==========================================
+ Hits       103222   103363     +141     
+ Misses      54097    54079      -18     
  Partials      141      141              
Files with missing lines Coverage Δ
sei-tendermint/internal/p2p/giga_router_common.go 78.35% <ø> (+0.15%) ⬆️
sei-tendermint/node/public.go 83.65% <75.00%> (+1.17%) ⬆️
giga/evmonly/executor.go 90.34% <50.00%> (-0.87%) ⬇️
giga/evmonly/giga_store.go 91.60% <70.00%> (-1.50%) ⬇️
sei-tendermint/internal/evmonlyapp/cursor.go 91.89% <91.89%> (ø)
sei-tendermint/internal/evmonlyapp/app.go 81.44% <77.88%> (-0.33%) ⬇️

... and 12 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.