Skip to content

feat(evmonly): add eth_getTransactionCount, eth_blockNumber, eth_chainId RPC, backport eth_getBalance - #4192

Merged
shemnon merged 5 commits into
giga-1from
scope/giga-evmonly-nonce-blocknumber-chainid-giga1
Sep 15, 2026
Merged

shemnon merged 5 commits into
giga-1from
scope/giga-evmonly-nonce-blocknumber-chainid-giga1

Merge remote-tracking branch 'origin/scope/giga-evmonly-nonce-blocknu…

b484653
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 15, 2026 in 1s

65.53% (-0.03%) compared to 7e3ca24

View this Pull Request on Codecov

65.53% (-0.03%) compared to 7e3ca24

Details

Codecov Report

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

Files with missing lines Patch % Lines
sei-tendermint/abci/types/mocks/application.go 0.00% 8 Missing ⚠️
giga/evmonly/rpc/send.go 81.81% 4 Missing ⚠️
giga/evmonly/rpc/server.go 42.85% 4 Missing ⚠️
sei-tendermint/internal/rpc/core/mempool.go 0.00% 4 Missing ⚠️
sei-tendermint/internal/proxy/proxy.go 0.00% 2 Missing ⚠️
app/abci.go 0.00% 1 Missing ⚠️
sei-cosmos/baseapp/baseapp.go 0.00% 1 Missing ⚠️
sei-tendermint/abci/types/application.go 0.00% 1 Missing ⚠️
sei-tendermint/internal/evmonlyapp/app.go 0.00% 1 Missing ⚠️
sei-tendermint/node/mock_app.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           giga-1    #4192      +/-   ##
==========================================
- Coverage   65.55%   65.53%   -0.03%     
==========================================
  Files        2081     2080       -1     
  Lines      157460   157147     -313     
==========================================
- Hits       103222   102985     -237     
+ Misses      54097    54021      -76     
  Partials      141      141              
Files with missing lines Coverage Δ
giga/evmonly/rpc/info.go 100.00% <100.00%> (ø)
giga/evmonly/rpc/state.go 100.00% <100.00%> (ø)
giga/evmonly/rpc/tx.go 87.87% <100.00%> (ø)
app/abci.go 62.50% <0.00%> (-0.40%) ⬇️
sei-cosmos/baseapp/baseapp.go 82.25% <0.00%> (-0.19%) ⬇️
sei-tendermint/abci/types/application.go 47.61% <0.00%> (-2.39%) ⬇️
sei-tendermint/internal/evmonlyapp/app.go 81.34% <0.00%> (-0.43%) ⬇️
sei-tendermint/node/mock_app.go 88.18% <0.00%> (-0.70%) ⬇️
sei-tendermint/internal/proxy/proxy.go 87.23% <0.00%> (-3.88%) ⬇️
giga/evmonly/rpc/send.go 81.81% <81.81%> (ø)
... and 3 more

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