-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Errror when restarting a node to sync blocks after setting halt-height in app.toml #5350
Comments
halt-height
in app.toml
thanks @kogisin. Indeed, we shouldn't allow |
@fedekunze Thanks for your quick response.
|
Can confirm this issue exists even with non-zero I imagine it would work if you roll back by 1 block. In any case, I've opened a PR that fixes the problem. |
Ah! Nice catch @kogisin 👍 |
@alexanderbez |
This doesn't exist yet in the SDK, but the code is out there somewhere. Waiting on the folks from the Regen team to upstream. /cc @aaronc @ethanfrey |
Summary of Bug
Gracefully halt the node at certain block height works fine, but I am not too sure if this is normal behavior that the node can't be restarted to sync blocks after specifying
halt-height=0
.Version
Gaia v2.0.3 - Cosmos SDK v0.37.4
Steps to Reproduce
Gaia 13006 Testnet
halt-height = 100
inapp.toml
halt-height = 0
inapp.toml
Wrong Block Header App Hash
error message.For Admin Use
The text was updated successfully, but these errors were encountered: