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 @@ -33,7 +33,7 @@ Status legend: `[ ]` pending, `[~]` in progress, `[x]` complete

## src/ethereum/forks - Blocks & Transactions

- [ ] `src/ethereum/forks/*/blocks.py`, `transactions.py`, `bloom.py` (~72 files)
- [x] `src/ethereum/forks/*/blocks.py`, `transactions.py`, `bloom.py` (~72 files)
- [ ] `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/amsterdam/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/amsterdam/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/arrow_glacier/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/arrow_glacier/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/berlin/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/berlin/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo1/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo1/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo2/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo2/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo3/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo3/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo4/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo4/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo5/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo5/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/byzantium/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/byzantium/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/cancun/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/cancun/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/constantinople/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/constantinople/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/dao_fork/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/dao_fork/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/frontier/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/frontier/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/gray_glacier/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/gray_glacier/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/homestead/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/homestead/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/istanbul/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/istanbul/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/london/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/london/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/muir_glacier/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/muir_glacier/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/osaka/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/osaka/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/paris/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/paris/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/prague/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/prague/bloom.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Introduction
------------

This modules defines functions for calculating bloom filters of logs. For the
This module defines functions for calculating bloom filters of logs. For the
general theory of bloom filters see e.g. `Wikipedia
<https://en.wikipedia.org/wiki/Bloom_filter>`_. Bloom filters are used to allow
for efficient searching of logs by address and/or topic, by rapidly
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/shanghai/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class Header:

number: Uint
"""
Block number, (height) in the chain.
Block number (height) in the chain.
"""

gas_limit: Uint
Expand Down
Loading
Loading