Skip to content

Persist the EVM-only execution cursor with each block's FlatKV state - #4190

Merged
masih merged 5 commits into
giga-1from
masih/1789484452-evmonly-durable-cursor
Sep 16, 2026
Merged

masih merged 5 commits into
giga-1from
masih/1789484452-evmonly-durable-cursor

Address review: single InitChain seed, durable-aware abandonPending, …

50c4f0f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 16, 2026 in 0s

65.54% (-0.02%) compared to 7e3ca24

View this Pull Request on Codecov

65.54% (-0.02%) compared to 7e3ca24

Details

Codecov Report

❌ Patch coverage is 80.74074% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.54%. Comparing base (7e3ca24) to head (50c4f0f).
⚠️ Report is 5 commits behind head on giga-1.

Files with missing lines Patch % Lines
sei-tendermint/internal/evmonlyapp/app.go 76.13% 21 Missing ⚠️
sei-tendermint/internal/evmonlyapp/cursor.go 91.89% 3 Missing ⚠️
giga/evmonly/giga_store.go 80.00% 1 Missing ⚠️
sei-tendermint/node/public.go 66.66% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           giga-1    #4190      +/-   ##
==========================================
- Coverage   65.55%   65.54%   -0.02%     
==========================================
  Files        2081     2077       -4     
  Lines      157460   157117     -343     
==========================================
- Hits       103222   102975     -247     
+ Misses      54097    54001      -96     
  Partials      141      141              
Files with missing lines Coverage Δ
giga/evmonly/executor.go 91.28% <100.00%> (+0.07%) ⬆️
sei-tendermint/internal/p2p/giga_router_common.go 78.35% <ø> (+0.15%) ⬆️
giga/evmonly/giga_store.go 92.30% <80.00%> (-0.80%) ⬇️
sei-tendermint/node/public.go 81.81% <66.66%> (-0.66%) ⬇️
sei-tendermint/internal/evmonlyapp/cursor.go 91.89% <91.89%> (ø)
sei-tendermint/internal/evmonlyapp/app.go 80.08% <76.13%> (-1.69%) ⬇️

... and 9 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.