cosmos-sdk/x/staking/types
atheeshp b33b1e9052
x/{distribution, staking, bank, mint, crisis} genesis protobuf migration (#6835)
* distribution genesis types migrated to proto

* removed types from types/genesis.go

* fix lint

* added new line proto

* staking genesis migrated to proto

* fix lint

* x/bank: genesis types migrated to proto

* fix lint

* x/mint: genesis types changed to proto

* x/crisis: genesis types changed to proto

* Migrate genesis state of x/crisis

* add new lines

* whitespace

* Fix bad merge

* added missing field

* fixed error

Co-authored-by: sahith-narahari <sahithnarahari@gmail.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
2020-07-28 09:20:17 +00:00
..
codec.go Fix module interface registration (#6834) 2020-07-23 22:45:34 -04:00
commission.go
commission_test.go
delegation.go Remove hybrid codec usage (#6843) 2020-07-25 08:03:58 +00:00
delegation_test.go
errors.go
events.go
expected_keepers.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
genesis.go x/{distribution, staking, bank, mint, crisis} genesis protobuf migration (#6835) 2020-07-28 09:20:17 +00:00
genesis.pb.go x/{distribution, staking, bank, mint, crisis} genesis protobuf migration (#6835) 2020-07-28 09:20:17 +00:00
historical_info.go Remove hybrid codec usage (#6843) 2020-07-25 08:03:58 +00:00
historical_info_test.go
hooks.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
keys.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
keys_test.go
msg.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
msg_test.go
params.go Remove DefaultParamspace and simplify simapp creation. (#6564) 2020-07-01 13:57:29 +00:00
params_test.go
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 proto: Consistent naming for Params (#6803) 2020-07-21 14:04:51 +00:00
staking.pb.go Implement ADR 024 - Coin Metadata (#6821) 2020-07-28 07:49:56 +00:00
test_utils.go
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