cosmos-sdk/proto/cosmos
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
..
auth/v1beta1 auth: query all accounts stored via gRPC (#8522) 2021-02-22 14:21:46 +00:00
authz/v1beta1 authz: Update MsgGrant proto (#9280) 2021-05-10 09:28:08 +00:00
bank/v1beta1 x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00
base v043 audit changes for `types/` (#9290) 2021-05-17 12:57:24 +00:00
capability/v1beta1 Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
crisis/v1beta1 All Makefile proto commands use Docker (#7931) 2020-11-13 16:36:58 +00:00
crypto Fix proto format (#9279) 2021-05-07 21:33:17 +00:00
distribution/v1beta1 All Makefile proto commands use Docker (#7931) 2020-11-13 16:36:58 +00:00
evidence/v1beta1 Refactor x/evidence to ADR-031 (#7538) 2020-10-16 16:05:25 +00:00
feegrant/v1beta1 Fix proto format (#9279) 2021-05-07 21:33:17 +00:00
genutil/v1beta1 Add proto formatting tool (#7266) 2020-09-08 22:06:54 +00:00
gov/v1beta1 x/upgrade gRPC methods for VersionMap (#9073) 2021-05-19 17:04:38 +00:00
mint/v1beta1 Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
params/v1beta1 All Makefile proto commands use Docker (#7931) 2020-11-13 16:36:58 +00:00
slashing/v1beta1 Minor doc fix (#9328) 2021-05-14 16:21:34 +00:00
staking/v1beta1 Fix proto format (#9279) 2021-05-07 21:33:17 +00:00
tx Fix proto format (#9279) 2021-05-07 21:33:17 +00:00
upgrade/v1beta1 x/upgrade gRPC methods for VersionMap (#9073) 2021-05-19 17:04:38 +00:00
vesting/v1beta1 Add support for permanent locked vesting accounts (#8520) 2021-04-21 16:18:28 +00:00