Test Max Block Rlp Size¶
Documentation for tests/osaka/eip7934_block_rlp_limit/test_max_block_rlp_size.py@e9958ed2.
Generate fixtures for these test cases for Osaka with:
fill -v tests/osaka/eip7934_block_rlp_limit/test_max_block_rlp_size.py --fork Osaka
Tests for EIP-7934: RLP Execution Block Size Limit.
Test Functions Overview¶
| Name | Type | Cases (Osaka) | Description |
|---|---|---|---|
test_block_at_rlp_size_limit_boundary |
blockchain_test | 3 | Test the block rlp size limit. |
test_block_rlp_size_at_limit_with_all_typed_transactions |
blockchain_test | 5 | Test the block RLP size limit with all transaction types. |
test_block_at_rlp_limit_with_logs |
blockchain_test | 1 | Test that a block at the RLP size limit is valid even when transactions |
test_block_at_rlp_limit_with_withdrawals |
blockchain_test | 1 | Test that a block at the RLP size limit is valid even when the block |
test_fork_transition_block_rlp_limit |
blockchain_test | 0 | Test block RLP size limit at fork transition boundary. |