cosmos-sdk/x/upgrade/types
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
..
codec.go rename RegisterCodec to RegisterLegacyAminoCodec (#7243) 2020-09-07 14:47:12 +00:00
handler.go InitGenesis in migrations when fromVersion==0 (#9007) 2021-04-02 15:41:35 +00:00
keys.go x/upgrade: protocol version tracking (#8897) 2021-04-02 07:11:58 -07:00
plan.go x/upgrade: remove support for time based upgrades (#8849) 2021-03-14 01:03:01 +00:00
plan_test.go x/upgrade: remove support for time based upgrades (#8849) 2021-03-14 01:03:01 +00:00
proposal.go Remove IBC logic from x/upgrade (#8673) 2021-03-01 16:28:54 +00:00
proposal_test.go x/upgrade: remove support for time based upgrades (#8849) 2021-03-14 01:03:01 +00:00
querier.go x/{gov,params,upgrade,distribution} CLI: In-Process test & use grpc query service (#6664) 2020-07-20 13:09:57 +00:00
query.pb.go Remove IBC logic from x/upgrade (#8673) 2021-03-01 16:28:54 +00:00
query.pb.gw.go gRPC gateway issue with colons in the account url path (#8649) 2021-02-22 11:30:45 +00:00
storeloader.go Fix upgrade store loader (#7817) 2020-11-13 15:27:52 +00:00
storeloader_test.go Fix upgrade store loader (#7817) 2020-11-13 15:27:52 +00:00
upgrade.pb.go x/upgrade: remove support for time based upgrades (#8849) 2021-03-14 01:03:01 +00:00