cosmos-sdk/x/staking/types
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
..
codec.go Rename *codec.Codec to *codec.LegacyAmino (#6991) 2020-08-10 19:41:21 +00:00
commission.go Exclude proto files from format (#5706) 2020-02-27 07:53:22 -03:00
commission_test.go Merge PR: #3918 Allow Unrated Decreases to Validator Commission Rates 2019-03-19 22:04:25 -04:00
delegation.go Remove hybrid codec usage (#6843) 2020-07-25 08:03:58 +00:00
delegation_test.go Merge PR #4806: Converted balance from sdk.Int to sdk.Coin inside DelegationResponse 2019-08-02 12:37:35 -04:00
errors.go Merge PR #5665: Bump Module ABCI Error Codes 2020-02-18 14:43:00 +01:00
events.go Merge PR #5102: Make events const and alias them (if internal) 2019-09-25 09:17:02 -07:00
expected_keepers.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
genesis.go Rename *codec.Codec to *codec.LegacyAmino (#6991) 2020-08-10 19:41:21 +00:00
genesis.pb.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00
historical_info.go Remove hybrid codec usage (#6843) 2020-07-25 08:03:58 +00:00
historical_info_test.go Merge PR #5600: Migrate x/staking to Protobuf 2020-02-06 14:21:02 -05:00
hooks.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
keys.go Refactor x/staking Unbonding Validator Queue (#6844) 2020-07-31 12:55:32 -04:00
keys_test.go Refactor x/staking Unbonding Validator Queue (#6844) 2020-07-31 12:55:32 -04:00
msg.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
msg_test.go x/staking: fix REST calls panic on some method call (#5906) 2020-04-02 15:23:45 +02:00
params.go Rename *codec.Codec to *codec.LegacyAmino (#6991) 2020-08-10 19:41:21 +00:00
params_test.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
pool.go x/staking: gRPC query Service (#6490) 2020-07-14 17:41:30 +00:00
querier.go x/staking: gRPC query Service (#6490) 2020-07-14 17:41:30 +00:00
query.pb.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00
staking.pb.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00
test_utils.go Merge PR #5192: golangcI-lint updates & set static version to 1.19 2019-10-14 11:43:19 -04:00
tx.pb.go Audit / Refactor proto packages layout (#6905) 2020-08-11 11:49:45 +00:00
validator.go Remove hybrid codec usage (#6843) 2020-07-25 08:03:58 +00:00
validator_test.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00