eth.rb icon indicating copy to clipboard operation
eth.rb copied to clipboard

eth/client: fix get balance for block number

Open dapi opened this issue 10 months ago • 1 comments

Add availability to request eth_get_balance for the block number

dapi avatar Apr 02 '24 18:04 dapi

I have prepared this fix: https://github.com/q9f/eth.rb/pull/268. It isn't as easy as yours, but my approach allows us to use eth_call. We should probably support a custom block number for more calls than eth_get_balance and eth_call.

wafcio avatar Apr 03 '24 19:04 wafcio

Thanks, I opted for #268

q9f avatar Jun 23 '24 20:06 q9f