cosmos-sdk/x/upgrade
Amaury 5d13b1fc63
InitGenesis in migrations when fromVersion==0 (#9007)
* InitGenesis in migrations when fromVersion==0

* Add test

* Fix test

* Fix comment

* cdc=>codec

* Don't break Configurator

* Remove method

* Add comments

* Add more comments

* Update types/module/module.go

Co-authored-by: technicallyty <48813565+technicallyty@users.noreply.github.com>

* Update types/module/module.go

Co-authored-by: technicallyty <48813565+technicallyty@users.noreply.github.com>

* Update types/module/module.go

Co-authored-by: technicallyty <48813565+technicallyty@users.noreply.github.com>

Co-authored-by: technicallyty <48813565+technicallyty@users.noreply.github.com>
2021-04-02 15:41:35 +00:00
..
client x/upgrade: remove support for time based upgrades (#8849) 2021-03-14 01:03:01 +00:00
exported x/upgrade: protocol version tracking (#8897) 2021-04-02 07:11:58 -07:00
keeper x/upgrade: protocol version tracking (#8897) 2021-04-02 07:11:58 -07:00
legacy/v038 8058 fix zero time checks (#8282) 2021-01-09 12:08:46 +00:00
spec x/upgrade: protocol version tracking (#8897) 2021-04-02 07:11:58 -07:00
types InitGenesis in migrations when fromVersion==0 (#9007) 2021-04-02 15:41:35 +00:00
abci.go Remove IBC logic from x/upgrade (#8673) 2021-03-01 16:28:54 +00:00
abci_test.go x/upgrade: added consensus version tracking (part of ADR-041) (#8743) 2021-03-19 22:01:29 +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 Add in-place store migrations (#8485) 2021-02-10 17:49:31 +00:00