beacon-APIs icon indicating copy to clipboard operation
beacon-APIs copied to clipboard

Remove deprecated produce block apis

Open nflaig opened this issue 1 year ago • 4 comments

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.

nflaig avatar Aug 19 '24 11:08 nflaig