We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Genesis import fails when the registry contains expired nodes:
level=error module=tendermint/registry caller=genesis.go:83 ts=2020-01-25T22:24:31.352771Z msg="InitChain: failed to register node" err="registry: node expired" node="unsupported value type" level=error module=abci-mux caller=mux.go:433 ts=2020-01-25T22:24:31.352813Z msg="InitChain: fatal error in application" err="registry: genesis node registration failure: registry: node expired" app=200_registry
This is an issue because nodes are kept in the registry after expiring for the debonding period.
The text was updated successfully, but these errors were encountered:
Example of affected genesis dump attached: questnet-dump.tar.gz
Sorry, something went wrong.
I just did this in my branch since I'm messing with the registry code anyway.
Yawning
Successfully merging a pull request may close this issue.
Genesis import fails when the registry contains expired nodes:
This is an issue because nodes are kept in the registry after expiring for the debonding period.
The text was updated successfully, but these errors were encountered: