prysm-pulse/validator/client
Shay Zluf 4595789ac8
Make validator stable when beacon node goes offline (#8278)
* Make validator stable POC

* fix feedback raul and nishant

* fix wait till first iteration

* fix imports

* retry tests

* fix init

* test retry receive blocks

* remove redundant return statement

* terence feedback

* terence feedback

* remove log

* to check for context after fist call

* remove fatal

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-02-01 16:29:54 +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 [Feature] - Slashing Interchange Support (#8024) 2021-01-22 17:12:22 -06:00
attest_protect.go [Feature] - Slashing Interchange Support (#8024) 2021-01-22 17:12:22 -06:00
attest_test.go [Feature] - Slashing Interchange Support (#8024) 2021-01-22 17:12:22 -06:00
attest.go Use strings builder for attester lock key (#8349) 2021-01-27 22:33:28 +00:00
BUILD.bazel Introduce helper function for adding context metadata from gRPC headers (#8354) 2021-01-28 08:58:32 -06: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 Make validator stable when beacon node goes offline (#8278) 2021-02-01 16:29:54 +00:00
multiple_endpoints_grpc_resolver.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
propose_protect_test.go [Feature] - Slashing Interchange Support (#8024) 2021-01-22 17:12:22 -06:00
propose_protect.go [Feature] - Slashing Interchange Support (#8024) 2021-01-22 17:12:22 -06:00
propose_test.go [Feature] - Slashing Interchange Support (#8024) 2021-01-22 17:12:22 -06:00
propose.go Add role based lock for validator (#8347) 2021-01-27 20:59:21 +00:00
runner_test.go Make validator stable when beacon node goes offline (#8278) 2021-02-01 16:29:54 +00:00
runner.go Make validator stable when beacon node goes offline (#8278) 2021-02-01 16:29:54 +00:00
service_test.go Stream Validator and Beacon Logs via gRPC Streams (#8150) 2020-12-18 18:03:24 +00:00
service.go Introduce helper function for adding context metadata from gRPC headers (#8354) 2021-01-28 08:58:32 -06:00
slashing_protection_interchange_test.go [Feature] - Slashing Interchange Support (#8024) 2021-01-22 17:12:22 -06:00
validator_test.go Make validator stable when beacon node goes offline (#8278) 2021-02-01 16:29:54 +00:00
validator.go Make validator stable when beacon node goes offline (#8278) 2021-02-01 16:29:54 +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 Rename getter functions to be idiomatic (#8320) 2021-01-25 21:27:30 +00:00