POST /eth/v1/beacon/blinded_blocks Does Not Work #11477
Labels
API
Api related tasks
Builder
PR or issue that supports builder related work
Priority: High
High priority item
🐞 Bug Report
Description
The
POST /eth/v1/beacon/blinded_blocks
endpoint in Prysm does not work correctly. It accepts a blinded beacon block and then passes it through the normalsubmitBlock
function that are used for all other block types. This function broadcasts over p2p, processes in the blockchain service, and more. However, a blinded block must be converted to full format before it can be passed throughsubmitBlock
. Otherwise, the processing will fail. Moreover, Prysm will try to broadcast the blinded block over p2p which is going to return an error.Has this worked before in a previous version?
No
🔬 Minimal Reproduction
Submit a blinded beacon block to Prysm via the standard API
The text was updated successfully, but these errors were encountered: