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
6 changes: 6 additions & 0 deletions grammar_manual_verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ Format (but don't add a codeblock for each item):
---

<!-- Issues will be appended below by Claude Code -->

## Round 9: ecrecover.py, sha256.py, ripemd160.py, identity.py

- [x] src/ethereum/forks/*/vm/precompiled_contracts/ecrecover.py:11 - "Implementation of the ECRECOVER precompiled contract."
Suggestion: "Implementation of the `ECRECOVER` precompiled contract."
Reason: Style consistency - SHA256, RIPEMD160, and IDENTITY all use backticks around the function name in their module docstrings, but ECRECOVER does not. This affects all 24 fork copies of ecrecover.py.
2 changes: 1 addition & 1 deletion repo_subpaths_for_grammar_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Status legend: `[ ]` pending, `[~]` in progress, `[x]` complete
## src/ethereum/forks - Precompiled Contracts

- [x] `src/ethereum/forks/*/vm/precompiled_contracts/__init__.py`, `mapping.py` (~48 files)
- [ ] `src/ethereum/forks/*/vm/precompiled_contracts/ecrecover.py`, `sha256.py`, `ripemd160.py`, `identity.py` (~96 files)
- [x] `src/ethereum/forks/*/vm/precompiled_contracts/ecrecover.py`, `sha256.py`, `ripemd160.py`, `identity.py` (~96 files)
- [ ] `src/ethereum/forks/*/vm/precompiled_contracts/modexp.py`, `alt_bn128.py` (~38 files)
- [ ] `src/ethereum/forks/*/vm/precompiled_contracts/blake2f.py` (~17 files)
- [ ] `src/ethereum/forks/*/vm/precompiled_contracts/point_evaluation.py`, `p256verify.py` (~16 files)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

Implementation of the ECRECOVER precompiled contract.
Implementation of the `ECRECOVER` precompiled contract.
"""

from ethereum_types.numeric import U256
Expand Down
Loading