test_invalid_excess_blob_gas_target_blobs_increase_from_zero()¶
Documentation for tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_invalid_excess_blob_gas_target_blobs_increase_from_zero@892e6d1e.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_invalid_excess_blob_gas_target_blobs_increase_from_zero --fork Amsterdam
Test rejection of blocks where the excessBlobGas increases from zero,
even when the included blobs are on or below target.
Test is parametrized according to [0, TARGET_BLOBS_PER_BLOCK new blobs.
Source code in tests/cancun/eip4844_blobs/test_excess_blob_gas.py
602 603 604 605 606 607 608 609 610 611 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 | |
Parametrized Test Cases¶
This test generates 300 parametrized test cases across 4 forks.