lighthouse/beacon_node/http_api
Eitan Seri-Levi 992b476eac Add SSZ support to validator block production endpoints (#4534)
## Issue Addressed

#4531 

## Proposed Changes

add SSZ support to the following block production endpoints:

GET /eth/v2/validator/blocks/{slot}
GET /eth/v1/validator/blinded_blocks/{slot}

## Additional Info

i updated a few existing tests to use ssz instead of writing completely new tests
2023-09-21 06:38:31 +00:00
..
src Add SSZ support to validator block production endpoints (#4534) 2023-09-21 06:38:31 +00:00
tests Add SSZ support to validator block production endpoints (#4534) 2023-09-21 06:38:31 +00:00
Cargo.toml Prevent port re-use in HTTP API tests (#4745) 2023-09-20 01:19:03 +00:00