prysm-pulse/validator/client
Radosław Kapka 8ffb95bd9d
Allow dynamic key reloading when having inactive keys (imported & derived) (#8119)
* restart waiting for activation on key change

* test fixes

* wiat for activation comments

* regression test

* log fatal when validator cast fails

* derived keymanager

* review comments

* add buffer to channel

* simplify key refetch logic

* reload keys into empty wallet

* removed warning on wallet creation

* add empty line

* export AccountsKeystoreRepresentation type

* unit test for handleAccountsChanged

* test ctx cancellation

* add missing mockRemoteKeymanager interface function

* gazelle

* gzl

* fix panic inside goroutine during runner tests

* rename error message variables

* Update validator/accounts/accounts_list_test.go

* reorder imports

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2021-01-22 20:21:34 +00:00
..
aggregate_test.go Add hydrate indexed att test helper (#8261) 2021-01-13 22:05:57 +00:00
aggregate.go Remove go-ssz entirely from prysm (#8257) 2021-01-20 21:03:46 +00:00
attest_protect_test.go Cleanup Attester DB Protection Files and Add Back Save Lowest Epochs Functionality (#8232) 2021-01-12 09:32:13 -06:00
attest_protect.go Cleanup Attester DB Protection Files and Add Back Save Lowest Epochs Functionality (#8232) 2021-01-12 09:32:13 -06:00
attest_test.go Add timely attest flag to fix #8185 (#8235) 2021-01-08 17:54:46 -08:00
attest.go Remove timeout debug log (#8247) 2021-01-11 22:23:13 +00:00
BUILD.bazel Allow dynamic key reloading when having inactive keys (imported & derived) (#8119) 2021-01-22 20:21:34 +00:00
log_test.go Show number of user pubkeys for attesting and proposing in "Next duty" log output (#8187) 2021-01-07 10:22:38 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
metrics_test.go Add space at the start of comments (#8202) 2021-01-05 13:09:41 +00:00
metrics.go Validator code health improvements (#8106) 2020-12-14 21:10:02 +00:00
mock_validator.go Allow dynamic key reloading when having inactive keys (imported & derived) (#8119) 2021-01-22 20:21:34 +00:00
multiple_endpoints_grpc_resolver.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
propose_protect_test.go Remove custom block body root and block root methods (#8069) 2020-12-09 12:11:42 -06:00
propose_protect.go Allow Optional Signing Roots in Proposal History (#7960) 2020-11-25 22:24:07 +00:00
propose_test.go Cleanup Attester DB Protection Files and Add Back Save Lowest Epochs Functionality (#8232) 2021-01-12 09:32:13 -06:00
propose.go Remove go-ssz entirely from prysm (#8257) 2021-01-20 21:03:46 +00:00
runner_test.go Allow dynamic key reloading when having inactive keys (imported & derived) (#8119) 2021-01-22 20:21:34 +00:00
runner.go Allow dynamic key reloading when having inactive keys (imported & derived) (#8119) 2021-01-22 20:21:34 +00:00
service_test.go Stream Validator and Beacon Logs via gRPC Streams (#8150) 2020-12-18 18:03:24 +00:00
service.go Allow dynamic key reloading when having inactive keys (imported & derived) (#8119) 2021-01-22 20:21:34 +00:00
validator_test.go Allow dynamic key reloading when having inactive keys (imported & derived) (#8119) 2021-01-22 20:21:34 +00:00
validator.go Allow dynamic key reloading when having inactive keys (imported & derived) (#8119) 2021-01-22 20:21:34 +00:00
wait_for_activation_test.go Allow dynamic key reloading when having inactive keys (imported & derived) (#8119) 2021-01-22 20:21:34 +00:00
wait_for_activation.go Allow dynamic key reloading when having inactive keys (imported & derived) (#8119) 2021-01-22 20:21:34 +00:00