Skip to content

Commit

Permalink
new(tests): EIP-7742: Implement updated excessBlobGas tests using E…
Browse files Browse the repository at this point in the history
…IP-7742 logic
  • Loading branch information
marioevz committed Dec 12, 2024
1 parent 5169a76 commit 064d337
Show file tree
Hide file tree
Showing 5 changed files with 1,431 additions and 480 deletions.
2 changes: 1 addition & 1 deletion tests/cancun/eip4844_blobs/test_excess_blob_gas.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
REFERENCE_SPEC_VERSION = ref_spec_4844.version

# All tests run from Cancun fork
pytestmark = pytest.mark.valid_from("Cancun")
pytestmark = [pytest.mark.valid_from("Cancun"), pytest.mark.valid_until("Cancun")]


@pytest.fixture
Expand Down
Loading

0 comments on commit 064d337

Please sign in to comment.