cosmos-sdk/x/distribution/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 replace testutil.NewTestCaseDir() with Go1.15's T.TempDir() (#7014) 2020-09-18 12:08:24 +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
utils.go Migrate missing x/distribution CLI queries to proto (#7244) 2020-09-07 13:14:00 +00:00