cosmos-sdk/x/upgrade/types
Tyler 53fe03eca6
x/upgrade gRPC methods for VersionMap (#9073)
* setup version map query

* query methods

* grpc methods

* cleanup

* grpc for VersionMap

* swagger update

* swagger sync

* cleanup

* reset docs

* clean

* grpc with field

* daily

* -add grpc methods
-add optional field to get specific module from version map
-added cli test for version map query from cli

* -consolidate grpc test to one test function
-return better errors in grpc methods

* consolidate tests

* swagger update

* this breaks

* Try stringer on individual msgs

* change map to slice in proto

* cleanup

* add comments to proto fields

* cleanup

* regen proto files

* jsoncodec

* rename gRPC methods

* * add fetch method for module version slice
* add method to return version given a module name
* remove sorting functions

* lint

* Update proto/cosmos/upgrade/v1beta1/query.proto

Co-authored-by: Aaron Craelius <aaron@regen.network>

* Update proto/cosmos/upgrade/v1beta1/upgrade.proto

Co-authored-by: Aaron Craelius <aaron@regen.network>

* fix up comments and regen proto/swagger

* Update x/upgrade/client/cli/query.go

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>

* conform to pr 6711

* lint

Co-authored-by: technicallyty <48813565+tytech3@users.noreply.github.com>
Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
2021-05-19 17:04:38 +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 codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
querier.go
query.pb.go x/upgrade gRPC methods for VersionMap (#9073) 2021-05-19 17:04:38 +00:00
query.pb.gw.go x/upgrade gRPC methods for VersionMap (#9073) 2021-05-19 17:04:38 +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 gRPC methods for VersionMap (#9073) 2021-05-19 17:04:38 +00:00