Skip to content

Commit e518c7b

Browse files
committed
Add rules to ignore any blob transactions in the ILs
1 parent 9e1141c commit e518c7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/engine/experimental/eip7805.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ This method follows the same specification as [`engine_newPayloadV4`](./prague.m
7979

8080
2. Client software **MUST** provide a list of transactions within upperbound `MAX_BYTES_PER_INCLUSION_LIST`.
8181

82+
3. Client software **MUST NOT** include any [blob transaction](https://eips.ethereum.org/EIPS/eip-4844#blob-transaction) within the provided list.
83+
8284
### engine_updatePayloadWithInclusionListV1
8385

8486
#### Request
@@ -98,6 +100,8 @@ This method follows the same specification as [`engine_newPayloadV4`](./prague.m
98100

99101
1. Given the `payloadId` client software **MUST** update payload build process building with`inclusionList`. The transactions must be part of the execution payload unless it fails to be included at the end of it.
100102

103+
2. Client software **SHOULD** ignore any [blob transactions](https://eips.ethereum.org/EIPS/eip-4844#blob-transaction) present in the `inclusionList` when updating the execution payload.
104+
101105
### Update the methods of previous forks
102106

103107
This document defines how FOCIL payload should be handled by the [`Prague API`](./prague.md).

0 commit comments

Comments
 (0)