beacon-APIs
beacon-APIs copied to clipboard
Remove deprecated produce block apis
This removes previously deprecated produce blocks apis
GET /eth/v2/validator/blocks/{slot}GET /eth/v1/validator/blinded_blocks/{slot}
Those were replaced / consolidated by GET /eth/v3/validator/blocks/{slot} during Capella and part of spec release for Deneb.
Implementations should be able to safely remove the apis after Electra fork.