We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b0044 commit 0c4822cCopy full SHA for 0c4822c
tests/osaka/eip7934_block_rlp_limit/test_max_block_rlp_size.py
@@ -454,13 +454,6 @@ def test_block_rlp_size_at_limit_with_all_typed_transactions(
454
request: pytest.FixtureRequest,
455
) -> None:
456
"""Test the block RLP size limit with all transaction types."""
457
- # TODO: fix this for generate all formats.
458
- if typed_transaction.ty == 4 and (
459
- request.config.getoption("generate_pre_alloc_groups")
460
- or request.config.getoption("use_pre_alloc_groups")
461
- ):
462
- pytest.skip("EIP-7702 fixture generates different transactions in Phase 1")
463
-
464
transactions, gas_used = exact_size_transactions(
465
sender,
466
block_size_limit,
0 commit comments