Test Excess Blob Gas Fork Transition¶
Documentation for tests/cancun/eip4844_blobs/[email protected]
.
Generate fixtures for these test cases for Osaka with:
fill -v tests/cancun/eip4844_blobs/test_excess_blob_gas_fork_transition.py --fork Osaka
Test excessBlobGas
& blobGasUsed
block fields at fork transition.
Tests for EIP-4844: Shard Blob Transactions.
Test Functions Overview¶
Name | Type | Cases (Osaka) | Description |
---|---|---|---|
test_invalid_pre_fork_block_with_blob_fields |
blockchain_test | 0 | Test block rejection when excessBlobGas and/or blobGasUsed fields are |
test_invalid_post_fork_block_without_blob_fields |
blockchain_test | 0 | Test block rejection when excessBlobGas and/or blobGasUsed fields are |
test_fork_transition_excess_blob_gas_at_blob_genesis |
blockchain_test | 0 | Test excessBlobGas calculation in the header when the fork is activated. |
test_fork_transition_excess_blob_gas_post_blob_genesis |
blockchain_test | 0 | Test excessBlobGas calculation in the header when the fork is activated. |