cosmos-sdk/x/staking/types
Anil Kumar Kammari 3bafd8255a
Remove hybrid codec usage (#6843)
* remove hybrid codec for slashing, staking and upgrade

* Remove hybridcodec from params and mint

* revert staking

* Fix gov

* Fix ibc and evidence

* Fix ibc-transfer

* Fix staking

* remove evidence json marshaling

* Fix tests

Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-07-25 08:03:58 +00:00
..
codec.go Fix module interface registration (#6834) 2020-07-23 22:45:34 -04:00
commission.go Exclude proto files from format (#5706) 2020-02-27 07:53:22 -03:00
commission_test.go
delegation.go Remove hybrid codec usage (#6843) 2020-07-25 08:03:58 +00:00
delegation_test.go
errors.go Merge PR #5665: Bump Module ABCI Error Codes 2020-02-18 14:43:00 +01:00
events.go
expected_keepers.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
genesis.go various linter fixes (#6106) 2020-05-02 21:26:59 +02: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 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 x/staking: fix REST calls panic on some method call (#5906) 2020-04-02 15:23:45 +02:00
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 Rename proto Req/Res to Pagination (#6796) 2020-07-20 16:51:16 +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
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