File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
network-upgrades/mainnet-upgrades Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
Execution layer changes included in the Network Upgrade.
5
5
6
6
* [ EIP-1153: Transient storage opcodes] ( https://eips.ethereum.org/EIPS/eip-1153 )
7
- * [ EIP-4788: Beacon block root in the EVM ] ( https://eips.ethereum.org/EIPS/eip-4788 )
7
+ * [ EIP-4788: Beacon block root in the EVM] ( https://eips.ethereum.org/EIPS/eip-4788 )
8
8
* [ EIP-4844: Shard Blob Transactions] ( https://eips.ethereum.org/EIPS/eip-4844 )
9
9
* [ EIP-5656: MCOPY - Memory copying instruction] ( https://eips.ethereum.org/EIPS/eip-5656 )
10
10
* [ EIP-6780: SELFDESTRUCT only in same transaction] ( https://eips.ethereum.org/EIPS/eip-6780 )
Original file line number Diff line number Diff line change 9
9
Introduction
10
10
------------
11
11
12
- This module contains optimized POW functions can be monkey patched into the
13
- `fork` module of a fork.
12
+ This module contains optimized POW functions that can be monkey patched into
13
+ the `fork` module of a fork.
14
14
"""
15
15
from importlib import import_module
16
16
from typing import Any , Dict , cast
Original file line number Diff line number Diff line change 9
9
Introduction
10
10
------------
11
11
12
- This module contains functions can be monkey patched into the fork's `state`
13
- module to use an optimized database backed state.
12
+ This module contains functions that can be monkey patched into the fork's
13
+ `state` module to use an optimized database backed state.
14
14
"""
15
15
import logging
16
16
from collections import defaultdict
You can’t perform that action at this time.
0 commit comments