Skip to content

Commit

Permalink
7685: don't force CL to have requests
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Apr 15, 2024
1 parent c1e31f8 commit e184718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-7685.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Let `RequestsRoot` be the root of a Merkle-Patricia trie keyed by the index in t

### Consensus Layer

Extend `ExecutionPayload` to include a new field `requests`. Let this value be a union type over all valid request operations.
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 each`Request` object.
A additional processing step is be added to `process_execution_payload` to iterate over and process all requests.

## Rationale

Expand Down

0 comments on commit e184718

Please sign in to comment.