From acbf4e276281f23fe7a1e09b6f95e9117c07c243 Mon Sep 17 00:00:00 2001 From: tersec Date: Sat, 15 Feb 2025 00:47:58 +0000 Subject: [PATCH 1/3] make engine_getBlobsV1 non-optional --- src/engine/cancun.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/cancun.md b/src/engine/cancun.md index 3d17c720c..0f3cd5bc7 100644 --- a/src/engine/cancun.md +++ b/src/engine/cancun.md @@ -187,7 +187,7 @@ Refer to the specification for [`engine_getPayloadV2`](./shanghai.md#engine_getp Consensus layer clients **MAY** use this method to fetch blobs from the execution layer blob pool. -*Note*: This is a new optional method introduced after Cancun. It is defined here because it is backwards-compatible with Cancun. +*Note*: This is a new method introduced after Cancun. It is defined here because it is backwards-compatible with Cancun. #### Request From 151818ffdf6ea0b979db3dd3941cceec0c7dc06e Mon Sep 17 00:00:00 2001 From: tersec Date: Sun, 16 Feb 2025 17:28:51 +0000 Subject: [PATCH 2/3] optional for Pectra, non-optional for Fusaka --- src/engine/cancun.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/cancun.md b/src/engine/cancun.md index 0f3cd5bc7..2bdcea763 100644 --- a/src/engine/cancun.md +++ b/src/engine/cancun.md @@ -187,7 +187,7 @@ Refer to the specification for [`engine_getPayloadV2`](./shanghai.md#engine_getp Consensus layer clients **MAY** use this method to fetch blobs from the execution layer blob pool. -*Note*: This is a new method introduced after Cancun. It is defined here because it is backwards-compatible with Cancun. +*Note*: This is a new optional method introduced after Cancun. It is defined here because it is backwards-compatible with Cancun. Starting with Osaka, it will become non-optional. #### Request From c171afc37cef7beeebf7e8a7e1910e11e609f42e Mon Sep 17 00:00:00 2001 From: tersec Date: Sun, 16 Feb 2025 22:02:30 +0000 Subject: [PATCH 3/3] revert to Pectra-nonoptionality --- src/engine/cancun.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/cancun.md b/src/engine/cancun.md index 2bdcea763..0f3cd5bc7 100644 --- a/src/engine/cancun.md +++ b/src/engine/cancun.md @@ -187,7 +187,7 @@ Refer to the specification for [`engine_getPayloadV2`](./shanghai.md#engine_getp Consensus layer clients **MAY** use this method to fetch blobs from the execution layer blob pool. -*Note*: This is a new optional method introduced after Cancun. It is defined here because it is backwards-compatible with Cancun. Starting with Osaka, it will become non-optional. +*Note*: This is a new method introduced after Cancun. It is defined here because it is backwards-compatible with Cancun. #### Request