test_invalid_zero_excess_blob_gas_in_header()¶
Documentation for tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_invalid_zero_excess_blob_gas_in_header@892e6d1e.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_invalid_zero_excess_blob_gas_in_header --fork Amsterdam
Test rejection of blocks where the excessBlobGas in the header drops to
zero in a block with or without data blobs, but the excess blobs in the
parent are greater than target.
Source code in tests/cancun/eip4844_blobs/test_excess_blob_gas.py
435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 | |
Parametrized Test Cases¶
This test generates 44 parametrized test cases across 4 forks.