cosmos-sdk/baseapp
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
..
abci.go Favor marshal unmashal binare bare (#5799) 2020-03-13 19:58:43 +00:00
baseapp.go Merge PR #5718: Return Empty GasInfo on Failed Msg Validation 2020-02-28 09:51:00 -08:00
baseapp_test.go Favor marshal unmashal binare bare (#5799) 2020-03-13 19:58:43 +00:00
helpers.go Merge PR #5421: Refactor Error Handling 2019-12-27 12:57:54 -05:00
options.go Merge PR #5452: Pass in sdk.Context to router.Route() 2020-01-04 14:50:38 -05:00
queryrouter.go Merge PR #5159: Remove unused nolints from baseapp & format the rest of them 2019-10-14 15:05:10 -07:00
queryrouter_test.go Merge PR #5421: Refactor Error Handling 2019-12-27 12:57:54 -05:00
router.go Merge PR #5452: Pass in sdk.Context to router.Route() 2020-01-04 14:50:38 -05:00
router_test.go Merge PR #5452: Pass in sdk.Context to router.Route() 2020-01-04 14:50:38 -05:00
state.go Merge PR #4748: Write-Through Inter-Block Cache 2019-09-04 13:33:32 -04:00