-
Notifications
You must be signed in to change notification settings - Fork 374
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
Engine API: validate blob versioned hashes #407
Conversation
Co-authored-by: g11tech <develop@g11tech.io>
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.
looks good here 👍
More detailed steps to validate blob versioned hashes are added, with the requirement to run this check instantly disregarding the sync process, i.e. in the same way as block hash is validated today. This PR adds a second parameter to the |
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
Adds blob versioned hashes as a second parameter to
engine_newPayloadV3
as a follow up to ethereum/consensus-specs#3345 (comment)