Skip to content

Commit 9e1141c

Browse files
committed
Specify the upper bound of a list of inclusion lists
1 parent 8fea0f7 commit 9e1141c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/engine/experimental/eip7805.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This specification is based on and extends [Engine API - Prague](./prague.md) sp
3131

3232
| Name | Value |
3333
| - | - |
34-
| `MaxBytesPerInclusionList` | `uint64(8192) = 2**13` |
34+
| `MAX_BYTES_PER_INCLUSION_LIST` | `uint64(8192) = 2**13` |
3535

3636
## Methods
3737

@@ -77,6 +77,8 @@ This method follows the same specification as [`engine_newPayloadV4`](./prague.m
7777

7878
1. Client software **MUST** provide a list of transactions for the inclusion list based on local view of the mempool and according to the config specifications.
7979

80+
2. Client software **MUST** provide a list of transactions within upperbound `MAX_BYTES_PER_INCLUSION_LIST`.
81+
8082
### engine_updatePayloadWithInclusionListV1
8183

8284
#### Request

0 commit comments

Comments
 (0)