Skip to content

Commit

Permalink
simulators/eth/engine: Update fcuV2 to request Shanghai/Cancun payloa…
Browse files Browse the repository at this point in the history
…d tests.
  • Loading branch information
spencer-tb committed Oct 11, 2023
1 parent 6819247 commit 935a52d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions simulators/ethereum/engine/suites/cancun/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -587,13 +587,12 @@ var Tests = []test.Spec{
BaseSpec: test.BaseSpec{
Name: "ForkchoiceUpdatedV2 To Request Shanghai Payload, Zero Beacon Root",
About: `
Test sending ForkchoiceUpdatedV2 to request a Cancun payload:
- Payload Attributes uses Shanghai timestamp
- Payload Attributes' Beacon Root zero
Test sending ForkchoiceUpdatedV2 to request a Shanghai payload:
- Payload Attributes uses Shanghai timestamp with Beacon Root
Verify that client returns INVALID_PARAMS_ERROR.
`,
MainFork: config.Cancun,
MainFork: config.Shanghai,
ForkHeight: 1,
},

Expand All @@ -614,14 +613,13 @@ var Tests = []test.Spec{
},
},

// ForkchoiceUpdatedV2 after cancun
// ForkchoiceUpdatedV2 after cancun with beacon root
&CancunBaseSpec{
BaseSpec: test.BaseSpec{
Name: "ForkchoiceUpdatedV2 To Request Cancun Payload, Zero Beacon Root",
About: `
Test sending ForkchoiceUpdatedV2 to request a Cancun payload:
- Payload Attributes uses Cancun timestamp
- Payload Attributes' Beacon Root zero
- Payload Attributes uses Cancun timestamp with Beacon Root
Verify that client returns INVALID_PARAMS_ERROR.
`,
Expand Down

0 comments on commit 935a52d

Please sign in to comment.