Skip to content
Merged
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
8 changes: 0 additions & 8 deletions src/ethereum/forks/amsterdam/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

from ethereum.crypto.hash import Hash32

from .block_access_lists.rlp_types import BlockAccessList
from .fork_types import Address, Bloom, Root
from .transactions import (
AccessListTransaction,
Expand Down Expand Up @@ -306,13 +305,6 @@ class Block:
A tuple of withdrawals processed in this block.
"""

block_access_list: BlockAccessList
"""
Block Access List containing all accounts and storage locations accessed
during block execution. Introduced in [EIP-7928].
[EIP-7928]: https://eips.ethereum.org/EIPS/eip-7928
"""


@slotted_freezable
@dataclass
Expand Down
Loading