cosmos-sdk/client
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
..
debug Merge PR #5495: Replace Redundant Bech32 PubKey Functions 2020-01-09 09:04:28 -05:00
docs Merge PR #6426: Migrate API Server 2020-06-15 13:39:09 -04:00
flags Update TxBuilder to use SignatureV2 (#6443) 2020-06-16 19:57:37 +00:00
input various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
keys client: fix signing algorithm (#6405) 2020-06-11 14:30:42 +00:00
rpc Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
tx Migrate x/auth cmd's to TxGenerator marshaling (#6391) 2020-06-18 20:29:41 +00:00
account_retriever.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
broadcast.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
broadcast_test.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
cmd.go Merge PR #5920: Fix validate cmd bug 2020-04-04 14:24:11 -04:00
cmd_test.go Jonathan/5988 sim params consensus 2 (#6051) 2020-04-22 18:24:13 +00:00
config.go client: show defaults when config help screen is displayed (#5896) 2020-03-31 16:05:18 +02:00
config_test.go client: show defaults when config help screen is displayed (#5896) 2020-03-31 16:05:18 +02:00
context.go x/bank: convert query CLI commands to use gRPC query client (#6367) 2020-06-18 03:36:25 -04:00
context_test.go x/bank: convert query CLI commands to use gRPC query client (#6367) 2020-06-18 03:36:25 -04:00
errors.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
grpc_query.go Make client.Context implement gRPC ClientConn (#6342) 2020-06-08 13:41:30 +00:00
query.go Merge PR #6399: SDK Telemetry 2020-06-16 11:11:02 -04:00
test_helpers.go Migrate x/auth cmd's to TxGenerator marshaling (#6391) 2020-06-18 20:29:41 +00:00
tx_generator.go Migrate x/auth cmd's to TxGenerator marshaling (#6391) 2020-06-18 20:29:41 +00:00
utils.go client: fix Paginate's arguments validation (#6205) 2020-05-13 13:14:43 +00:00
utils_test.go client: fix Paginate's arguments validation (#6205) 2020-05-13 13:14:43 +00:00
verifier.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
verifier_test.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00