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 @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo5/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/dao_fork/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading