Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EIP-7685: simplify cl behavior #8451

Merged
merged 1 commit into from
Apr 17, 2024
Merged
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
4 changes: 1 addition & 3 deletions EIPS/eip-7685.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ Let `RequestsRoot` be the root of a Merkle-Patricia trie keyed by the index in t

### Consensus Layer

Each proposal may choose how to extend `ExecutionPayload` to include the new EL request.

A additional processing step is be added to `process_execution_payload` to iterate over and process all requests.
Each proposal may choose how to extend `ExecutionPayload` to include the new EL request and how and when the request is processed.

## Rationale

Expand Down
Loading