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
8 changes: 4 additions & 4 deletions src/ethereum/cancun/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""
Ethereum Cancun Hardfork
^^^^^^^^^^^^^^^^^^^^^^^^^^

The Fifteenth Ethereum hardfork.
The Cancun fork introduces transient storage, exposes beacon chain roots,
introduces a new blob-carrying transaction type, adds a memory copying
instruction, limits self-destruct to only work for contracts created in the
same transaction, and adds an instruction to read the blob base fee.
"""

from ethereum.fork_criteria import Unscheduled
Expand Down
12 changes: 1 addition & 11 deletions src/ethereum/cancun/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
"""
Hardfork Utility Functions
^^^^^^^^^^^^^^^^^^^^^^^^^^

.. contents:: Table of Contents
:backlinks: none
:local:

Introduction
------------

Utility functions used in this cancun version of specification.
Utility functions unique to this particular fork.
"""