-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cardanoDbMeta invalid during initial sync #248
Comments
Not a bug, and actually is a helpful guard against following a stale chain. If a block is not produced within the past two minutes, this is expected based on the current logic |
Sync percentage is still off. Will investigate again, but |
With the implementation of queries to the node via |
…tialisation state Enabled by having direct access to `cardano-node` via `cardano-cli` Fixes #248
…tialisation state Enabled by having direct access to cardano-node via cardano-cli, the node tip is used as the base value to determine the sync progress of cardano-db-sync. In addition, the initialisation state is now determined by asserting the most recent epoch in the table matches the tip's epochNo Fixes #248
In the latest version of the dependencies I'm seeing inaccuracies when performing an initial sync of:
The text was updated successfully, but these errors were encountered: