test_fork_transition_excess_blob_gas_at_blob_genesis()¶
Documentation for tests/cancun/eip4844_blobs/test_excess_blob_gas_fork_transition.py::test_fork_transition_excess_blob_gas_at_blob_genesis@88e9fb8f.
Generate fixtures for these test cases for Osaka with:
fill -v tests/cancun/eip4844_blobs/test_excess_blob_gas_fork_transition.py::test_fork_transition_excess_blob_gas_at_blob_genesis --fork Osaka
Test excessBlobGas calculation in the header when the fork is activated.
Also produce enough blocks to test the blob gas price increase when the
block is full with SpecHelpers.max_blobs_per_block() blobs.
Source code in tests/cancun/eip4844_blobs/test_excess_blob_gas_fork_transition.py
408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 | |
Parametrized Test Cases¶
This test case is only parametrized by fork.
| Test ID (Abbreviated) | post_fork_block_count | post_fork_blobs_per_block |
|---|---|---|
| ...fork_ShanghaiToCancunAtTime15k-max_blobs-blockchain_test | 8 | 6 |
| ...fork_ShanghaiToCancunAtTime15k-no_blobs-blockchain_test | 10 | 0 |
| ...fork_ShanghaiToCancunAtTime15k-target_blobs-blockchain_test | 10 | 3 |