cosmos-sdk/x/auth/client/cli
Alessio Treglia f51f5e6784
testutil: new TempFile function, simplify WriteToNewTempFile (#8123)
Files returned by WriteToNewTempFile are cleaned up
automatically at the end of a test case execution.
WriteToNewTempFile now relies on the TB.TempDir()
function provided by the testing std package.

TempFile returns a temporary file that can be used
within a test case and is automatically removed
at the end of the test execution.
2020-12-09 18:27:20 +00:00
..
broadcast.go Robert/api clientctx (#8107) 2020-12-08 20:17:40 +00:00
cli_test.go testutil: new TempFile function, simplify WriteToNewTempFile (#8123) 2020-12-09 18:27:20 +00:00
decode.go Update auth cli commands (#6717) 2020-07-29 22:33:42 +00:00
encode_test.go testutil: new TempFile function, simplify WriteToNewTempFile (#8123) 2020-12-09 18:27:20 +00:00
encode.go Update auth cli commands (#6717) 2020-07-29 22:33:42 +00:00
query.go Robert/api clientctx (#8107) 2020-12-08 20:17:40 +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 Update signbatch multisig to work online (#7801) 2020-12-03 09:48:17 +00:00
validate_sigs.go Put AccountSequence in SignerInfo (#6997) 2020-08-21 14:20:47 +00:00