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

- [ ] `src/ethereum/forks/*/vm/interpreter.py`, `runtime.py` (~48 files)
- [ ] `src/ethereum/forks/*/vm/gas.py`, `memory.py`, `stack.py`, `exceptions.py` (~96 files)
- [ ] `src/ethereum/forks/*/vm/__init__.py` (~24 files)
- [x] `src/ethereum/forks/*/vm/__init__.py` (~24 files)

## src/ethereum/forks - Precompiled Contracts

Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/amsterdam/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/arrow_glacier/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/berlin/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo1/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo2/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo3/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo4/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/bpo5/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/byzantium/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/cancun/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/constantinople/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/dao_fork/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/frontier/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/gray_glacier/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/homestead/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/istanbul/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/london/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/muir_glacier/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/osaka/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/paris/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/prague/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/shanghai/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/spurious_dragon/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
2 changes: 1 addition & 1 deletion src/ethereum/forks/tangerine_whistle/vm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class BlockOutput:
receipts_trie : `ethereum.fork_types.Root`
Trie root of all the receipts in the block.
receipt_keys :
Key of all the receipts in the block.
Keys of all the receipts in the block.
block_logs : `Bloom`
Logs bloom of all the logs included in all the transactions of the
block.
Expand Down
Loading