liftedinit / yaci

Yet Another Cosmos Indexer
Apache License 2.0
6 stars 3 forks source link

feat: process missing blocks at startup #21

Closed fmorency closed 2 weeks ago

fmorency commented 2 weeks ago

This PR scans the database for missed blocks.

A missed block can (only) occur when the application is halted after the maximum number of retries is reached.

Missed transactions are not possible due to the atomic nature of the PostgreSQL transaction.

Fixes #17