prysm-pulse/validator/accounts
dv8silencer 1a72733c53
Handle duplicate keystores in import path without error (#7842)
* bug fix

* Add regression test

* improve wording

* improve wording

* fix test

* comments, wording

* Comment

* import hex output

* fix test

* remove unnecessary sprintf

* fix test

Co-authored-by: dv8silencer <15720668+dv8silencer@users.noreply.github.com>
2020-11-17 13:50:23 -06:00
..
iface Refactor HD Wallets for Enhanced Security (#7821) 2020-11-16 22:26:04 +00:00
prompt [Feature] enable/disable validator accounts (#7746) 2020-11-13 10:06:24 -06:00
testing Remove Keymanageropts Pattern from Wallets and Remove Enable/Disable Feature for V1 CLI (#7831) 2020-11-17 06:00:20 +00:00
wallet Remove Keymanageropts Pattern from Wallets and Remove Enable/Disable Feature for V1 CLI (#7831) 2020-11-17 06:00:20 +00:00
accounts_backup_test.go Refactor HD Wallets for Enhanced Security (#7821) 2020-11-16 22:26:04 +00:00
accounts_backup.go Refactor HD Wallets for Enhanced Security (#7821) 2020-11-16 22:26:04 +00:00
accounts_delete_test.go Remove Keymanageropts Pattern from Wallets and Remove Enable/Disable Feature for V1 CLI (#7831) 2020-11-17 06:00:20 +00:00
accounts_delete.go Refactor HD Wallets for Enhanced Security (#7821) 2020-11-16 22:26:04 +00:00
accounts_enable_disable_test.go Refactor HD Wallets for Enhanced Security (#7821) 2020-11-16 22:26:04 +00:00
accounts_enable_disable.go Remove Keymanageropts Pattern from Wallets and Remove Enable/Disable Feature for V1 CLI (#7831) 2020-11-17 06:00:20 +00:00
accounts_exit_test.go Use t.TempDir() in tests (#7769) 2020-11-10 22:45:17 +00:00
accounts_exit.go Refactor HD Wallets for Enhanced Security (#7821) 2020-11-16 22:26:04 +00:00
accounts_helper.go Rename Accounts-V2 to Accounts (#7545) 2020-10-15 22:31:52 +00:00
accounts_import_test.go Handle duplicate keystores in import path without error (#7842) 2020-11-17 13:50:23 -06:00
accounts_import.go Refactor HD Wallets for Enhanced Security (#7821) 2020-11-16 22:26:04 +00:00
accounts_list_test.go Remove Keymanageropts Pattern from Wallets and Remove Enable/Disable Feature for V1 CLI (#7831) 2020-11-17 06:00:20 +00:00
accounts_list.go Add indicator for disabled accounts in account list (#7819) 2020-11-17 09:58:53 -06:00
accounts.go Refactor HD Wallets for Enhanced Security (#7821) 2020-11-16 22:26:04 +00:00
BUILD.bazel Refactor HD Wallets for Enhanced Security (#7821) 2020-11-16 22:26:04 +00:00
cmd_accounts.go Remove Keymanageropts Pattern from Wallets and Remove Enable/Disable Feature for V1 CLI (#7831) 2020-11-17 06:00:20 +00:00
cmd_wallet.go Add --mainnet no-op to validator sub-commands (#7833) 2020-11-17 03:17:08 +00:00
doc.go Rename Direct Keymanager to Imported (#7549) 2020-10-16 13:45:14 -05:00
wallet_create_test.go Remove Keymanageropts Pattern from Wallets and Remove Enable/Disable Feature for V1 CLI (#7831) 2020-11-17 06:00:20 +00:00
wallet_create.go Remove Keymanageropts Pattern from Wallets and Remove Enable/Disable Feature for V1 CLI (#7831) 2020-11-17 06:00:20 +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 Remove Keymanageropts Pattern from Wallets and Remove Enable/Disable Feature for V1 CLI (#7831) 2020-11-17 06:00:20 +00:00
wallet_recover.go Remove Keymanageropts Pattern from Wallets and Remove Enable/Disable Feature for V1 CLI (#7831) 2020-11-17 06:00:20 +00:00