prysm-pulse/beacon-chain/rpc/eth/beacon
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
..
blinded_blocks_test.go Fix builder blind block namings (#12910) 2023-09-18 15:32:10 +00:00
blinded_blocks.go Fix builder blind block namings (#12910) 2023-09-18 15:32:10 +00:00
blocks_test.go HTTP API: GetLiveness and GetBlockHeader (#12916) 2023-09-20 19:06:11 +00:00
blocks.go HTTP API: GetLiveness and GetBlockHeader (#12916) 2023-09-20 19:06:11 +00:00
BUILD.bazel HTTP validator APIs (#12887) 2023-09-21 18:16:59 +00:00
config_test.go HTTP implementation of /eth/v1/config/deposit_contract (#12872) 2023-09-08 17:05:29 +00:00
config.go HTTP implementation of /eth/v1/config/deposit_contract (#12872) 2023-09-08 17:05:29 +00:00
handlers_pool_test.go HTTP implementation of /eth/v1/beacon/pool/sync_committees (#12782) 2023-09-01 17:58:50 +00:00
handlers_pool.go HTTP implementation of /eth/v1/beacon/pool/sync_committees (#12782) 2023-09-01 17:58:50 +00:00
handlers_test.go Return correct root from GetBlockHeader (#12935) 2023-09-21 12:02:14 +00:00
handlers_validator.go HTTP validator APIs (#12887) 2023-09-21 18:16:59 +00:00
handlers_validators_test.go HTTP validator APIs (#12887) 2023-09-21 18:16:59 +00:00
handlers.go HTTP validator APIs (#12887) 2023-09-21 18:16:59 +00:00
init_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
log.go Remove beacon-chain/rpc/eth/v1 directory (#9392) 2021-08-16 13:11:25 +02:00
pool_test.go HTTP implementation of voluntary exit pool endpoints (#12777) 2023-08-23 07:51:03 +00:00
pool.go HTTP implementation of voluntary exit pool endpoints (#12777) 2023-08-23 07:51:03 +00:00
server_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
server.go HTTP implementation of /eth/v1/beacon/pool/sync_committees (#12782) 2023-09-01 17:58:50 +00:00
state_test.go GetFinalityCheckpoints and GetGenesis HTTP endpoints (#12902) 2023-09-19 17:53:45 +00:00
state.go GetFinalityCheckpoints and GetGenesis HTTP endpoints (#12902) 2023-09-19 17:53:45 +00:00
structs.go HTTP validator APIs (#12887) 2023-09-21 18:16:59 +00:00
sync_committee_test.go HTTP implementation of /eth/v1/beacon/pool/sync_committees (#12782) 2023-09-01 17:58:50 +00:00
sync_committee.go HTTP implementation of /eth/v1/beacon/pool/sync_committees (#12782) 2023-09-01 17:58:50 +00:00