cosmos-sdk/x/auth/client/rest
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 Add UnpackInterfaces to BroadcastReq (#8118) 2020-12-09 11:05:12 +00:00
decode.go Audit through legacy endpoints to find breaking changes (#8037) 2020-12-03 23:33:32 +00:00
encode.go Audit through legacy endpoints to find breaking changes (#8037) 2020-12-03 23:33:32 +00:00
query.go Audit through legacy endpoints to find breaking changes (#8037) 2020-12-03 23:33:32 +00:00
rest_test.go testutil: new TempFile function, simplify WriteToNewTempFile (#8123) 2020-12-09 18:27:20 +00:00
rest.go Add Deprecation headers for legacy rest endpoints (#7686) 2020-10-29 11:37:46 +00:00