Skip to content

Commit e70099c

Browse files
committed
Specify the upper bound of a list of inclusion lists
1 parent 58b019e commit e70099c

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

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

7777
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.
7878

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

8183
#### Request

0 commit comments

Comments
 (0)