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
support key migration when upgrade to tendermint 0.35
Problem Definition
In Tendermint 0.35, the format of keys in the database are changed. Operators who are running nodes that started as 0.34 will need to migrate the key formats.
Proposal
Gaia will migrate the key format through pre-upgrade handler in cosmovisor before execute the new binary. We could use cosmovisor with a flag --pre-upgrade-hook to run a script to migrate the key.
TODO:
add key migration cli
define the pre-upgrade handler and the script to run for migration
Summary
support key migration when upgrade to tendermint 0.35
Problem Definition
In Tendermint 0.35, the format of keys in the database are changed. Operators who are running nodes that started as 0.34 will need to migrate the key formats.
Proposal
Gaia will migrate the key format through pre-upgrade handler in cosmovisor before execute the new binary. We could use cosmovisor with a flag
--pre-upgrade-hook
to run a script to migrate the key.TODO:
Ref:
cosmos/cosmos-sdk#10047
For Admin Use
The text was updated successfully, but these errors were encountered: