cosmos-sdk/x/staking/types
Jonathan Gimeno 2e42f9cb74
Favor marshal unmashal binare bare (#5799)
* change abci file to use BinaryBare

* change all calls to EncodeLengthPrefixed to BinaryBare in distribution keeper store.

* change all calls to EncodeLengthPrefixed to BinaryBare in mint keeper store.

* change all calls to EncodeLengthPrefixed to BinaryBare in auth keeper store.

* change all calls to EncodeLengthPrefixed to BinaryBare in distribution keeper store.

* change all calls to EncodeLengthPrefixed to BinaryBare in staking keeper store.

* change all calls to EncodeLengthPrefixed to BinaryBare in staking keeper store.

* change all calls to EncodeLengthPrefixed to BinaryBare in gov keeper store.

* change all calls to EncodeLengthPrefixed to BinaryBare in slashing keeper store.

* update decoder test

* migrate decoder

* migrate gov simulation decoder

* migrate baseapp_test

* refactor QuerySubspace

* refactor coedc std codec

* migrate keybase

* migrate iavl store

* migrate root multi

* migrate ante basic

* migrate tx type to bare

* migrate auth client

* update auth types

* update decoder

* migrate supply decoder

* migrate stake encoding

* migrate staking simulation

* migrate genutil

* migrate simapp test helpers

* migrate docs

* upgrade changelog

* Update CHANGELOG.md

Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-03-13 19:58:43 +00:00
..
codec.go Merge PR #5533: Protobuf: x/auth & x/supply 2020-02-18 13:50:13 +01: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 Favor marshal unmashal binare bare (#5799) 2020-03-13 19:58:43 +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 Merge PR #5600: Migrate x/staking to Protobuf 2020-02-06 14:21:02 -05:00
genesis.go Merge PR #5356: isPositive and minor linter changes 2019-12-06 13:18:00 -05:00
historical_info.go Favor marshal unmashal binare bare (#5799) 2020-03-13 19:58:43 +00:00
historical_info_test.go Merge PR #5600: Migrate x/staking to Protobuf 2020-02-06 14:21:02 -05:00
hooks.go Merge PR #4417: cleanup staking references from types pkg 2019-06-04 15:06:58 -07:00
keys.go Merge PR #5380: ADR 17 Implementation: Historical Module 2019-12-18 08:20:02 -05:00
keys_test.go Merge PR #4524: Staking ValidatorPowerRank to use "Potential Consensus Power" 2019-06-12 17:57:47 +02:00
msg.go Merge PR #5600: Migrate x/staking to Protobuf 2020-02-06 14:21:02 -05:00
msg_test.go Merge PR #5600: Migrate x/staking to Protobuf 2020-02-06 14:21:02 -05:00
params.go Favor marshal unmashal binare bare (#5799) 2020-03-13 19:58:43 +00:00
params_test.go Rename stake/ to staking/ (#3280) 2019-01-11 12:08:01 -08:00
pool.go Merge PR #4686: v0.36 supply changes to genesis migration 2019-07-18 14:43:56 +02:00
querier.go Merge PR #5380: ADR 17 Implementation: Historical Module 2019-12-18 08:20:02 -05:00
test_utils.go Merge PR #5192: golangcI-lint updates & set static version to 1.19 2019-10-14 11:43:19 -04:00
types.pb.go Merge PR #5688: Proto Option Updates 2020-02-21 11:31:16 +01:00
types.proto Merge PR #5688: Proto Option Updates 2020-02-21 11:31:16 +01:00
validator.go Favor marshal unmashal binare bare (#5799) 2020-03-13 19:58:43 +00:00
validator_test.go Merge PR #5600: Migrate x/staking to Protobuf 2020-02-06 14:21:02 -05:00