Skip to content

feat(evmonly): add eth_getTransactionByHash RPC to the EVM-only executor - #4205

Merged
shemnon merged 2 commits into
giga-1from
shemnon/giga-evmonly-tx-by-hash
Sep 16, 2026
Merged

shemnon merged 2 commits into
giga-1from
shemnon/giga-evmonly-tx-by-hash

fix(evmonly): plumb the EVM-only base fee through Backend

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

65.54% (-0.01%) compared to 7e3ca24

View this Pull Request on Codecov

65.54% (-0.01%) compared to 7e3ca24

Details

Codecov Report

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

Files with missing lines Patch % Lines
giga/evmonly/rpc/tx.go 69.44% 11 Missing ⚠️
sei-tendermint/internal/evmonlyapp/app.go 0.00% 2 Missing ⚠️
sei-tendermint/internal/rpc/core/mempool.go 0.00% 2 Missing ⚠️
giga/evmonly/rpc/call.go 66.66% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           giga-1    #4205      +/-   ##
==========================================
- Coverage   65.55%   65.54%   -0.01%     
==========================================
  Files        2081     2082       +1     
  Lines      157460   157272     -188     
==========================================
- Hits       103222   103089     -133     
+ Misses      54097    54042      -55     
  Partials      141      141              
Files with missing lines Coverage Δ
giga/evmonly/rpc/server.go 21.95% <ø> (-20.16%) ⬇️
sei-tendermint/internal/proxy/proxy.go 90.32% <100.00%> (-0.79%) ⬇️
giga/evmonly/rpc/call.go 87.50% <66.66%> (ø)
sei-tendermint/internal/evmonlyapp/app.go 81.72% <0.00%> (-0.06%) ⬇️
sei-tendermint/internal/rpc/core/mempool.go 48.66% <0.00%> (-2.75%) ⬇️
giga/evmonly/rpc/tx.go 85.10% <69.44%> (ø)

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