cosmos-sdk/x/auth/client/cli
Alessio Treglia a940214a49
testutil cleanup and reorg (#6658)
Prepare migrating testing auxiliary functions from tests
to testutil.

Remove local duplicates on testutil.WriteToNewTempFile().

Always favor testutil.NewTestCaseDir() over ioutil.TempDir().

Add test cases for the testing auxiliary functions.
2020-07-09 14:21:20 +02:00
..
broadcast.go Merge PR #6609: x/auth: CLI Remove Viper 2020-07-06 10:23:32 -04:00
broadcast_test.go testutil cleanup and reorg (#6658) 2020-07-09 14:21:20 +02:00
cli_test.go testutil cleanup and reorg (#6658) 2020-07-09 14:21:20 +02:00
decode.go Merge PR #6609: x/auth: CLI Remove Viper 2020-07-06 10:23:32 -04:00
encode.go Migrate x/auth cmd's to TxGenerator marshaling (#6391) 2020-06-18 20:29:41 +00:00
encode_test.go testutil cleanup and reorg (#6658) 2020-07-09 14:21:20 +02:00
query.go Merge PR #6595: Single Binary & Command Refactor 2020-07-07 11:40:46 -04:00
tx.go Migrate x/auth cmd's to TxGenerator marshaling (#6391) 2020-06-18 20:29:41 +00:00
tx_multisign.go Merge PR #6595: Single Binary & Command Refactor 2020-07-07 11:40:46 -04:00
tx_sign.go Merge PR #6609: x/auth: CLI Remove Viper 2020-07-06 10:23:32 -04:00
validate_sigs.go Add support for protobuf TxGenerator and SIGN_MODE_DIRECT (#6385) 2020-07-06 17:03:45 +00:00