test_invalid_pre_fork_block_with_blob_fields()¶
Documentation for tests/cancun/eip4844_blobs/test_excess_blob_gas_fork_transition.py::test_invalid_pre_fork_block_with_blob_fields@892e6d1e.
Generate fixtures for these test cases for Cancun with:
fill -v tests/cancun/eip4844_blobs/test_excess_blob_gas_fork_transition.py::test_invalid_pre_fork_block_with_blob_fields --fork Cancun
Test block rejection when excessBlobGas and/or blobGasUsed fields are
present on a pre-fork block.
Blocks sent by NewPayloadV2 (Shanghai) that contain excessBlobGas and
blobGasUsed fields must be rejected with the appropriate
EngineAPIError.InvalidParams error.
Source code in tests/cancun/eip4844_blobs/test_excess_blob_gas_fork_transition.py
339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 | |
Parametrized Test Cases¶
This test generates 3 parametrized test cases across 1 fork.