Skip to content

feat(evmonly): add eth_gasPrice and eth_feeHistory to the EVM-only executor - #4220

Merged
shemnon merged 5 commits into
giga-1from
shemnon/giga-evmonly-fee-history
Sep 17, 2026
Merged

shemnon merged 5 commits into
giga-1from
shemnon/giga-evmonly-fee-history

Address seidroid review: fix wire shape, close a receipt-guard gap, d…

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

65.57% (+0.01%) compared to 7e3ca24

View this Pull Request on Codecov

65.57% (+0.01%) compared to 7e3ca24

Details

Codecov Report

❌ Patch coverage is 83.83838% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.57%. Comparing base (7e3ca24) to head (d086104).
⚠️ Report is 19 commits behind head on giga-1.

Files with missing lines Patch % Lines
giga/evmonly/rpc/info.go 84.09% 14 Missing ⚠️
sei-tendermint/internal/evmonlyapp/app.go 0.00% 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    #4220      +/-   ##
==========================================
+ Coverage   65.55%   65.57%   +0.01%     
==========================================
  Files        2081     2083       +2     
  Lines      157460   157472      +12     
==========================================
+ Hits       103222   103256      +34     
+ Misses      54097    54075      -22     
  Partials      141      141              
Files with missing lines Coverage Δ
giga/evmonly/rpc/block.go 87.00% <100.00%> (ø)
giga/evmonly/rpc/server.go 23.25% <100.00%> (-18.85%) ⬇️
sei-tendermint/internal/proxy/proxy.go 91.66% <100.00%> (+0.55%) ⬆️
sei-tendermint/internal/evmonlyapp/app.go 81.27% <0.00%> (-0.50%) ⬇️
sei-tendermint/internal/rpc/core/mempool.go 48.14% <0.00%> (-3.27%) ⬇️
giga/evmonly/rpc/info.go 84.44% <84.09%> (ø)

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