test_invalid_static_excess_blob_gas()¶
Documentation for tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_invalid_static_excess_blob_gas@892e6d1e.
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 --fork Amsterdam
Test rejection of blocks where the excessBlobGas remains unchanged but
the parent blobs included are not TARGET_BLOBS_PER_BLOCK.
Test is parametrized to MAX_BLOBS_PER_BLOCK and TARGET_BLOBS_PER_BLOCK.
Source code in tests/cancun/eip4844_blobs/test_excess_blob_gas.py
564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 | |
Parametrized Test Cases¶
This test generates 42 parametrized test cases across 4 forks.