diff --git a/repo_subpaths_for_grammar_check.md b/repo_subpaths_for_grammar_check.md index 46a5848eda..6a1f6e7be3 100644 --- a/repo_subpaths_for_grammar_check.md +++ b/repo_subpaths_for_grammar_check.md @@ -22,8 +22,8 @@ Status legend: `[ ]` pending, `[~]` in progress, `[x]` complete - [x] `src/ethereum/forks/*/vm/precompiled_contracts/__init__.py`, `mapping.py` (~48 files) - [x] `src/ethereum/forks/*/vm/precompiled_contracts/ecrecover.py`, `sha256.py`, `ripemd160.py`, `identity.py` (~96 files) - [x] `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) +- [x] `src/ethereum/forks/*/vm/precompiled_contracts/blake2f.py` (~17 files) +- [x] `src/ethereum/forks/*/vm/precompiled_contracts/point_evaluation.py`, `p256verify.py` (~16 files) - [ ] `src/ethereum/forks/*/vm/precompiled_contracts/bls12_381/*.py` (~32 files) ## src/ethereum/forks - Utils & State diff --git a/src/ethereum/forks/amsterdam/vm/precompiled_contracts/p256verify.py b/src/ethereum/forks/amsterdam/vm/precompiled_contracts/p256verify.py index 6f6e7ff4e9..106dd548a6 100644 --- a/src/ethereum/forks/amsterdam/vm/precompiled_contracts/p256verify.py +++ b/src/ethereum/forks/amsterdam/vm/precompiled_contracts/p256verify.py @@ -5,9 +5,10 @@ :backlinks: none :local: -Introduction. +Introduction ------------ -Implementation of the P256VERIFY precompiled contract. + +Implementation of the `P256VERIFY` precompiled contract. """ from ethereum_types.numeric import U256 diff --git a/src/ethereum/forks/amsterdam/vm/precompiled_contracts/point_evaluation.py b/src/ethereum/forks/amsterdam/vm/precompiled_contracts/point_evaluation.py index 760af47736..ce4eed7129 100644 --- a/src/ethereum/forks/amsterdam/vm/precompiled_contracts/point_evaluation.py +++ b/src/ethereum/forks/amsterdam/vm/precompiled_contracts/point_evaluation.py @@ -8,7 +8,7 @@ Introduction ------------ -Implementation of the POINT EVALUATION precompiled contract. +Implementation of the `POINT EVALUATION` precompiled contract. """ from ethereum_types.bytes import Bytes, Bytes32, Bytes48 diff --git a/src/ethereum/forks/bpo1/vm/precompiled_contracts/p256verify.py b/src/ethereum/forks/bpo1/vm/precompiled_contracts/p256verify.py index 6f6e7ff4e9..106dd548a6 100644 --- a/src/ethereum/forks/bpo1/vm/precompiled_contracts/p256verify.py +++ b/src/ethereum/forks/bpo1/vm/precompiled_contracts/p256verify.py @@ -5,9 +5,10 @@ :backlinks: none :local: -Introduction. +Introduction ------------ -Implementation of the P256VERIFY precompiled contract. + +Implementation of the `P256VERIFY` precompiled contract. """ from ethereum_types.numeric import U256 diff --git a/src/ethereum/forks/bpo1/vm/precompiled_contracts/point_evaluation.py b/src/ethereum/forks/bpo1/vm/precompiled_contracts/point_evaluation.py index 760af47736..ce4eed7129 100644 --- a/src/ethereum/forks/bpo1/vm/precompiled_contracts/point_evaluation.py +++ b/src/ethereum/forks/bpo1/vm/precompiled_contracts/point_evaluation.py @@ -8,7 +8,7 @@ Introduction ------------ -Implementation of the POINT EVALUATION precompiled contract. +Implementation of the `POINT EVALUATION` precompiled contract. """ from ethereum_types.bytes import Bytes, Bytes32, Bytes48 diff --git a/src/ethereum/forks/bpo2/vm/precompiled_contracts/p256verify.py b/src/ethereum/forks/bpo2/vm/precompiled_contracts/p256verify.py index 6f6e7ff4e9..106dd548a6 100644 --- a/src/ethereum/forks/bpo2/vm/precompiled_contracts/p256verify.py +++ b/src/ethereum/forks/bpo2/vm/precompiled_contracts/p256verify.py @@ -5,9 +5,10 @@ :backlinks: none :local: -Introduction. +Introduction ------------ -Implementation of the P256VERIFY precompiled contract. + +Implementation of the `P256VERIFY` precompiled contract. """ from ethereum_types.numeric import U256 diff --git a/src/ethereum/forks/bpo2/vm/precompiled_contracts/point_evaluation.py b/src/ethereum/forks/bpo2/vm/precompiled_contracts/point_evaluation.py index 760af47736..ce4eed7129 100644 --- a/src/ethereum/forks/bpo2/vm/precompiled_contracts/point_evaluation.py +++ b/src/ethereum/forks/bpo2/vm/precompiled_contracts/point_evaluation.py @@ -8,7 +8,7 @@ Introduction ------------ -Implementation of the POINT EVALUATION precompiled contract. +Implementation of the `POINT EVALUATION` precompiled contract. """ from ethereum_types.bytes import Bytes, Bytes32, Bytes48 diff --git a/src/ethereum/forks/bpo3/vm/precompiled_contracts/p256verify.py b/src/ethereum/forks/bpo3/vm/precompiled_contracts/p256verify.py index 6f6e7ff4e9..106dd548a6 100644 --- a/src/ethereum/forks/bpo3/vm/precompiled_contracts/p256verify.py +++ b/src/ethereum/forks/bpo3/vm/precompiled_contracts/p256verify.py @@ -5,9 +5,10 @@ :backlinks: none :local: -Introduction. +Introduction ------------ -Implementation of the P256VERIFY precompiled contract. + +Implementation of the `P256VERIFY` precompiled contract. """ from ethereum_types.numeric import U256 diff --git a/src/ethereum/forks/bpo3/vm/precompiled_contracts/point_evaluation.py b/src/ethereum/forks/bpo3/vm/precompiled_contracts/point_evaluation.py index 760af47736..ce4eed7129 100644 --- a/src/ethereum/forks/bpo3/vm/precompiled_contracts/point_evaluation.py +++ b/src/ethereum/forks/bpo3/vm/precompiled_contracts/point_evaluation.py @@ -8,7 +8,7 @@ Introduction ------------ -Implementation of the POINT EVALUATION precompiled contract. +Implementation of the `POINT EVALUATION` precompiled contract. """ from ethereum_types.bytes import Bytes, Bytes32, Bytes48 diff --git a/src/ethereum/forks/bpo4/vm/precompiled_contracts/p256verify.py b/src/ethereum/forks/bpo4/vm/precompiled_contracts/p256verify.py index 6f6e7ff4e9..106dd548a6 100644 --- a/src/ethereum/forks/bpo4/vm/precompiled_contracts/p256verify.py +++ b/src/ethereum/forks/bpo4/vm/precompiled_contracts/p256verify.py @@ -5,9 +5,10 @@ :backlinks: none :local: -Introduction. +Introduction ------------ -Implementation of the P256VERIFY precompiled contract. + +Implementation of the `P256VERIFY` precompiled contract. """ from ethereum_types.numeric import U256 diff --git a/src/ethereum/forks/bpo4/vm/precompiled_contracts/point_evaluation.py b/src/ethereum/forks/bpo4/vm/precompiled_contracts/point_evaluation.py index 760af47736..ce4eed7129 100644 --- a/src/ethereum/forks/bpo4/vm/precompiled_contracts/point_evaluation.py +++ b/src/ethereum/forks/bpo4/vm/precompiled_contracts/point_evaluation.py @@ -8,7 +8,7 @@ Introduction ------------ -Implementation of the POINT EVALUATION precompiled contract. +Implementation of the `POINT EVALUATION` precompiled contract. """ from ethereum_types.bytes import Bytes, Bytes32, Bytes48 diff --git a/src/ethereum/forks/bpo5/vm/precompiled_contracts/p256verify.py b/src/ethereum/forks/bpo5/vm/precompiled_contracts/p256verify.py index 6f6e7ff4e9..106dd548a6 100644 --- a/src/ethereum/forks/bpo5/vm/precompiled_contracts/p256verify.py +++ b/src/ethereum/forks/bpo5/vm/precompiled_contracts/p256verify.py @@ -5,9 +5,10 @@ :backlinks: none :local: -Introduction. +Introduction ------------ -Implementation of the P256VERIFY precompiled contract. + +Implementation of the `P256VERIFY` precompiled contract. """ from ethereum_types.numeric import U256 diff --git a/src/ethereum/forks/bpo5/vm/precompiled_contracts/point_evaluation.py b/src/ethereum/forks/bpo5/vm/precompiled_contracts/point_evaluation.py index 760af47736..ce4eed7129 100644 --- a/src/ethereum/forks/bpo5/vm/precompiled_contracts/point_evaluation.py +++ b/src/ethereum/forks/bpo5/vm/precompiled_contracts/point_evaluation.py @@ -8,7 +8,7 @@ Introduction ------------ -Implementation of the POINT EVALUATION precompiled contract. +Implementation of the `POINT EVALUATION` precompiled contract. """ from ethereum_types.bytes import Bytes, Bytes32, Bytes48 diff --git a/src/ethereum/forks/cancun/vm/precompiled_contracts/point_evaluation.py b/src/ethereum/forks/cancun/vm/precompiled_contracts/point_evaluation.py index 760af47736..ce4eed7129 100644 --- a/src/ethereum/forks/cancun/vm/precompiled_contracts/point_evaluation.py +++ b/src/ethereum/forks/cancun/vm/precompiled_contracts/point_evaluation.py @@ -8,7 +8,7 @@ Introduction ------------ -Implementation of the POINT EVALUATION precompiled contract. +Implementation of the `POINT EVALUATION` precompiled contract. """ from ethereum_types.bytes import Bytes, Bytes32, Bytes48 diff --git a/src/ethereum/forks/osaka/vm/precompiled_contracts/p256verify.py b/src/ethereum/forks/osaka/vm/precompiled_contracts/p256verify.py index 6f6e7ff4e9..106dd548a6 100644 --- a/src/ethereum/forks/osaka/vm/precompiled_contracts/p256verify.py +++ b/src/ethereum/forks/osaka/vm/precompiled_contracts/p256verify.py @@ -5,9 +5,10 @@ :backlinks: none :local: -Introduction. +Introduction ------------ -Implementation of the P256VERIFY precompiled contract. + +Implementation of the `P256VERIFY` precompiled contract. """ from ethereum_types.numeric import U256 diff --git a/src/ethereum/forks/osaka/vm/precompiled_contracts/point_evaluation.py b/src/ethereum/forks/osaka/vm/precompiled_contracts/point_evaluation.py index 760af47736..ce4eed7129 100644 --- a/src/ethereum/forks/osaka/vm/precompiled_contracts/point_evaluation.py +++ b/src/ethereum/forks/osaka/vm/precompiled_contracts/point_evaluation.py @@ -8,7 +8,7 @@ Introduction ------------ -Implementation of the POINT EVALUATION precompiled contract. +Implementation of the `POINT EVALUATION` precompiled contract. """ from ethereum_types.bytes import Bytes, Bytes32, Bytes48 diff --git a/src/ethereum/forks/prague/vm/precompiled_contracts/point_evaluation.py b/src/ethereum/forks/prague/vm/precompiled_contracts/point_evaluation.py index 760af47736..ce4eed7129 100644 --- a/src/ethereum/forks/prague/vm/precompiled_contracts/point_evaluation.py +++ b/src/ethereum/forks/prague/vm/precompiled_contracts/point_evaluation.py @@ -8,7 +8,7 @@ Introduction ------------ -Implementation of the POINT EVALUATION precompiled contract. +Implementation of the `POINT EVALUATION` precompiled contract. """ from ethereum_types.bytes import Bytes, Bytes32, Bytes48