cosmos-sdk/codec
Aaron Craelius 712d23740f
Migrate x/auth cmd's to TxGenerator marshaling (#6391)
* Migrate encode, decode, and broadcast cmd's to use TxGenerator marshal methods

* Fix tests, add EncodingConfig

* Add simapp/encoding.go and wire up with simcli

* add godocs

* fix tests

* Debugging CLI Tests

* Fix integration test

* 6391 - lint issues and code coverage (#6414)

* fixed lint issue of "txEncodeRespStr"

* added tests for encode.go

* WIP: added tests for decode.go

* added txEncoder at bytes

* updated decode test

* updated txBytes to use TxEncoder in decoder test

* added a require after TxEncoder

* removed file save

* debug decode command

* fixed decode tests

* added decode cli

* updated encode and decode in a single file

* separated decode test from encode test

* review changes

* removed register interface

* review change

* Fix tests

* WIP add test for tx sign

* removed commented code

* Fix flags

* WIP add test for sign

* Address review suggestions

* fixed command issue

* Add tests for TxEncoder

* Revert sign changes

* Fix TxEncoder tests

* Fix GetSign Cmd

* Add tx test

* Remove duplicate validation

* Add tests for TxDecoder

* Fix tests

* Fix tests

* Output to clientCtx.Output

* Fix cli_tests

Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
Co-authored-by: atheesh <atheesh@vitwit.com>
Co-authored-by: anilCSE <anil@vitwit.com>
Co-authored-by: sahith-narahari <sahithnarahari@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-18 20:29:41 +00:00
..
legacy Simapp Localnet (#6421) 2020-06-12 16:23:08 +00:00
testdata Migrate x/auth cmd's to TxGenerator marshaling (#6391) 2020-06-18 20:29:41 +00:00
types x/bank: convert query CLI commands to use gRPC query client (#6367) 2020-06-18 03:36:25 -04:00
amino.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
amino_codec.go Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
amino_codec_test.go Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
any.go Add amino compatibility layer for proto Any (#6151) 2020-05-06 20:47:03 +00:00
any_test.go Add amino compatibility layer for proto Any (#6151) 2020-05-06 20:47:03 +00:00
codec.go Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
hybrid_codec.go Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
hybrid_codec_test.go Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
json.go Fix proto3 JSON (#6345) 2020-06-05 14:20:41 +00:00
proto_codec.go Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
proto_codec_test.go Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00