test_invalid_post_fork_block_without_blob_fields()¶
Documentation for tests/cancun/eip4844_blobs/test_excess_blob_gas_fork_transition.py::test_invalid_post_fork_block_without_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_post_fork_block_without_blob_fields --fork Cancun
Test block rejection when excessBlobGas and/or blobGasUsed fields are
missing on a post-fork block.
Blocks sent by NewPayloadV3 (Cancun) without 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
385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 | |
Parametrized Test Cases¶
This test generates 3 parametrized test cases across 1 fork.