feat(evmonly): add eth_getTransactionCount, eth_blockNumber, eth_chainId RPC, backport eth_getBalance - #4192
Merged
shemnon merged 5 commits intoSep 15, 2026
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).
Additional details and impacted files
@@ 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 |
🚀 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.
Loading