From 2b5693197d9292cc9f53c337f511edccf48f677c Mon Sep 17 00:00:00 2001 From: "github-merge-queue[bot]" Date: Thu, 1 Feb 2024 17:04:18 +0000 Subject: [PATCH] deploy: ace89e8ce1b7042c91e258763c7484f3caef0cfb --- CNAME | 1 - print.html | 16 +++++++++------- protocol/exec-engine.html | 16 +++++++++------- searchindex.js | 2 +- searchindex.json | 2 +- 5 files changed, 20 insertions(+), 17 deletions(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index c718e1d27..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -specs.optimism.io \ No newline at end of file diff --git a/print.html b/print.html index ba9e1153f..2d939b815 100644 --- a/print.html +++ b/print.html @@ -1893,7 +1893,8 @@

engine_forkchoiceUpdatedV3

-

See engine_forkchoiceUpdatedV2 for a description of the forkchoice updated method.

+

See engine_forkchoiceUpdatedV2 for a description of the forkchoice updated method. +engine_forkchoiceUpdatedV3 must only be called with Ecotone payload.

To support rollup functionality, one backwards-compatible change is introduced to engine_forkchoiceUpdatedV3: the extended PayloadAttributesV3

Extended PayloadAttributesV3

@@ -1911,15 +1912,16 @@

PayloadAttributesV2 with the addition of parentBeaconBlockRoot which is the parent beacon block root from the L1 origin block of the L2 block.

-

The parentBeaconBlockRoot must be nil for Bedrock/Canyon/Delta payloads. -Starting at Ecotone, the parentBeaconBlockRoot must be set to the L1 origin parentBeaconBlockRoot, +

Starting at Ecotone, the parentBeaconBlockRoot must be set to the L1 origin parentBeaconBlockRoot, or a zero bytes32 if the Dencun functionality with parentBeaconBlockRoot is not active on L1.

engine_newPayloadV2

No modifications to engine_newPayloadV2. Applies a L2 block to the engine state.

engine_newPayloadV3

engine_newPayloadV3 applies an Ecotone L2 block to the engine state. There are no -modifications to this API. The additional parameters should be set as follows:

+modifications to this API. +engine_newPayloadV3 must only be called with Ecotone payload.

+

The additional parameters should be set as follows: