prysm-pulse/validator/client
Sammy Rosso 4ac4d00377
Implement GetValidatorPerformance beacon chain client (#12581)
* Add http endpoint for GetValidatorPerformance

* Add tests

* fix up client usage

* Revert changes

* Implement GetValidatorPerformance

* refactor to reuse code

* Move endpoint + move ComputeValidatorPerformance

* Radek's comment change

* Add Bazel file

* Change endpoint path

* Add server for http endpoints

* Fix server

* Create core package

* Gaz

* Update + add broken test

* Gaz

* fix

* Fix test

* Create const for endpoint

---------

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2023-07-18 08:57:54 +00:00
..
beacon-api Implement GetValidatorPerformance beacon chain client (#12581) 2023-07-18 08:57:54 +00:00
beacon-chain-client-factory Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
grpc-api Use mock v1alpha1 server in Beacon API's validator functions (#12319) 2023-04-26 18:59:29 +02:00
iface Registration Cache used by default and other UX changes for Proposer settings (#12456) 2023-06-29 02:49:21 +00:00
node-client-factory Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
slasher-client-factory Add REST API stubs for beacon chain, node and slasher clients (#12094) 2023-03-20 16:32:32 +00:00
testutil Registration Cache used by default and other UX changes for Proposer settings (#12456) 2023-06-29 02:49:21 +00:00
validator-client-factory Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
aggregate_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
aggregate.go Enable whitespace linter & fix findings (#12273) 2023-04-18 18:58:27 +00:00
attest_protect_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
attest_protect.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
attest_test.go Keymanager mock cleanup (#12341) 2023-04-27 05:25:17 +00:00
attest.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
BUILD.bazel Keymanager API: Add validator voluntary exit endpoint (#12299) 2023-06-21 14:06:16 -05:00
key_reload_test.go Keymanager mock cleanup (#12341) 2023-04-27 05:25:17 +00:00
key_reload.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
log.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
metrics_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
metrics.go changing default on bad validators (#12535) 2023-06-15 16:40:59 +00:00
multiple_endpoints_grpc_resolver.go Bump google.golang.org/grpc from 1.40.0 to 1.53.0 (#12595) 2023-07-06 20:11:43 +00:00
propose_protect_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
propose_protect.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
propose_test.go Keymanager API: Add validator voluntary exit endpoint (#12299) 2023-06-21 14:06:16 -05:00
propose.go Keymanager API: Add validator voluntary exit endpoint (#12299) 2023-06-21 14:06:16 -05:00
registration_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
registration.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
runner_test.go Increase validator client startup proposer settings deadline (#12533) 2023-06-30 21:37:39 +00:00
runner.go Increase validator client startup proposer settings deadline (#12533) 2023-06-30 21:37:39 +00:00
service_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
service.go Registration Cache used by default and other UX changes for Proposer settings (#12456) 2023-06-29 02:49:21 +00:00
slashing_protection_interchange_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
sync_committee_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
sync_committee.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
validator_test.go Registration Cache used by default and other UX changes for Proposer settings (#12456) 2023-06-29 02:49:21 +00:00
validator.go Registration Cache used by default and other UX changes for Proposer settings (#12456) 2023-06-29 02:49:21 +00:00
wait_for_activation_test.go Keymanager mock cleanup (#12341) 2023-04-27 05:25:17 +00:00
wait_for_activation.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00