-
Notifications
You must be signed in to change notification settings - Fork 893
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
Conversation
debug!(?block_root, "Sending block to builder"); | ||
if spec.is_fulu_scheduled() { |
There was a problem hiding this comment.
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.
Squashed commit of the following: commit 3b8d8e7 Author: Jimmy Chen <[email protected]> Date: Wed Jul 23 15:23:25 2025 +1000 Fix tests. commit 053d450 Author: Jimmy Chen <[email protected]> Date: Wed Jul 23 15:11:03 2025 +1000 Complete Fulu builder API changes. commit 661ee56 Author: Pawan Dhananjay <[email protected]> Date: Tue Jul 22 18:46:01 2025 -0700 Initial commit
Squashed commit of the following: commit 3b8d8e7 Author: Jimmy Chen <[email protected]> Date: Wed Jul 23 15:23:25 2025 +1000 Fix tests. commit 053d450 Author: Jimmy Chen <[email protected]> Date: Wed Jul 23 15:11:03 2025 +1000 Complete Fulu builder API changes. commit 661ee56 Author: Pawan Dhananjay <[email protected]> Date: Tue Jul 22 18:46:01 2025 -0700 Initial commit
Squashed commit of the following: commit 3b8d8e7 Author: Jimmy Chen <[email protected]> Date: Wed Jul 23 15:23:25 2025 +1000 Fix tests. commit 053d450 Author: Jimmy Chen <[email protected]> Date: Wed Jul 23 15:11:03 2025 +1000 Complete Fulu builder API changes. commit 661ee56 Author: Pawan Dhananjay <[email protected]> Date: Tue Jul 22 18:46:01 2025 -0700 Initial commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks: You can check the last failing draft PR here: #7795. You may have to fix your CI before adding the pull request to the queue again. |
Issue Addressed
Partially addresses #7381
Proposed Changes
Add blinded_blocks v2 method specified in ethereum/builder-specs#123