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
33 changes: 0 additions & 33 deletions tests/cancun/eip7516_blobgasfee/test_blobgasfee_opcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,36 +140,3 @@ def test_blobbasefee_out_of_gas(
tx=tx,
post=post,
)


@pytest.mark.parametrize("caller_pre_storage", [{1: 1}], ids=[""])
@pytest.mark.valid_at_transition_to("Cancun")
def test_blobbasefee_before_fork(
state_test: StateTestFiller,
pre: Alloc,
caller_address: Address,
callee_address: Address,
tx: Transaction,
):
"""Tests that the BLOBBASEFEE opcode results on exception when called before the fork."""
# Fork happens at timestamp 15_000
timestamp = 7_500
post = {
caller_address: Account(
storage={1: 0},
),
callee_address: Account(
balance=0,
),
}
state_test(
env=Environment(
timestamp=timestamp,
),
pre=pre,
tx=tx,
post=post,
)


timestamps = [7_500, 14_999, 15_000]

This file was deleted.

This file was deleted.

This file was deleted.