checkpoint-labs / checkpoint

Checkpoint is a library for indexing data of Starknet contracts.
https://checkpoint.box
MIT License
55 stars 22 forks source link

fix: deduplicate checkpoints #304

Closed Sekhmet closed 5 days ago

Sekhmet commented 5 days ago

If there are multiple events in single block we should only add one entry into preloadBlocks. Otherwise it will cause next to be called multiple times for the same block.