prysm-pulse/beacon-chain/rpc/prysm/v1alpha1/beacon
Sammy Rosso 6a0db800b3
GetValidatorPerformance http endpoint (#12557)
* Add http endpoint for GetValidatorPerformance

* Add tests

* fix up client usage

* Revert changes

* 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

* Add correct error code

* Fix error code in test

* Adding errors

* Fix errors

* Fix default GRPC error

* Change http errors to core ones

* Use error status without helper

* Fix

* Capitalize GRPC error messages

---------

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2023-07-07 14:49:44 +00:00
..
assignments_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
assignments.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
attestations_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
attestations.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
beacon_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
blocks_test.go Fix Deadlock in StreamChainHead (#12250) 2023-04-07 15:41:31 -05:00
blocks.go Fix Deadlock in StreamChainHead (#12250) 2023-04-07 15:41:31 -05:00
BUILD.bazel GetValidatorPerformance http endpoint (#12557) 2023-07-07 14:49:44 +00:00
committees_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
committees.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
config_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
config.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
init_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
log.go Restructure RPC packages to be future compatible (#9136) 2021-07-02 15:54:52 +00:00
server.go Isolate forkchoice to blockchain package (#12174) 2023-03-22 09:12:54 +08:00
slashings_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
slashings.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
validators_stream_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
validators_stream.go Enable whitespace linter & fix findings (#12273) 2023-04-18 18:58:27 +00:00
validators_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
validators.go GetValidatorPerformance http endpoint (#12557) 2023-07-07 14:49:44 +00:00