cosmos-sdk/x/upgrade
mergify[bot] 89be5a2578
fix: removed potential sources of non-determinism in upgrades (backport #10189) (#10253)
* fix: removed potential sources of non-determinism in upgrades (#10189)

forced deterministic iteration order in upgrade migrations, x/upgrade and store during upgrades

Co-authored-by: Robert Zaremba <robert@zaremba.ch>
(cherry picked from commit f757c90f61)

# Conflicts:
#	CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Tomas Tauber <2410580+tomtau@users.noreply.github.com>
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
2021-09-29 11:05:51 +02:00
..
client refactor(client): add client/Context.Codec and deprecate JSONCodec (#9498) 2021-06-11 11:49:39 +00:00
exported x/upgrade: protocol version tracking (#8897) 2021-04-02 07:11:58 -07:00
keeper fix: removed potential sources of non-determinism in upgrades (backport #10189) (#10253) 2021-09-29 11:05:51 +02:00
legacy/v038 Remove migration scripts <=0.38 (#9291) 2021-05-11 14:01:13 +00:00
spec chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
types chore: Deprecate QueryUpgradedConsensusState (#9906) (#9909) 2021-08-12 16:07:38 +02:00
abci.go fix: Dumping upgrade info interrupted by cosmovisor (#9384) 2021-06-21 12:48:15 +00:00
abci_test.go fix: rollback height->Height in x/upgrade plan.DueAt formatting (#9416) 2021-05-28 20:06:06 +00: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 codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00