prysm-pulse/beacon-chain/rpc/prysm/validator
Radosław Kapka e22258caa9
HTTP validator APIs (#12887)
* GetValidators in progress

* in progress

* completed implementation of GetValidators + some tests

* typo

* completed tests for GetValidators

* GetValidator

* GetValidatorBalances

* register

* more tests and e2e fix

* middleware cleanup

* remove struct

* handle all ignored

* test fixes

* more test fixes

* even more test fixes

* remove unused structs

* docs

* fix validator count test

* build fix

* add length checks

* lint fix

---------

Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
2023-09-21 18:16:59 +00:00
..
BUILD.bazel HTTP validator APIs (#12887) 2023-09-21 18:16:59 +00:00
server.go Add support for validator count endpoint (#12752) 2023-08-24 23:11:41 +02:00
validator_count_test.go HTTP validator APIs (#12887) 2023-09-21 18:16:59 +00:00
validator_count.go HTTP validator APIs (#12887) 2023-09-21 18:16:59 +00:00
validator_performance_test.go use struct in beacon-chain/rpc/core to store dependencies (#12701) 2023-08-05 22:54:12 +02:00
validator_performance.go use struct in beacon-chain/rpc/core to store dependencies (#12701) 2023-08-05 22:54:12 +02:00