Skip to content

native-balances-v0.2.0

Latest
Compare
Choose a tag to compare
@DenisCarriere DenisCarriere released this 26 Aug 13:00
· 2 commits to main since this release
be7ea01

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 spkg params

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