test_invalid_blob_gas_used_in_header()¶
Documentation for tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_invalid_blob_gas_used_in_header@343274cc.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_invalid_blob_gas_used_in_header --fork Amsterdam
Test rejection of blocks where the blobGasUsed in the header is invalid.
blobGasUsedis not equal to the number of data blobs in the blockblobGasUsedis the max uint64 value
Source code in tests/cancun/eip4844_blobs/test_excess_blob_gas.py
452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 | |
Parametrized Test Cases¶
This test generates 484 parametrized test cases across 4 forks.