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
4 changes: 2 additions & 2 deletions repo_subpaths_for_grammar_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading