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: restore cpBlocksCache if processing failed #259

Closed Sekhmet closed 9 months ago

Sekhmet commented 9 months ago

Currently it's possible that processing fails and block won't be retried because it was in cpBlocksCache and got removed before processing. We need to restore it back.

Test plan