Closed fmorency closed 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
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