Skip to content

Recover each EVM tx sender once on the ingesting validator - #4183

Merged
masih merged 6 commits into
giga-1from
masih/1789479448-one-ecrecover
Sep 16, 2026
Merged

masih merged 6 commits into
giga-1from
masih/1789479448-one-ecrecover

Pass known senders to the executor as a slice aligned with the block'…

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

65.53% (-0.02%) compared to 7e3ca24

View this Pull Request on Codecov

65.53% (-0.02%) compared to 7e3ca24

Details

Codecov Report

❌ Patch coverage is 85.71429% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.53%. Comparing base (7e3ca24) to head (0b30507).
⚠️ Report is 10 commits behind head on giga-1.

Files with missing lines Patch % Lines
sei-tendermint/internal/rpc/core/mempool.go 0.00% 3 Missing ⚠️
giga/evmonly/rpc/send.go 80.00% 2 Missing ⚠️
sei-tendermint/internal/evmonlyapp/app.go 93.75% 1 Missing ⚠️
...ei-tendermint/internal/p2p/giga_router_fullnode.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           giga-1    #4183      +/-   ##
==========================================
- Coverage   65.55%   65.53%   -0.02%     
==========================================
  Files        2081     2081              
  Lines      157460   157264     -196     
==========================================
- Hits       103222   103065     -157     
+ Misses      54097    54058      -39     
  Partials      141      141              
Files with missing lines Coverage Δ
giga/evmonly/executor.go 91.35% <100.00%> (+0.14%) ⬆️
giga/evmonly/parser.go 98.03% <100.00%> (+2.38%) ⬆️
giga/evmonly/rpc/server.go 20.51% <ø> (-21.60%) ⬇️
giga/evmonly/types.go 90.00% <ø> (ø)
sei-tendermint/internal/p2p/giga_router.go 100.00% <ø> (ø)
...i-tendermint/internal/p2p/giga_router_validator.go 93.33% <100.00%> (+0.09%) ⬆️
sei-tendermint/internal/evmonlyapp/app.go 80.87% <93.75%> (-0.90%) ⬇️
...ei-tendermint/internal/p2p/giga_router_fullnode.go 36.36% <0.00%> (-0.68%) ⬇️
giga/evmonly/rpc/send.go 81.48% <80.00%> (ø)
sei-tendermint/internal/rpc/core/mempool.go 44.05% <0.00%> (-7.36%) ⬇️

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