Skip to content

Commit 652ec27

Browse files
committed
INCLUSION_LIST_UNSATISFIED payloads are a subset of VALID payloads
1 parent cdd330a commit 652ec27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/engine/bogota.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This method follows the same specification as [`engine_newPayloadV5`](./amsterda
8989

9090
1. Client software **MUST** return `-38005: Unsupported fork` error if the `timestamp` of the payload does not fall within the time frame of the Bogota fork.
9191

92-
2. Client software **MUST** return `{status: INCLUSION_LIST_UNSATISFIED, latestValidHash: null, validationError: null}` if `executionPayload` fails to satisfy the inclusion list constraints with respect to `inclusionListTransactions` as defined in [EIP-7805](https://eips.ethereum.org/EIPS/eip-7805).
92+
2. Client software **MUST** return `{status: INCLUSION_LIST_UNSATISFIED, latestValidHash: null, validationError: null}` if `executionPayload` passed [payload validation](./paris.md#payload-validation) process and deemed `VALID` but fails to satisfy the inclusion list constraints with respect to `inclusionListTransactions` as defined in [EIP-7805](https://eips.ethereum.org/EIPS/eip-7805).
9393

9494
### engine_getInclusionListV1
9595

0 commit comments

Comments
 (0)