test_invalid_excess_blob_gas_change()¶
Documentation for tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_invalid_excess_blob_gas_change@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_change --fork Amsterdam
Test rejection of blocks where the excessBlobGas changes to an invalid
value.
Given a parent block containing [0, MAX_BLOBS_PER_BLOCK] blobs, test an
invalid excessBlobGas value by changing it by [-TARGET_BLOBS_PER_BLOCK,
TARGET_BLOBS_PER_BLOCK] from the correct value.
Source code in tests/cancun/eip4844_blobs/test_excess_blob_gas.py
680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 | |
Parametrized Test Cases¶
This test generates 616 parametrized test cases across 4 forks.