prysm-pulse/validator/accounts
Preston Van Loon f074c5ee89
Fix validator activation monitoring with inactive keys (#8558)
* refactor / move waiting for activation updates

* Commentary

* Update test to follow the full code path

* gofmt and goimports

* manual imports fixes

* Apply suggestions from code review

typo fixes

* Remove redundant handleAccountsChanged and chan. Thanks @nisdas

* var sub = to sub :=

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2021-03-05 18:33:39 +00:00
..
iface Listen for account changes only when required (#8503) 2021-02-24 18:05:46 +00:00
prompt Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
testing Listen for account changes only when required (#8503) 2021-02-24 18:05:46 +00:00
wallet Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
accounts_backup_test.go Fix validator activation monitoring with inactive keys (#8558) 2021-03-05 18:33:39 +00:00
accounts_backup.go Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
accounts_delete_test.go Listen for account changes only when required (#8503) 2021-02-24 18:05:46 +00:00
accounts_delete.go Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
accounts_enable_disable_test.go Listen for account changes only when required (#8503) 2021-02-24 18:05:46 +00:00
accounts_enable_disable.go Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
accounts_exit_test.go Add Ability to Specify All Public Keys When Exiting Validators (#8399) 2021-02-11 16:50:16 +00:00
accounts_exit.go Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
accounts_helper.go Rename Accounts-V2 to Accounts (#7545) 2020-10-15 22:31:52 +00:00
accounts_import_test.go Listen for account changes only when required (#8503) 2021-02-24 18:05:46 +00:00
accounts_import.go Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
accounts_list_test.go Fix validator activation monitoring with inactive keys (#8558) 2021-03-05 18:33:39 +00:00
accounts_list.go Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
accounts.go Ran code inspect (#8387) 2021-02-03 10:59:17 -06:00
BUILD.bazel Add All Other Prysm CLI Entrypoints to "cmd" Folder (#8545) 2021-03-03 17:05:37 +00:00
doc.go Rename Direct Keymanager to Imported (#7549) 2020-10-16 13:45:14 -05:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
wallet_create_test.go Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
wallet_create.go Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
wallet_edit_test.go Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
wallet_edit.go Allow dynamic key reloading when having inactive keys (imported & derived) (#8119) 2021-01-22 20:21:34 +00:00
wallet_recover_test.go Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
wallet_recover.go Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00