cosmos-sdk/x/upgrade
daeMOn b6c3756c9a
fix!: invalid return value from keeper GetLastCompleteUpgrade - breaking change version (#11800)
2022-05-02 10:23:27 -04:00
..
client chore: master -> main (#11730) 2022-04-24 10:19:04 -04:00
exported x/upgrade: protocol version tracking (#8897) 2021-04-02 07:11:58 -07:00
keeper fix!: invalid return value from keeper GetLastCompleteUpgrade - breaking change version (#11800) 2022-05-02 10:23:27 -04:00
plan perf: x/*: remove unnecessary byte<->string conversions in fmt and read-only bytes (#10739) 2021-12-11 15:04:38 -08:00
spec feat: Add `MsgSoftwareUpgrade` and `MsgCancelUpgrade` (for new msgs-based gov proposals) (#11116) 2022-03-03 16:45:02 +01:00
types refactor!: abstractions for snapshot and pruning; snapshot intervals eventually pruned; unit tests (#11496) 2022-04-21 15:30:36 -04:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
abci.go feat!: add protection against accidental downgrades (#10407) 2022-01-25 16:23:38 +00:00
abci_test.go feat: `ScheduleUpgradeNoHeightValidation` for automated upgrades w/o gov proposal (#11551) 2022-04-07 17:00:00 +00:00
doc.go x/upgrade: remove support for time based upgrades (#8849) 2021-03-14 01:03:01 +00:00
handler.go refactor: move legacy gov to v1beta1 (#10748) 2021-12-13 18:48:44 +00:00
module.go fix!: invalid return value from keeper GetLastCompleteUpgrade - breaking change version (#11800) 2022-05-02 10:23:27 -04:00

README.md

Upgrade

  • Upgrade - Software upgrades handling and coordination.