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

Fix capella unblind block with bls field #12263

Merged
merged 7 commits into from
Apr 13, 2023

Conversation

terencechain
Copy link
Member

@terencechain terencechain commented Apr 13, 2023

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

When we attempt to unblind a block in Capella, we send the block to the relayer via SubmitBlindedBlock. Before the call, prysm miss to include bls-to-exec object in the blind block itself. As a result, the relayer will get a signature verification error because the hash tree root would be different than before. This PR adds the bls-to-exec field.

Expect a post mortem from this shortly

@terencechain terencechain added Bug Something isn't working Builder PR or issue that supports builder related work labels Apr 13, 2023
@terencechain terencechain requested a review from a team as a code owner April 13, 2023 00:34
potuz
potuz previously approved these changes Apr 13, 2023
potuz
potuz previously approved these changes Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Builder PR or issue that supports builder related work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants