cosmos-sdk/x/params/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
..
cli_test.go enable -race on go test (#7305) 2020-09-15 10:43:46 +01:00
query.go Robert/api clientctx (#8107) 2020-12-08 20:17:40 +00:00
tx_test.go testutil: new TempFile function, simplify WriteToNewTempFile (#8123) 2020-12-09 18:27:20 +00:00
tx.go cli: convert coins to smallest unit registered (#7777) 2020-11-16 11:34:54 +00:00