-
Notifications
You must be signed in to change notification settings - Fork 984
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
Updated validator spec with rules for including execution requests in the beacon block body #3976
Updated validator spec with rules for including execution requests in the beacon block body #3976
Conversation
… the beacon block body
cc @mkalinin |
@hwwhww could you help me understand the test failures? 😢 |
I think I know the reason. List[DepositRequest, MAX_DEPOSIT_REQUESTS_PER_PAYLOAD] And in this PR we use |
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.
it seems @jtraglia has solved the linter issue? (🙏)
Co-authored-by: Alex Stokes <[email protected]>
Co-authored-by: Alex Stokes <[email protected]>
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!
Thank you @lucassaldanha!
ssz_serialize
andssz_deserialize
functionsGetPayloadResponse
withexecution_requests: Sequence[bytes]
get_payload
definition with extra detail reexecution_requests
list[bytes]
toSequence[bytes]