prysm-pulse/validator/accounts/v2
Preston Van Loon a74cf5de90
Replace context.Background() with more appropriate context (#7136)
* Replace context.Background() with more appropriate context
* replace a few context.TODO
* Merge refs/heads/master into fix-ctx
* Update validator/accounts/v2/accounts_create.go

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
* Fix tests
* fix stream tests
* gofmt
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* fix conflicts and remove ctx background uses
* fix broken test
* Merge branch 'master' into fix-ctx
* imports
* Merge branch 'fix-ctx' of github.com:prysmaticlabs/prysm into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* fix conflicts
* Merge refs/heads/master into fix-ctx
* fmt
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* Merge refs/heads/master into fix-ctx
* fixes tests
2020-09-09 09:48:52 +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 Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +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 Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00
accounts_list_test.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00
accounts_list.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +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