From 8e46d7c193a22fe5e77efd42466835c9c1ea2fdf Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 31 Dec 2025 10:55:54 +0000 Subject: [PATCH] docs: fix grammar in src/ethereum/forks/__init__.py, fork.py, fork_types.py - Fix typo in dao_fork/__init__.py: "July 20, 1026" -> "July 20, 2016" - Fix typo in bpo5/__init__.py: "BPO3" -> "BPO5" --- repo_subpaths_for_grammar_check.md | 2 +- src/ethereum/forks/bpo5/__init__.py | 2 +- src/ethereum/forks/dao_fork/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/repo_subpaths_for_grammar_check.md b/repo_subpaths_for_grammar_check.md index 8caee803f5..0cdf2a4596 100644 --- a/repo_subpaths_for_grammar_check.md +++ b/repo_subpaths_for_grammar_check.md @@ -34,7 +34,7 @@ Status legend: `[ ]` pending, `[~]` in progress, `[x]` complete ## src/ethereum/forks - Blocks & Transactions - [x] `src/ethereum/forks/*/blocks.py`, `transactions.py`, `bloom.py` (~72 files) -- [ ] `src/ethereum/forks/*/__init__.py`, `fork.py`, `fork_types.py` (~72 files) +- [x] `src/ethereum/forks/*/__init__.py`, `fork.py`, `fork_types.py` (~72 files) ## src/ethereum/forks - Misc diff --git a/src/ethereum/forks/bpo5/__init__.py b/src/ethereum/forks/bpo5/__init__.py index 19bb26e43c..1ef794837d 100644 --- a/src/ethereum/forks/bpo5/__init__.py +++ b/src/ethereum/forks/bpo5/__init__.py @@ -1,5 +1,5 @@ """ -The fifth blob parameter only (BPO) fork, BPO3, includes only changes to the +The fifth blob parameter only (BPO) fork, BPO5, includes only changes to the blob fee schedule. ### Changes diff --git a/src/ethereum/forks/dao_fork/__init__.py b/src/ethereum/forks/dao_fork/__init__.py index 7516eb2de4..a194cdf3e6 100644 --- a/src/ethereum/forks/dao_fork/__init__.py +++ b/src/ethereum/forks/dao_fork/__init__.py @@ -12,7 +12,7 @@ | Network | Block | Expected Date | Fork Hash | | ------- | ----------- | ------------- | ------------ | -| Mainnet | 1,920,000 | July 20, 1026 | `0x91d1f948` | +| Mainnet | 1,920,000 | July 20, 2016 | `0x91d1f948` | ### Releases