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
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
Invalid PayloadAttributes, Missing BeaconRoot, Syncing=False
We are essentially sending an fcu with invalid payload attributes and hence expect an error reponse of INVALID_PAYLOAD_ATTRIBUTES. Nethermind is returning INVALID_PARAMS. Should be a simple parameter fix.
We expect no error response, as from the execution apis PR above, if a client is syncing no payload attributes validations should be ran. Currently nethermind returns with INVALID_PARAMS.
Steps to reproduce
Using the latest version of hive run the following command:
Description
I'm tagging the last 5 failures here for the hive cancun tests.
Specifically from the
engine-cancun
simulator.These can all be explained from the execution apis spec update in ethereum/execution-apis#498.
For the first 4 tests:
We are essentially sending an fcu with invalid payload attributes and hence expect an error reponse of
INVALID_PAYLOAD_ATTRIBUTES
. Nethermind is returningINVALID_PARAMS
. Should be a simple parameter fix.For the 5th test case where we are syncing:
We expect no error response, as from the execution apis PR above, if a client is syncing no payload attributes validations should be ran. Currently nethermind returns with
INVALID_PARAMS
.Steps to reproduce
Using the latest version of hive run the following command:
The text was updated successfully, but these errors were encountered: