Skip to content
Merged
Show file tree
Hide file tree
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 repo_subpaths_for_grammar_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Status legend: `[ ]` pending, `[~]` in progress, `[x]` complete

## src/ethereum/forks - Misc

- [ ] `src/ethereum/forks/*/exceptions.py`, `requests.py`, `vm/eoa_delegation.py`, `dao.py` (~40 files)
- [x] `src/ethereum/forks/*/exceptions.py`, `requests.py`, `vm/eoa_delegation.py`, `dao.py` (~40 files)

## src/ethereum (non-forks)

Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/amsterdam/requests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Requests were introduced in EIP-7685 as a a general purpose framework for
Requests were introduced in EIP-7685 as a general purpose framework for
storing contract-triggered requests. It extends the execution header and
body with a single field each to store the request information.
This inherently exposes the requests to the consensus layer, which can
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo1/requests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Requests were introduced in EIP-7685 as a a general purpose framework for
Requests were introduced in EIP-7685 as a general purpose framework for
storing contract-triggered requests. It extends the execution header and
body with a single field each to store the request information.
This inherently exposes the requests to the consensus layer, which can
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo2/requests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Requests were introduced in EIP-7685 as a a general purpose framework for
Requests were introduced in EIP-7685 as a general purpose framework for
storing contract-triggered requests. It extends the execution header and
body with a single field each to store the request information.
This inherently exposes the requests to the consensus layer, which can
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo3/requests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Requests were introduced in EIP-7685 as a a general purpose framework for
Requests were introduced in EIP-7685 as a general purpose framework for
storing contract-triggered requests. It extends the execution header and
body with a single field each to store the request information.
This inherently exposes the requests to the consensus layer, which can
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo4/requests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Requests were introduced in EIP-7685 as a a general purpose framework for
Requests were introduced in EIP-7685 as a general purpose framework for
storing contract-triggered requests. It extends the execution header and
body with a single field each to store the request information.
This inherently exposes the requests to the consensus layer, which can
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo5/requests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Requests were introduced in EIP-7685 as a a general purpose framework for
Requests were introduced in EIP-7685 as a general purpose framework for
storing contract-triggered requests. It extends the execution header and
body with a single field each to store the request information.
This inherently exposes the requests to the consensus layer, which can
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/osaka/requests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Requests were introduced in EIP-7685 as a a general purpose framework for
Requests were introduced in EIP-7685 as a general purpose framework for
storing contract-triggered requests. It extends the execution header and
body with a single field each to store the request information.
This inherently exposes the requests to the consensus layer, which can
Expand Down
Loading