Add support for graceful halt via server config #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #5. For the upgrade strategy, please see the issue.
I cherry-picked cosmos#4059 which was released as
cosmos/cosmos-sdk
v0.34.0.This is the temporary change based on the
develop
branch (v0.35.6-internal
tag), so that we can upgradepanacead
with exporting the genesis at the desired height.I'd like to suggest to release this change as
v0.35.7-internal
, and release the panacea-corev1.2.6-internal
with this cosmos.Then, we can upgrade the testnet from
v1.2.5-internal
tov1.2.6-internal
.After all, we can upgrade panacea to
v1.3.0
by stopping all nodes at the halt-height.(
v1.3.0
will have DID features and the new cosmos-sdkv0.37.14-internal
.)