Skip to content

Commit 24f8463

Browse files
feat(tests): remove EIP 7907 from Osaka
1 parent 0179dac commit 24f8463

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/ethereum_test_forks/forks/forks.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,16 +1340,6 @@ def engine_get_blobs_version(cls, block_number: int = 0, timestamp: int = 0) ->
13401340
"""At Osaka, the engine get blobs version is 2."""
13411341
return 2
13421342

1343-
@classmethod
1344-
def max_code_size(cls) -> int:
1345-
"""From Osaka, the max code size is lifted. See EIP-7907."""
1346-
return int(0x40000)
1347-
1348-
@classmethod
1349-
def max_initcode_size(cls) -> int:
1350-
"""From Osaka, the max initcode size is lifted. See EIP-7907."""
1351-
return int(0x80000)
1352-
13531343
@classmethod
13541344
def is_deployed(cls) -> bool:
13551345
"""

0 commit comments

Comments
 (0)