Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST /eth/v1/beacon/blinded_blocks Does Not Work #11477

Closed
rauljordan opened this issue Sep 21, 2022 · 0 comments · Fixed by #11483
Closed

POST /eth/v1/beacon/blinded_blocks Does Not Work #11477

rauljordan opened this issue Sep 21, 2022 · 0 comments · Fixed by #11483
Assignees
Labels
API Api related tasks Builder PR or issue that supports builder related work Priority: High High priority item

Comments

@rauljordan
Copy link
Contributor

🐞 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 normal submitBlock 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 through submitBlock. 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

@rauljordan rauljordan added Priority: High High priority item API Api related tasks labels Sep 21, 2022
@terencechain terencechain self-assigned this Sep 21, 2022
@terencechain terencechain added the Builder PR or issue that supports builder related work label Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Api related tasks Builder PR or issue that supports builder related work Priority: High High priority item
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants