@@ -90,7 +90,7 @@ def tx_gas_limit_cap_tests(fork: Fork) -> List[ParameterSet]:
9090@pytest .mark .parametrize_by_fork ("tx_gas_limit,error" , tx_gas_limit_cap_tests )
9191@pytest .mark .with_all_tx_types
9292@pytest .mark .valid_from ("Prague" )
93- @pytest .mark .valid_until ("EIP8037" )
93+ @pytest .mark .valid_before ("EIP8037" )
9494def test_transaction_gas_limit_cap (
9595 state_test : StateTestFiller ,
9696 pre : Alloc ,
@@ -345,7 +345,7 @@ def total_cost_floor_per_token(fork: Fork) -> int:
345345)
346346@pytest .mark .parametrize ("zero_byte" , [True , False ])
347347@pytest .mark .valid_from ("Osaka" )
348- @pytest .mark .valid_until ("EIP8037" )
348+ @pytest .mark .valid_before ("EIP8037" )
349349@pytest .mark .eels_base_coverage
350350def test_tx_gas_limit_cap_full_calldata (
351351 state_test : StateTestFiller ,
@@ -480,7 +480,7 @@ def test_tx_gas_limit_cap_contract_creation(
480480 ],
481481)
482482@pytest .mark .valid_from ("Osaka" )
483- @pytest .mark .valid_until ("EIP8037" )
483+ @pytest .mark .valid_before ("EIP8037" )
484484def test_tx_gas_limit_cap_access_list_with_diff_keys (
485485 state_test : StateTestFiller ,
486486 exceed_tx_gas_limit : bool ,
@@ -567,7 +567,7 @@ def intrinsic_cost_for_num_storage_keys(storage_key_count: int) -> int:
567567 ],
568568)
569569@pytest .mark .valid_from ("Osaka" )
570- @pytest .mark .valid_until ("EIP8037" )
570+ @pytest .mark .valid_before ("EIP8037" )
571571def test_tx_gas_limit_cap_access_list_with_diff_addr (
572572 state_test : StateTestFiller ,
573573 pre : Alloc ,
@@ -648,7 +648,7 @@ def intrinsic_cost_for_num_accounts(account_count: int) -> int:
648648 ],
649649)
650650@pytest .mark .valid_from ("Osaka" )
651- @pytest .mark .valid_until ("EIP8037" )
651+ @pytest .mark .valid_before ("EIP8037" )
652652def test_tx_gas_limit_cap_authorized_tx (
653653 state_test : StateTestFiller ,
654654 pre : Alloc ,
0 commit comments