Reecepbcups / interchain-indexer

A cosmos / interchain blockchain indexer written in Python
21 stars 4 forks source link

Index past blocks #4

Closed Reecepbcups closed 1 year ago

Reecepbcups commented 1 year ago

On start, if new block height < current by a margin of +1 or 2, iterate the range on the RPC directly

Maybe do with httpx async similar to my airdrop-tools/ cw721 nft airdrop script