test_invalid_non_multiple_excess_blob_gas()¶
Documentation for tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_invalid_non_multiple_excess_blob_gas@20373115.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_invalid_non_multiple_excess_blob_gas --fork Amsterdam
Test rejection of blocks where the excessBlobGas changes to a value that
is not a multiple of Spec.GAS_PER_BLOB`.
- Parent block contains
TARGET_BLOBS_PER_BLOCK + 1blobs, butexcessBlobGasis off by ±1 - Parent block contains
TARGET_BLOBS_PER_BLOCK - 1blobs, butexcessBlobGasis off by ±1
Source code in tests/cancun/eip4844_blobs/test_excess_blob_gas.py
775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 | |
Parametrized Test Cases¶
This test generates 4 parametrized test cases across 4 forks.