prysm-pulse/validator/accounts
Victor Farazdagi 2f11e55869
Use t.TempDir() in tests (#7769)
* use t.TempDir()

* remove redundant delete

* simplify setupDB()

* simplify db/testing/setup_db

* fix tests
2020-11-10 22:45:17 +00:00
..
iface Allow for 25th Word Passphrases in Mnemonics (#7645) 2020-10-27 20:51:29 +00:00
prompt Revert "Use validator protection datadir" (#7627) 2020-10-23 17:19:38 +00:00
testing Allow for 25th Word Passphrases in Mnemonics (#7645) 2020-10-27 20:51:29 +00:00
wallet Use t.TempDir() in tests (#7769) 2020-11-10 22:45:17 +00:00
accounts_backup_test.go Use t.TempDir() in tests (#7769) 2020-11-10 22:45:17 +00:00
accounts_backup.go Prevent Usage of Stdlib File/Dir Writing With Static Analysis (#7685) 2020-11-09 14:27:03 -06:00
accounts_create_test.go Allow for 25th Word Passphrases in Mnemonics (#7645) 2020-10-27 20:51:29 +00:00
accounts_create.go Allow for 25th Word Passphrases in Mnemonics (#7645) 2020-10-27 20:51:29 +00:00
accounts_delete_test.go Use t.TempDir() in tests (#7769) 2020-11-10 22:45:17 +00:00
accounts_delete.go Miscellaneous Keystore Fixes (#7756) 2020-11-10 22:13:09 +01:00
accounts_exit_test.go Use t.TempDir() in tests (#7769) 2020-11-10 22:45:17 +00:00
accounts_exit.go Allow for 25th Word Passphrases in Mnemonics (#7645) 2020-10-27 20:51:29 +00:00
accounts_helper.go Rename Accounts-V2 to Accounts (#7545) 2020-10-15 22:31:52 +00:00
accounts_import_test.go Use t.TempDir() in tests (#7769) 2020-11-10 22:45:17 +00:00
accounts_import.go Allow for 25th Word Passphrases in Mnemonics (#7645) 2020-10-27 20:51:29 +00:00
accounts_list_test.go Update BLST And Herumi (#7632) 2020-10-30 19:06:33 +00:00
accounts_list.go Allow for 25th Word Passphrases in Mnemonics (#7645) 2020-10-27 20:51:29 +00:00
BUILD.bazel Use t.TempDir() in tests (#7769) 2020-11-10 22:45:17 +00:00
cmd_accounts.go Allow for 25th Word Passphrases in Mnemonics (#7645) 2020-10-27 20:51:29 +00:00
cmd_wallet.go Allow for 25th Word Passphrases in Mnemonics (#7645) 2020-10-27 20:51:29 +00:00
doc.go Rename Direct Keymanager to Imported (#7549) 2020-10-16 13:45:14 -05:00
wallet_create_test.go Use t.TempDir() in tests (#7769) 2020-11-10 22:45:17 +00:00
wallet_create.go Allow for 25th Word Passphrases in Mnemonics (#7645) 2020-10-27 20:51:29 +00:00
wallet_edit_test.go Remove Account Creation Privilege For Imported Keymanager (#7555) 2020-10-20 01:22:36 +00:00
wallet_edit.go Clarify No Wallet Found Error Messages (#7609) 2020-10-22 17:31:03 +00:00
wallet_recover_test.go Use t.TempDir() in tests (#7769) 2020-11-10 22:45:17 +00:00
wallet_recover.go Allow for 25th Word Passphrases in Mnemonics (#7645) 2020-10-27 20:51:29 +00:00