cosmos-sdk/x/auth/client/cli
Amaury a93edeef4c
Move QueryTx functions to x/auth/tx (#8734)
* Use x/auth/client for querying Txs

* Fix lint

* Fix small test

* Update todos

* Move QueryTx functions to x/auth/tx

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
2021-03-01 15:57:28 +00:00
..
broadcast.go Combine client.ReadTxCommandFlags with GetClientContextFromCmd (#8155) 2020-12-14 22:09:51 +00:00
cli_test.go [bank]: add balance tracking events (#8656) 2021-02-25 18:15:02 +00:00
decode.go fix: Signature only flag bug on tx sign command 7632 (#8106) 2020-12-14 21:44:15 +00:00
encode.go fix: Signature only flag bug on tx sign command 7632 (#8106) 2020-12-14 21:44:15 +00:00
encode_test.go testutil: new TempFile function, simplify WriteToNewTempFile (#8123) 2020-12-09 18:27:20 +00:00
query.go Move QueryTx functions to x/auth/tx (#8734) 2021-03-01 15:57:28 +00:00
tx_multisign.go fix: per 8711 fix typo and minor command text edit for multi sign batch command (#8718) 2021-02-27 09:39:08 +00:00
tx_sign.go Add multisign batch command (#7787) 2021-02-24 19:56:10 +00:00
validate_sigs.go Rosetta API implementation (#7695) 2021-01-21 09:33:02 +00:00