prysm-pulse/validator/accounts/v2
Raul Jordan f4a6864343
Prepare Validator Client for Web Usage (#7158)
* prepare validator for web usage
* wallet exists func in rpc server
* only initialize wallet if feed exists and wallet also exists
* enabling web via a feed
* wallet creation works but needs to be able to recover from mnemonic via api
* ensure logic works
* Merge branch 'master' into validator-web
* fix up tests
* test file
* wallet rpc tests
* add all tests to create wallet
* Merge branch 'master' into validator-web
* imports
* Merge branch 'validator-web' of github.com:prysmaticlabs/prysm into validator-web
* Merge refs/heads/master into validator-web
* Merge refs/heads/master into validator-web
2020-09-03 15:11:17 +00:00
..
iface Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
testing Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
accounts_backup_test.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
accounts_backup.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
accounts_create_test.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
accounts_create.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
accounts_delete_test.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
accounts_delete.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
accounts_deposit.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
accounts_exit_test.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
accounts_exit.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
accounts_helper.go Account commands cleanup (#7065) 2020-08-20 19:14:03 +00:00
accounts_import_test.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
accounts_import.go Prepare Validator Client for Web Usage (#7158) 2020-09-03 15:11:17 +00:00
accounts_list_test.go Fixes incorrect output produced by the ListAccounts function (#6976) (#7095) 2020-09-01 13:13:44 -05:00
accounts_list.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
BUILD.bazel Begin Dynamic Rescan of Validating Keys (#6963) 2020-08-31 23:38:20 +00:00
cmd_accounts.go Begin Dynamic Rescan of Validating Keys (#6963) 2020-08-31 23:38:20 +00:00
cmd_wallet.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
doc.go Accounts V2: Resolve Remaining Keymanager Bugs (#6706) 2020-07-24 00:43:01 +00:00
prompt.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
wallet_create_test.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
wallet_create.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
wallet_edit_test.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
wallet_edit.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
wallet_recover_test.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
wallet_recover.go Prepare Validator Client for Web Usage (#7158) 2020-09-03 15:11:17 +00:00
wallet_test.go Refactor Accounts and Keymanager Methods to Not Rely on CLI (#7135) 2020-08-31 19:46:45 +00:00
wallet.go Begin Dynamic Rescan of Validating Keys (#6963) 2020-08-31 23:38:20 +00:00