add ssz support in request body for /beacon/blocks endpoints (v1 & v2) (#4479)

## Issue Addressed

[#4457](https://github.com/sigp/lighthouse/issues/4457)

## Proposed Changes

add ssz support in request body for  /beacon/blocks endpoints (v1 & v2)


## Additional Info
This commit is contained in:
Eitan Seri-Levi
2023-07-31 23:51:37 +00:00
parent 8654f20028
commit e8c411c288
6 changed files with 276 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -3524,6 +3524,7 @@ version = "0.1.0"
dependencies = [
"beacon_chain",
"bs58",
"bytes",
"directory",
"environment",
"eth1",