Skip to content

feat(evmonly): add eth_getBalance RPC - #4140

Open
codchen wants to merge 1 commit into
mainfrom
codex/evmonly-get-balance
Open

feat(evmonly): add eth_getBalance RPC#4140
codchen wants to merge 1 commit into
mainfrom
codex/evmonly-get-balance

feat(evmonly): add get balance RPC

448897f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 14, 2026 in 1s

60.62% (-0.97%) compared to 9407b6d

View this Pull Request on Codecov

60.62% (-0.97%) compared to 9407b6d

Details

Codecov Report

❌ Patch coverage is 77.77778% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.62%. Comparing base (9407b6d) to head (448897f).
⚠️ Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
giga/evmonly/rpc/server.go 0.00% 1 Missing and 1 partial ⚠️
sei-tendermint/internal/rpc/core/mempool.go 0.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4140      +/-   ##
==========================================
- Coverage   61.58%   60.62%   -0.97%     
==========================================
  Files        2196     2080     -116     
  Lines      193825   180359   -13466     
==========================================
- Hits       119365   109336   -10029     
+ Misses      62888    60605    -2283     
+ Partials    11572    10418    -1154     
Files with missing lines Coverage Δ
giga/evmonly/rpc/balance.go 100.00% <100.00%> (ø)
giga/evmonly/rpc/server.go 31.25% <0.00%> (-1.01%) ⬇️
sei-tendermint/internal/rpc/core/mempool.go 45.02% <0.00%> (-0.48%) ⬇️

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