Skip to content

Add builder blinded_blocks v2 #7778

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

Open
wants to merge 3 commits into
base: unstable
Choose a base branch
from

Conversation

pawanjay176
Copy link
Member

Issue Addressed

Partially addresses #7381

Proposed Changes

Add blinded_blocks v2 method specified in ethereum/builder-specs#123

@pawanjay176 pawanjay176 added work-in-progress PR is a work-in-progress builder API fulu Required for the upcoming Fulu hard fork labels Jul 23, 2025
@jimmygchen jimmygchen added ready-for-review The code is ready for review and removed work-in-progress PR is a work-in-progress labels Jul 23, 2025
debug!(?block_root, "Sending block to builder");
if spec.is_fulu_scheduled() {
Copy link
Member

@jimmygchen jimmygchen Jul 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Raised a discussion here on whether to switch at the Fulu fork, or when running the node with Fulu scheduled:
https://discord.com/channels/595666850260713488/1395080509775937636/1397431503448969276

IMO it's safer if the switch happens before the fork.

jimmygchen added a commit that referenced this pull request Jul 23, 2025
Squashed commit of the following:

commit 3b8d8e7
Author: Jimmy Chen <jchen.tc@gmail.com>
Date:   Wed Jul 23 15:23:25 2025 +1000

    Fix tests.

commit 053d450
Author: Jimmy Chen <jchen.tc@gmail.com>
Date:   Wed Jul 23 15:11:03 2025 +1000

    Complete Fulu builder API changes.

commit 661ee56
Author: Pawan Dhananjay <pawandhananjay@gmail.com>
Date:   Tue Jul 22 18:46:01 2025 -0700

    Initial commit
jimmygchen added a commit that referenced this pull request Jul 23, 2025
Squashed commit of the following:

commit 3b8d8e7
Author: Jimmy Chen <jchen.tc@gmail.com>
Date:   Wed Jul 23 15:23:25 2025 +1000

    Fix tests.

commit 053d450
Author: Jimmy Chen <jchen.tc@gmail.com>
Date:   Wed Jul 23 15:11:03 2025 +1000

    Complete Fulu builder API changes.

commit 661ee56
Author: Pawan Dhananjay <pawandhananjay@gmail.com>
Date:   Tue Jul 22 18:46:01 2025 -0700

    Initial commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
builder API fulu Required for the upcoming Fulu hard fork fusaka-devnet-3 ready-for-review The code is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants