lodestar
lodestar copied to clipboard
Implement get blinded block API
Problem description
Latest beacon API spec requires get blinded block API
- https://github.com/ethereum/beacon-APIs/pull/241
Solution description
Implement the following route:
- https://ethereum.github.io/beacon-APIs/#/Beacon/getBlindedBlock
Additional context
No response