test_invalid_excess_blob_gas_above_target_change()¶
Documentation for tests/cancun/eip4844_blobs/test_excess_blob_gas.py::test_invalid_excess_blob_gas_above_target_change@2867859a.
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_above_target_change --fork Amsterdam
Test rejection of blocks where the excessBlobGas.
- decreases more than
BLOB_TARGET_GAS_PER_BLOCKin a single block with zero blobs. - increases more than
BLOB_TARGET_GAS_PER_BLOCKin a single block with max blobs.
Source code in tests/cancun/eip4844_blobs/test_excess_blob_gas.py
499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 | |
Parametrized Test Cases¶
This test generates 2 parametrized test cases across 4 forks.