Skip to content

Commit

Permalink
Apply #862 to cancun
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn committed Feb 26, 2024
1 parent dd40992 commit 05fbdc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
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.
"""

0 comments on commit 05fbdc5

Please sign in to comment.