cosmos-sdk/x/upgrade
Emmanuel T Odeke 78e98a60c4
perf: x/*: remove unnecessary byte<->string conversions in fmt and read-only bytes (#10739)
2021-12-11 15:04:38 -08:00
..
client feat: Add upgrade proposal plan validation to CLI (#10379) 2021-11-12 17:44:33 +00:00
exported x/upgrade: protocol version tracking (#8897) 2021-04-02 07:11:58 -07:00
keeper perf: x/*: remove unnecessary byte<->string conversions in fmt and read-only bytes (#10739) 2021-12-11 15:04:38 -08:00
migrations/v038 refactor: Rename x/{mod}/legacy to x/{mod}/migrations (#9628) 2021-07-05 14:55:51 +00: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 style: lint go and markdown (#10060) 2021-10-30 13:43:04 +00:00
types refactor: Move TxDecoder into its own middleware (#10612) 2021-12-06 10:26:15 +01:00
README.md docs: add READMEs to each modules' directory (#10721) 2021-12-10 16:10:11 +00:00
abci.go feat: file watcher for cosmovisor (#8590) 2021-08-11 15:03:48 +00:00
abci_test.go feat(tests): add simapp setup helpers (#10020) 2021-09-15 17:18:01 -04:00
doc.go x/upgrade: remove support for time based upgrades (#8849) 2021-03-14 01:03:01 +00:00
handler.go x/upgrade: remove alias.go usage (#6382) 2020-06-10 18:54:15 +00:00
module.go fix: Check error for RegisterQueryHandlerClient in all modules RegisterGRPCGatewayRoutes (#10439) 2021-10-28 11:01:25 +00:00

README.md

Upgrade

  • Upgrade - Software upgrades handling and coordination.