cosmos-sdk/x/upgrade
yihuang 6473e733d6
fix: move downgrade verification after store migration (#12906)
* move downgrade verification after store migration

otherwise, it panic because it expect the key is migrated
Closes: #12904

* changelog
2022-08-11 09:36:43 -04:00
..
client refactor: move module cli tests up to simapp (#12718) 2022-07-26 22:00:54 +00:00
exported x/upgrade: protocol version tracking (#8897) 2021-04-02 07:11:58 -07:00
keeper chore: remove legacy appmodule boiler plate (#12725) 2022-07-28 13:18:14 +02:00
plan chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
spec docs: add resources about x/upgrade module (#12705) 2022-07-25 11:20:35 +02:00
types chore: remove legacy appmodule boiler plate (#12725) 2022-07-28 13:18:14 +02:00
abci_test.go chore: remove legacy appmodule boiler plate (#12725) 2022-07-28 13:18:14 +02:00
abci.go fix: move downgrade verification after store migration (#12906) 2022-08-11 09:36:43 -04:00
doc.go docs: updates outdated docs (#12014) 2022-05-31 08:59:38 -04:00
handler.go chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
module.go chore: remove legacy appmodule boiler plate (#12725) 2022-07-28 13:18:14 +02:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

Upgrade

  • Upgrade - Software upgrades handling and coordination.