Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EIPS/eip-7799.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ In the engine API, the `ExecutionPayload` for versions corresponding to forks ad

- `systemLogsRoot`: `DATA`, 32 Bytes

As part of `engine_forkchoiceUpdated`, Execution Layer implementations SHALL verify that `systemLogsRoot` for each block matches the actual value computed from local processing. This extends on top of existing `receiptsRoot` validation.
As part of `engine_newPayloadVx`, Execution Layer implementations SHALL verify that the submitted payload's `systemLogsRoot` matches the value computed from local processing; if it does not, the payload MUST be rejected (e.g., with `INVALID`). This extends on top of existing `receiptsRoot` validation performed at payload acceptance time.

### Consensus `ExecutionPayload` changes

Expand Down