prysm-pulse/validator/accounts
Shay Zluf ab76bdad15
Use validator protection datadir (#7355)
* Add validator protection db flag

* fix nil handling

* reuse datadir

* add datadir default config

* Add handling for moving account dir datafile to new set dir

* naming conditionals

* add tests

* fix test

* fix logic to default to wallet dir

* raul feedback

* nishant feedback

* gaz

* revert site_data changes

* fix formatting

* fix formatting

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Nishant Das <nishdas93@gmail.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2020-10-22 21:05:08 +00:00
..
iface Use Password Specific to Web UI Instead of Wallet Password (#7569) 2020-10-20 02:26:31 +00:00
prompt Use validator protection datadir (#7355) 2020-10-22 21:05:08 +00:00
testing Use Password Specific to Web UI Instead of Wallet Password (#7569) 2020-10-20 02:26:31 +00:00
wallet Clarify No Wallet Found Error Messages (#7609) 2020-10-22 17:31:03 +00:00
accounts_backup_test.go Use Password Specific to Web UI Instead of Wallet Password (#7569) 2020-10-20 02:26:31 +00:00
accounts_backup.go Clarify No Wallet Found Error Messages (#7609) 2020-10-22 17:31:03 +00:00
accounts_create_test.go Remove Account Creation Privilege For Imported Keymanager (#7555) 2020-10-20 01:22:36 +00:00
accounts_create.go Remove Account Creation Privilege For Imported Keymanager (#7555) 2020-10-20 01:22:36 +00:00
accounts_delete_test.go Use Password Specific to Web UI Instead of Wallet Password (#7569) 2020-10-20 02:26:31 +00:00
accounts_delete.go Clarify No Wallet Found Error Messages (#7609) 2020-10-22 17:31:03 +00:00
accounts_exit_test.go Use Password Specific to Web UI Instead of Wallet Password (#7569) 2020-10-20 02:26:31 +00:00
accounts_exit.go Miscellaneous Docs Improvements (#7606) 2020-10-22 19:45:31 +00:00
accounts_helper.go Rename Accounts-V2 to Accounts (#7545) 2020-10-15 22:31:52 +00:00
accounts_import_test.go Use Password Specific to Web UI Instead of Wallet Password (#7569) 2020-10-20 02:26:31 +00:00
accounts_import.go Use Password Specific to Web UI Instead of Wallet Password (#7569) 2020-10-20 02:26:31 +00:00
accounts_list_test.go Remove Account Creation Privilege For Imported Keymanager (#7555) 2020-10-20 01:22:36 +00:00
accounts_list.go Clarify No Wallet Found Error Messages (#7609) 2020-10-22 17:31:03 +00:00
BUILD.bazel Checking ToS cli flag in subcommands (#7588) 2020-10-21 10:13:46 -05:00
cmd_accounts.go Move voluntary exit logging to accounts_exit (#7603) 2020-10-22 15:01:11 +00:00
cmd_wallet.go Checking ToS cli flag in subcommands (#7588) 2020-10-21 10:13:46 -05:00
doc.go Rename Direct Keymanager to Imported (#7549) 2020-10-16 13:45:14 -05:00
wallet_create_test.go Rename Direct Keymanager to Imported (#7549) 2020-10-16 13:45:14 -05:00
wallet_create.go Miscellaneous Docs Improvements (#7606) 2020-10-22 19:45:31 +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 Rename Accounts-V2 to Accounts (#7545) 2020-10-15 22:31:52 +00:00
wallet_recover.go Use Password Specific to Web UI Instead of Wallet Password (#7569) 2020-10-20 02:26:31 +00:00