Skip to content

feat(evmonly): add eth_getBalance RPC - #4140

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

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.
Seidroid / AI Review succeeded Sep 14, 2026 in 0s

Claude + Codex + Cursor Review: success

Adds eth_getBalance to the EVM-only JSON-RPC surface, reading the current committed EVM state and rejecting historical selectors, with unit, registration, and Docker integration coverage. The block-selector gating, the nil Sei-address argument (only reachable in EVM-only mode, where it is ignored), the RPC-surface exposure, and the 2^200 + 1 integration assertion all check out; nothing blocking found.