prysm-pulse/beacon-chain/rpc/eth/validator
Sammy Rosso b0b4e42436
HTTP Beacon API: /eth/v1/beacon/blocks and /eth/v1/beacon/blinded_blocks (#12827)
* Add PublishBlock

* Add endpoints

* Cleanup

* Modify publishBlock to work for v1 and v2

* Remove v2 + add server receiver

* Cleanup remaining endpoints

* Remove error from SszRequested

* Remove unused functions
2023-09-27 12:51:37 +00:00
..
BUILD.bazel Use headstate when requesting current epochs (#12940) 2023-09-22 19:48:24 +00:00
handlers_block_test.go Deneb produce blockv3 (#12708) 2023-09-01 12:51:27 +02:00
handlers_block.go HTTP Beacon API: /eth/v1/beacon/blocks and /eth/v1/beacon/blinded_blocks (#12827) 2023-09-27 12:51:37 +00:00
handlers_test.go Do not cache proposer ID on GetProposerDuties (#12939) 2023-09-21 15:22:41 +00:00
handlers.go Use headstate when requesting current epochs (#12940) 2023-09-22 19:48:24 +00:00
server.go use struct in beacon-chain/rpc/core to store dependencies (#12701) 2023-08-05 22:54:12 +02:00
structs.go HTTP API: GetLiveness and GetBlockHeader (#12916) 2023-09-20 19:06:11 +00:00
validator_test.go HTTP API: GetLiveness and GetBlockHeader (#12916) 2023-09-20 19:06:11 +00:00
validator.go HTTP API: GetLiveness and GetBlockHeader (#12916) 2023-09-20 19:06:11 +00:00