test_invalid_static_excess_blob_gas_from_zero_on_blobs_above_target()¶
Documentation for tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_invalid_static_excess_blob_gas_from_zero_on_blobs_above_target@26332146.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_invalid_static_excess_blob_gas_from_zero_on_blobs_above_target --fork Amsterdam
Test rejection of blocks where the excessBlobGas does not increase from
zero, even when the included blobs is above target.
Test is parametrized to [TARGET_BLOBS_PER_BLOCK+1, MAX_BLOBS_PER_BLOCK]
new blobs.
Source code in tests/cancun/eip4844_blobs/test_excess_blob_gas.py
612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 | |
Parametrized Test Cases¶
This test generates 7 parametrized test cases across 4 forks.