Skip to content

Commit

Permalink
fix(tests): EOF - EIP7692: Use correct fork
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed May 30, 2024
1 parent f131305 commit a01bf85
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions tests/prague/eip7692_eof_v1/eip7620_eof_create/spec.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"""
EOF V1 Constants used throughout all tests
"""

EOF_FORK_NAME = "Prague"
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from ethereum_test_tools.eof.v1.constants import NON_RETURNING_SECTION
from ethereum_test_tools.vm.opcode import Opcodes as Op

from .. import EOF_FORK_NAME
from .helpers import (
default_address,
fixed_address,
Expand All @@ -32,7 +33,6 @@
value_code_worked,
value_create_failed,
)
from .spec import EOF_FORK_NAME

REFERENCE_SPEC_GIT_PATH = "EIPS/eip-7620.md"
REFERENCE_SPEC_VERSION = "52ddbcdddcf72dd72427c319f2beddeb468e1737"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
)
from ethereum_test_tools.vm.opcode import Opcodes as Op

from .. import EOF_FORK_NAME
from .helpers import (
default_address,
simple_transaction,
Expand All @@ -33,7 +34,6 @@
value_code_worked,
value_create_failed,
)
from .spec import EOF_FORK_NAME

REFERENCE_SPEC_GIT_PATH = "EIPS/eip-7620.md"
REFERENCE_SPEC_VERSION = "52ddbcdddcf72dd72427c319f2beddeb468e1737"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from ethereum_test_tools.vm.opcode import Opcodes
from ethereum_test_tools.vm.opcode import Opcodes as Op

from .. import EOF_FORK_NAME
from .helpers import (
default_address,
simple_transaction,
Expand All @@ -22,7 +23,6 @@
value_code_worked,
value_create_failed,
)
from .spec import EOF_FORK_NAME

REFERENCE_SPEC_GIT_PATH = "EIPS/eip-7620.md"
REFERENCE_SPEC_VERSION = "52ddbcdddcf72dd72427c319f2beddeb468e1737"
Expand Down

0 comments on commit a01bf85

Please sign in to comment.