Commit Graph
6312 Commits
Author SHA1 Message Date
Aleksandr Bezobchuk f60cd5a2b5 Merge branch 'master' into bez/proto-client-init 2020-03-14 12:34:34 -04:00
Alexander Bezobchuk fa65b21d96 Merge pull request #5804 from cosmos/dependabot/go_modules/github.com/tendermint/iavl-0.13.1
Bump github.com/tendermint/iavl from 0.13.0 to 0.13.1
2020-03-14 12:09:22 -04:00
Marko Baricevic 54f7dbfbab fix go.sum 2020-03-13 22:31:40 +01:00
dependabot-preview[bot] 45870eb23c Bump github.com/tendermint/iavl from 0.13.0 to 0.13.1
Bumps [github.com/tendermint/iavl](https://github.com/tendermint/iavl) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/tendermint/iavl/releases)
- [Changelog](https://github.com/tendermint/iavl/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tendermint/iavl/compare/v0.13.0...v0.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-13 20:57:12 +00:00
Jonathan GimenoandAlexander Bezobchuk 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
Aleksandr Bezobchuk 62dbd4a9be Merge branch 'master' into bez/proto-client-init 2020-03-13 14:00:47 -04:00
Aleksandr Bezobchuk c49af0b8dd Update context 2020-03-13 13:59:14 -04:00
Alexander Bezobchuk b87f5934f5 Merge pull request #5801 from cosmos/dependabot/go_modules/github.com/golang/protobuf-1.3.5
Bump github.com/golang/protobuf from 1.3.4 to 1.3.5
2020-03-13 10:08:21 -04:00
Aleksandr Bezobchuk 7838d750e1 Update godoc 2020-03-13 09:58:53 -04:00
Aleksandr Bezobchuk 217cae2021 DRY code 2020-03-13 09:57:15 -04:00
Aleksandr Bezobchuk 0a79849d6e Test tx 2020-03-13 09:51:11 -04:00
Aleksandr Bezobchuk 0b76411469 Update StdTx 2020-03-13 09:36:29 -04:00
Aleksandr Bezobchuk 690f6290c8 Update ADR 2020-03-13 09:35:14 -04:00
Aleksandr Bezobchuk d635de4c47 Msgs tests 2020-03-13 09:35:03 -04:00
Aleksandr Bezobchuk edb0927c53 reorder fields 2020-03-13 09:34:55 -04:00
dependabot-preview[bot] fe999c4201 Bump github.com/golang/protobuf from 1.3.4 to 1.3.5
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.3.4...v1.3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-13 06:24:56 +00:00
Aleksandr Bezobchuk b38d3ae69a Update ADR and types 2020-03-12 15:35:22 -04:00
Aleksandr Bezobchuk 5513927778 Fix TestStdSignatureMarshalYAML 2020-03-12 13:52:55 -04:00
Aleksandr Bezobchuk 53a43dc2a1 Fix API 2020-03-12 13:46:35 -04:00
Aleksandr Bezobchuk 34f9fc439a Implement canonical signing 2020-03-12 13:32:03 -04:00
Alexander Bezobchuk 241894adf5 Merge PR #5790: Standarize the representation of Governance param changes on cli requests. 2020-03-12 11:15:51 -04:00
Alexander Bezobchuk 50c0aece4a Merge branch 'master' into jonathan/5783-standarize-representation-governance 2020-03-12 10:54:38 -04:00
Aleksandr Bezobchuk 3a94f42e11 Implement app-level tx 2020-03-12 10:53:27 -04:00
39f416faa3 Simplify flaky test case and disable parallelism (#5793)
* Simplify flaky test casea and disable parallelism

* Fix failing test

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-03-12 14:46:55 +00:00
Jonathan Gimeno 644b85254f Merge branch 'master' into jonathan/5783-standarize-representation-governance 2020-03-12 14:30:06 +01:00
Aleksandr Bezobchuk 615fcd7645 Define message proto 2020-03-12 09:30:05 -04:00
Jonathan Gimeno ee0e0aeaff undo change 2020-03-12 14:27:19 +01:00
Jonathan GimenoandAlexander Bezobchuk 810a37802c Update CHANGELOG.md
Co-Authored-By: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-03-12 14:17:16 +01:00
Alexander Bezobchuk b12ec43cfe Merge PR #5792: fix error's raw log messages ugly encoding 2020-03-12 09:16:49 -04:00
Alexander Bezobchuk d5658c0562 Merge branch 'master' into alessio/fix-unicode-unintelligible-chars 2020-03-12 09:07:02 -04:00
dependabot-preview[bot] 02ade535b7 Bump github.com/tendermint/tendermint from 0.33.1 to 0.33.2 (#5788) 2020-03-12 13:48:09 +01:00
Jonathan Gimeno fbff867713 Merge branch 'master' into jonathan/5783-standarize-representation-governance 2020-03-12 12:32:47 +01:00
Alessio Treglia f8897308d6 fix error's raw log messages ugly encoding
Closes: #5785
2020-03-12 01:36:16 +01:00
Jonathan Gimeno 520b397dc2 update cli 2020-03-11 18:12:10 +01:00
Jonathan Gimeno 1c7ec9e339 update params cli msg 2020-03-11 18:07:49 +01:00
Jonathan Gimeno 382e5021b2 update cli documentation distribution 2020-03-11 18:06:39 +01:00
Jonathan Gimeno 36554e73e2 refactor cli tx for distribution param change request 2020-03-11 18:03:47 +01:00
Jonathan Gimeno 34e22fbcb8 refactor parsing to use unified version 2020-03-11 17:45:02 +01:00
Alexander Bezobchuk 43d7d5dc09 Merge PR #5789: Changelog v0.37.8 2020-03-11 10:32:59 -04:00
Aleksandr Bezobchuk 43c0d0061a Update changelog 2020-03-11 10:08:15 -04:00
Alexander Bezobchuk 7b338c84dc Merge PR #5780: Rename misspelled filename for ADR-014 2020-03-10 17:06:42 -04:00
Sunny Aggarwal 8ef4a3dad0 Rename adt-014-proportional-slashing.md to adr-014-proportional-slashing.md 2020-03-10 15:27:53 -04:00
Alessio Treglia 2de4775a25 types/rest: add unit tests (#5779)
* types/rest: add unit tests

Drop unused functions:
- ParseQueryParamBool()
- ParseInt64OrReturnBadRequest()

* Fix test

* Disable parallelism

* Reintroduce @fedekunze ParseQueryParamBool

* Don't count Name() calls to fix flaky tests
2020-03-10 18:53:25 +00:00
Alexander Bezobchuk c0a8b2582a Merge PR #5775: Fix x/genutil ExportGenesis 2020-03-10 10:40:58 -04:00
Aleksandr Bezobchuk ca93d575a9 Add changelog entries 2020-03-10 09:43:57 -04:00
Aleksandr Bezobchuk f218e4c42d Fix x/genutil ExportGenesis 2020-03-10 09:41:37 -04:00
Alexander Bezobchuk 9d49fe9c5e Merge PR #5757: ADR 020 - Protocol Buffer Transaction Encoding 2020-03-09 13:15:01 -04:00
Aleksandr Bezobchuk 5473295060 Merge branch 'bez/adr-020-proto-client-encoding' of github.com:cosmos/cosmos-sdk into bez/adr-020-proto-client-encoding 2020-03-09 09:49:37 -04:00
Aleksandr Bezobchuk 9a78fc3b19 Address review 2020-03-09 09:49:30 -04:00
Alexander Bezobchuk af4c2211b0 Merge branch 'master' into bez/adr-020-proto-client-encoding 2020-03-06 12:30:43 -05:00