prysm-pulse/validator/accounts/v2
rkapka 89e279f9c8
Account commands cleanup (#7065)
* initial implementation of command
* Add second confirmation step
* Merge branch 'origin-master' into voluntary-exit-command
* fix variable name
* added unit tests
* Merge branch 'origin-master' into voluntary-exit-command
* add comment about stdin
* remove backup-related code from accounts_delete_test
* fix comments
* move filterPublicKeysFromUserInput to new account helper
* remove SkipMnemonicConfirmFlag
* Merge refs/heads/master into voluntary-exit-command
* Merge refs/heads/master into voluntary-exit-command
* Merge refs/heads/master into voluntary-exit-command
* Merge refs/heads/master into voluntary-exit-command
* Merge refs/heads/master into voluntary-exit-command
* Merge refs/heads/master into voluntary-exit-command
* Merge refs/heads/master into voluntary-exit-command
* code review fixes
* removed commented-out code
* Merge branch 'voluntary-exit-command' into account-commands-cleanup

# Conflicts:
#	shared/promptutil/prompt.go
* Merge branch 'origin-master' into account-commands-cleanup

# Conflicts:
#	shared/promptutil/prompt.go
#	validator/accounts/v2/BUILD.bazel
#	validator/accounts/v2/accounts_exit.go
#	validator/accounts/v2/accounts_exit_test.go
* Merge refs/heads/master into account-commands-cleanup
2020-08-20 19:14:03 +00:00
..
iface Accounts-V2: Change ListDirs() to Exists(), fix bug for derived (#7038) 2020-08-19 16:46:26 +00:00
testing Accounts-V2: Change ListDirs() to Exists(), fix bug for derived (#7038) 2020-08-19 16:46:26 +00:00
accounts_backup_test.go Implement Accounts-V2 Backup for Direct Keymanager (#6936) 2020-08-11 23:15:06 +00:00
accounts_backup.go Account commands cleanup (#7065) 2020-08-20 19:14:03 +00:00
accounts_create_test.go Refactor Wallet Password Handling, Preventing Wallet Corruption (#6933) 2020-08-10 18:54:40 +00:00
accounts_create.go Account commands cleanup (#7065) 2020-08-20 19:14:03 +00:00
accounts_delete_test.go Account commands cleanup (#7065) 2020-08-20 19:14:03 +00:00
accounts_delete.go Account commands cleanup (#7065) 2020-08-20 19:14:03 +00:00
accounts_exit_test.go Voluntary exit CLI command (#7046) 2020-08-20 19:53:09 +02:00
accounts_exit.go Account commands cleanup (#7065) 2020-08-20 19:14:03 +00:00
accounts_helper.go Account commands cleanup (#7065) 2020-08-20 19:14:03 +00:00
accounts_import_test.go Acconuts-V2: Allow importing from any valid keystore, regardless of name (#6992) 2020-08-13 14:45:56 -05:00
accounts_import.go Acconuts-V2: Allow importing from any valid keystore, regardless of name (#6992) 2020-08-13 14:45:56 -05:00
accounts_list_test.go Refactor Wallet Password Handling, Preventing Wallet Corruption (#6933) 2020-08-10 18:54:40 +00:00
accounts_list.go Refactor Wallet Password Handling, Preventing Wallet Corruption (#6933) 2020-08-10 18:54:40 +00:00
BUILD.bazel Account commands cleanup (#7065) 2020-08-20 19:14:03 +00:00
cmd_accounts.go Voluntary exit CLI command (#7046) 2020-08-20 19:53:09 +02:00
cmd_wallet.go Accounts V2: Remove unused passwords-dir and deprecate flag (#6916) 2020-08-07 00:02:30 +00:00
doc.go Accounts V2: Resolve Remaining Keymanager Bugs (#6706) 2020-07-24 00:43:01 +00:00
prompt.go Voluntary exit CLI command (#7046) 2020-08-20 19:53:09 +02:00
wallet_create_test.go Moves AssertLogsContains to assertions package (#6985) 2020-08-13 16:22:25 +00:00
wallet_create.go Refactor Wallet Password Handling, Preventing Wallet Corruption (#6933) 2020-08-10 18:54:40 +00:00
wallet_edit_test.go Accounts Revamp Fixes: "Overall" Wallet Improvements (#6736) 2020-07-28 20:20:13 -05:00
wallet_edit.go Refactor Direct Keymanager to One-Shot Decrypt (#6823) 2020-08-02 13:02:04 -07:00
wallet_recover_test.go Refactor Wallet Password Handling, Preventing Wallet Corruption (#6933) 2020-08-10 18:54:40 +00:00
wallet_recover.go Voluntary exit CLI command (#7046) 2020-08-20 19:53:09 +02:00
wallet_test.go Account commands cleanup (#7065) 2020-08-20 19:14:03 +00:00
wallet.go Accounts-V2: Change ListDirs() to Exists(), fix bug for derived (#7038) 2020-08-19 16:46:26 +00:00