You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When db-sync is stopped and restarted it will emit a "Starting epoch N" message even if it has a;ready synced some of epoch N and there was no rollback. This is only a problem on start up.
The logic for the LedgerNewEpoch needs to be updated to correctly only emit that event on the boundary between two epochs.
The text was updated successfully, but these errors were encountered:
When
db-sync
is stopped and restarted it will emit a "Starting epoch N" message even if it has a;ready synced some of epoch N and there was no rollback. This is only a problem on start up.The logic for the
LedgerNewEpoch
needs to be updated to correctly only emit that event on the boundary between two epochs.The text was updated successfully, but these errors were encountered: