-
Notifications
You must be signed in to change notification settings - Fork 906
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
Pectra Engine API Validation #8179
Labels
Comments
Maybe need to run the cancun hive tests to check this? |
newPayloadV3 containing V4's executionRequests incorrectly responds with VALID...
|
We are passing all hive tests |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One known issue with engine_newPayload: we don't invalidate when V4 data (
executionRequests
) is sent to engine_newPayloadV3, we only validate if V4 data is missing from engine_newPayloadV4.Spec says: https://github.com/ethereum/execution-apis/blob/main/src/engine/cancun.md#engine_newpayloadv3
I expect this error would show up in the hive tests, see #8177
Also check against spec for other inconsistencies.
https://github.com/ethereum/execution-apis/blob/main/src/engine/prague.md
The text was updated successfully, but these errors were encountered: