Skip to content

feat(evmonly): add eth_call RPC to the EVM-only executor - #4194

Merged
shemnon merged 7 commits into
giga-1from
shemnon/giga-evmonly-call
Sep 16, 2026
Merged

shemnon merged 7 commits into
giga-1from
shemnon/giga-evmonly-call

Merge remote-tracking branch 'origin/giga-1' into shemnon/giga-evmonl…

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

65.55% (+0.00%) compared to 7e3ca24

View this Pull Request on Codecov

65.55% (+0.00%) compared to 7e3ca24

Details

Codecov Report

❌ Patch coverage is 89.41176% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.55%. Comparing base (7e3ca24) to head (cda82e7).
⚠️ Report is 14 commits behind head on giga-1.

Files with missing lines Patch % Lines
giga/evmonly/call.go 85.71% 4 Missing ⚠️
giga/evmonly/rpc/call.go 90.90% 2 Missing ⚠️
giga/evmonly/rpc/server.go 50.00% 1 Missing ⚠️
sei-tendermint/internal/evmonlyapp/app.go 96.29% 1 Missing ⚠️
sei-tendermint/internal/rpc/core/mempool.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           giga-1    #4194    +/-   ##
========================================
  Coverage   65.55%   65.55%            
========================================
  Files        2081     2083     +2     
  Lines      157460   157280   -180     
========================================
- Hits       103222   103106   -116     
+ Misses      54097    54033    -64     
  Partials      141      141            
Files with missing lines Coverage Δ
sei-tendermint/internal/proxy/proxy.go 88.46% <100.00%> (-2.65%) ⬇️
giga/evmonly/rpc/server.go 21.95% <50.00%> (-20.16%) ⬇️
sei-tendermint/internal/evmonlyapp/app.go 82.31% <96.29%> (+0.53%) ⬆️
sei-tendermint/internal/rpc/core/mempool.go 49.18% <0.00%> (-2.23%) ⬇️
giga/evmonly/rpc/call.go 90.90% <90.90%> (ø)
giga/evmonly/call.go 85.71% <85.71%> (ø)

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