Skip to content

Commit ad6e1d1

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

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
@@ -78,6 +78,8 @@ This method follows the same specification as [`engine_newPayloadV4`](./prague.m
7878

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

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

8385
#### Request
@@ -97,6 +99,8 @@ This method follows the same specification as [`engine_newPayloadV4`](./prague.m
9799

98100
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.
99101

102+
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.
103+
100104
### Update the methods of previous forks
101105

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

0 commit comments

Comments
 (0)