cosmos-sdk/x/staking/keeper
Cory 61a97ef347
Audit / Refactor proto packages layout (#6905)
* create base proto package, move ValAddresses to staking

* move tx, crypto, query proto packages into base; mark module level packages as beta

* new cosmos/base/abci.proto file, refactor some message names

* add comments to TxResponse

* refactor RegisterInterface calls to new proto package names

* fix bug in merge commit

* move missing module proto packages to beta, move cosmos.kv to cosmos.base.kv

* add tx.proto files, holding proto messages for module Msgs

* rm old generated pb.go files

* cosmos/base/base.proto -> cosmos/base/coin.proto

* mark genutil proto package as beta

* Fix conflicts

* Restructure proto files

* Re put signing

* Fix test

* Update slashing genesis

* Ignore confio proto files

* Fix interface register

* Make proto-gen

* Fix lint

* Put tx service into tx.v1beta1

* Use v1beta1 in interface registry

* Remove to cosmos.base.store

* Remove extra confio in buf

Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-08-11 11:49:45 +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 Rename proto Req/Res to Pagination (#6796) 2020-07-20 16:51:16 +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
hooks.go
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