·
2 commits
to main
since this release
What's Changed
Test with Avalanche network (no extended blocks)
- Now supports
eth_get_balance
to fetch Native balances for extended & no-extended blocks - supports
chunk_size
as spkgparams
Implements eth_get_balance
:
requests.requests.push(RpcGetBalanceRequest {
address: account.to_vec(),
block: format!("{:#x}", block), // to hex
});
Full Changelog: clickhouse-uniswaps-v0.2.0...native-balances-v0.2.0