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 @@ -16,7 +16,7 @@ Status legend: `[ ]` pending, `[~]` in progress, `[x]` complete
- [x] `tests/json_infra/**/*.py` (~22 files)
- [x] `tests/shanghai/**/*.py` (~19 files)
- [x] `tests/byzantium/**/*.py` (~11 files)
- [ ] `tests/istanbul/**/*.py`, `berlin/**/*.py` (~18 files)
- [x] `tests/istanbul/**/*.py`, `berlin/**/*.py` (~18 files)
- [ ] `tests/constantinople/**/*.py`, `amsterdam/**/*.py` (~16 files)
- [ ] `tests/london/**/*.py`, `homestead/**/*.py`, `paris/**/*.py` (~17 files)
- [ ] `tests/*.py`, `tests/common/**/*.py`, `tests/evm_tools/**/*.py` (~5 files)
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_precompile_warming(
pre: Alloc,
) -> None:
"""
Call BALANCE of a precompile addresses before and after a fork.
Call BALANCE of precompile addresses before and after a fork.

According to EIP-2929, when a transaction begins, accessed_addresses is
initialized to include:
Expand Down
2 changes: 1 addition & 1 deletion tests/istanbul/eip152_blake2/test_blake2_delegatecall.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Test delegatecall to Blake2B Precompile before and after added.
Test delegatecall to Blake2B Precompile before and after being added.
"""

import pytest
Expand Down
Loading