cosmos-sdk/x/staking/keeper
atheeshp f87624e9de
Add Grpc gateway annotations (#6918)
* grpc for bank module

* edit module.go

* added annotations for x/auth query proto

* generated gw file

* added grpc gateway for x/staking query proto

* added annotations for evidence

* added annotations for gov query proto

* added annotations

* added annotations for slashing module

* updated annotations

* added annotations for staking module

* added annotations for upgrade query

* annotations added for x/ibc/channel query proto

* added annotations for ibc/connection query proto

* updated annotations

* updated annotations

* annotation changes

* ommitted ibc module

* updated go.mod

* fixed lint issue

* review changes

* review changes

* review changes

* review changes

* go sum changes

* updated annotations

* annotation changes

* Fix proto lint issues

* review changes

* review changes

* review changes

* discussion changes

* review changes

* grpc for bank module

* edit module.go

* added annotations for x/auth query proto

* generated gw file

* added grpc gateway for x/staking query proto

* added annotations for evidence

* added annotations for gov query proto

* added annotations

* added annotations for slashing module

* updated annotations

* added annotations for staking module

* added annotations for upgrade query

* annotations added for x/ibc/channel query proto

* added annotations for ibc/connection query proto

* updated annotations

* updated annotations

* annotation changes

* ommitted ibc module

* updated go.mod

* fixed lint issue

* review changes

* review changes

* review changes

* review changes

* go sum changes

* updated annotations

* annotation changes

* Fix proto lint issues

* review changes

* review changes

* review changes

* discussion changes

* review changes

* fixed conflicts

* review changes

* updated gw files

* lint

* lint

* lint

* added missing annotations

* review changes

* review changes

* review changes

* review changes

Co-authored-by: SaReN <sahithnarahari@gmail.com>
Co-authored-by: Anil Kumar Kammari <anil@vitwit.com>
2020-08-14 10:05:35 +00:00
..
alias_functions.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
common_test.go Rename *codec.Codec to *codec.LegacyAmino (#6991) 2020-08-10 19:41:21 +00:00
delegation.go x/staking: add call to iterator Close method (#6791) 2020-07-20 04:30:09 -04:00
delegation_test.go Refactor x/staking Unbonding Validator Queue (#6844) 2020-07-31 12:55:32 -04:00
grpc_query.go Add Grpc gateway annotations (#6918) 2020-08-14 10:05:35 +00:00
grpc_query_test.go Rename proto Req/Res to Pagination (#6796) 2020-07-20 16:51:16 +00:00
historical_info.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
historical_info_test.go x/staking: skip HistoricalInfo in simulations (#5949) 2020-04-07 22:33:30 +00:00
hooks.go Merge PR #4417: cleanup staking references from types pkg 2019-06-04 15:06:58 -07:00
invariants.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
keeper.go Remove hybrid codec usage (#6843) 2020-07-25 08:03:58 +00:00
keeper_test.go x/staking: gRPC query Service (#6490) 2020-07-14 17:41:30 +00:00
params.go Move some Param types from Keeper to Types in staking (#6451) 2020-06-16 19:59:36 +02:00
pool.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
querier.go Remove hybrid codec usage (#6843) 2020-07-25 08:03:58 +00:00
querier_test.go Rename *codec.Codec to *codec.LegacyAmino (#6991) 2020-08-10 19:41:21 +00:00
query_utils.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
slash.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
slash_test.go x/bank: remove alias.go usage (#6439) 2020-06-14 23:06:16 +00:00
test_common.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
val_state_change.go Refactor x/staking Unbonding Validator Queue (#6844) 2020-07-31 12:55:32 -04:00
validator.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00
validator_test.go x/bank: remove alias.go usage (#6439) 2020-06-14 23:06:16 +00:00