cosmos-sdk/x/bank
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
..
client testutil cleanup and reorg (#6658) 2020-07-09 14:21:20 +02:00
exported Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
keeper Enable/disable coin transfers by denom (#6527) 2020-07-08 17:43:08 +00:00
legacy Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
simulation Enable/disable coin transfers by denom (#6527) 2020-07-08 17:43:08 +00:00
spec Enable/disable coin transfers by denom (#6527) 2020-07-08 17:43:08 +00:00
types Remove viper in Staking module. (#6631) 2020-07-08 22:00:34 +02:00
app_test.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
bench_test.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
genesis.go Enable/disable coin transfers by denom (#6527) 2020-07-08 17:43:08 +00:00
handler.go Enable/disable coin transfers by denom (#6527) 2020-07-08 17:43:08 +00:00
handler_test.go Add support for protobuf TxGenerator and SIGN_MODE_DIRECT (#6385) 2020-07-06 17:03:45 +00:00
module.go Remove context param (#6645) 2020-07-08 14:25:02 +00:00