File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
tests/verkle/eip4762_verkle_gas_witness Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -199,32 +199,6 @@ def test_insufficient_gas_creates(
199199 )
200200
201201
202- @pytest .mark .valid_from ("Verkle" )
203- @pytest .mark .skip ("Pending TBD gas limits" )
204- @pytest .mark .parametrize (
205- "create_instruction, gas_limit" ,
206- [
207- (Op .CREATE , "TBD" ),
208- (Op .CREATE2 , "TBD" ),
209- ],
210- )
211- def test_create_static_cost (
212- blockchain_test : BlockchainTestFiller ,
213- create_instruction ,
214- gas_limit ,
215- ):
216- """
217- Test *CREATE with insufficient gas to pay for static cost.
218- """
219- _create (
220- blockchain_test ,
221- create_instruction ,
222- Op .PUSH0 * (129 * 31 + 42 ),
223- value = 0 ,
224- gas_limit = gas_limit ,
225- )
226-
227-
228202@pytest .mark .valid_from ("Verkle" )
229203@pytest .mark .parametrize (
230204 "create_instruction" ,
You can’t perform that action at this time.
0 commit comments