You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm tagging the last 3 failures here for the hive cancun tests.
(note: on hivecancun all other failures pass locally and are due to something internal to the CI).
Specifically from the engine-cancun simulator.
ForkchoiceUpdatedV3 To Request Shanghai Payload, Null Beacon Root
ForkchoiceUpdatedV2 To Request Shanghai Payload, Non-Null Beacon Root
ForkchoiceUpdatedV2 To Request Cancun Payload, Non-Null Beacon Root
These can all be explained from the execution apis spec update in ethereum/execution-apis#498.
We are essentially sending an fcu with invalid payload attributes and hence expect an error reponse of INVALID_PAYLOAD_ATTRIBUTES. Besu is returning INVALID_PARAMS. Should be a simple parameter fix.
Steps to reproduce
Using the latest version of hive run the following command:
Description
I'm tagging the last 3 failures here for the hive cancun tests.
(note: on hivecancun all other failures pass locally and are due to something internal to the CI).
Specifically from the
engine-cancun
simulator.These can all be explained from the execution apis spec update in ethereum/execution-apis#498.
We are essentially sending an fcu with invalid payload attributes and hence expect an error reponse of
INVALID_PAYLOAD_ATTRIBUTES
. Besu is returningINVALID_PARAMS
. Should be a simple parameter fix.Steps to reproduce
Using the latest version of hive run the following command:
The text was updated successfully, but these errors were encountered: