cosmos-sdk/x/auth/client/cli
Zaki Manian c735a8eb81
Add the option of emitting amino encoded json from the CLI (#7221)
* Add the option of emitting amino encoded json

* Update AMINO JSON serialization with ConvertTxToStdTx

* Make the Amino flag more self documenting by serializing the BroadcastRequest type instead of StdTx

* Handle amino encoding error

* Update x/auth/client/cli/tx_multisign.go

Co-authored-by: Alessio Treglia <alessio@tendermint.com>

* Update x/auth/client/cli/tx_sign.go

Co-authored-by: Alessio Treglia <alessio@tendermint.com>

* Apply suggestions from code review

Co-authored-by: Alessio Treglia <alessio@tendermint.com>

* Fix go format

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-10-15 15:12:35 +00:00
..
broadcast.go docs: Update "Basics" section (#7416) 2020-10-12 15:31:25 +00:00
cli_test.go replace testutil.NewTestCaseDir() with Go1.15's T.TempDir() (#7014) 2020-09-18 12:08:24 +01:00
decode.go Update auth cli commands (#6717) 2020-07-29 22:33:42 +00:00
encode_test.go rename RegisterCodec to RegisterLegacyAminoCodec (#7243) 2020-09-07 14:47:12 +00:00
encode.go Update auth cli commands (#6717) 2020-07-29 22:33:42 +00:00
query.go docs: Update "Basics" section (#7416) 2020-10-12 15:31:25 +00:00
tx_multisign.go Add the option of emitting amino encoded json from the CLI (#7221) 2020-10-15 15:12:35 +00:00
tx_sign.go Add the option of emitting amino encoded json from the CLI (#7221) 2020-10-15 15:12:35 +00:00
tx.go x/auth: in-process test refactor (#6573) 2020-07-14 18:37:14 +00:00
validate_sigs.go Put AccountSequence in SignerInfo (#6997) 2020-08-21 14:20:47 +00:00