cosmos-sdk/x/auth/types
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
..
account.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
account_retriever.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
account_retriever_test.go Tx CLI proto module interface (#5989) 2020-05-21 21:29:34 +00:00
account_test.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
amino_signing.go Update TxBuilder to use SignatureV2 (#6443) 2020-06-16 19:57:37 +00:00
amino_signing_test.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
auth.pb.go Update proto files & definitions in accordance with ADR023 (#6413) 2020-06-18 10:04:26 -07:00
client_tx.go Migrate x/auth cmd's to TxGenerator marshaling (#6391) 2020-06-18 20:29:41 +00:00
client_tx_test.go Migrate x/auth cmd's to TxGenerator marshaling (#6391) 2020-06-18 20:29:41 +00:00
codec.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
common_test.go Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
expected_keepers.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
genesis.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
genesis_test.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
keys.go Merge PR #5702: Add Param Querying to x/auth 2020-02-26 10:33:56 -05:00
params.go various linter fixes (#6106) 2020-05-02 21:26:59 +02:00
params_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
permissions.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
permissions_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
querier.go x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
stdsignmsg.go Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
stdtx.go Migrate x/auth cmd's to TxGenerator marshaling (#6391) 2020-06-18 20:29:41 +00:00
stdtx_test.go Add SignatureV2 infrastructure (#6373) 2020-06-12 18:13:20 +00:00
test_utils.go linter: enable nolintlint (#6162) 2020-05-08 08:46:12 +00:00
txbuilder.go x/auth: remove unused passphrase arguments (#6270) 2020-05-22 13:34:15 +00:00
txbuilder_test.go Merge PR #5203: Add more linters 2019-10-17 09:47:35 -04:00