-
Notifications
You must be signed in to change notification settings - Fork 306
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
use forkChoiceUpdatedV4 with PayloadAttributesV4 #8752
use forkChoiceUpdatedV4 with PayloadAttributesV4 #8752
Conversation
maxBlobsPerBlock.map(maxBlobs -> maxBlobs.dividedBy(2)), | ||
maxBlobsPerBlock)); |
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.
We probably want to have a unit test for this part of the code on ProposerDataManagerTest
.
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.
I updated the ForkChoiceNotifierTest
instead and added the new PayloadBuildingAttributes
fields. I guess that's enough to cover the new code path
I think the changes look good. I just added a comment regarding a missing unit test and it looks like there are some other test failures to check. |
* Decouple block and blobs publishing\import (#8728) * use correct schema definitions when creation full beacon block (#8806) * use correct schema definitions when creation full beacon block * use forkChoiceUpdatedV4 with PayloadAttributesV4 (#8752) (#8799) --------- Co-authored-by: Enrico Del Fante <[email protected]>
PR Description
Use
engine_forkChoiceUpdatedV4
This PR should not be merged before the devnet-5 launch
Fixed Issue(s)
fixes #8745
Documentation
doc-change-required
label to this PR if updates are required.Changelog