From 0b2eb3a4c35a99bfd2200195997d688e25f05dba Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 11 Nov 2016 12:24:14 +0100 Subject: [PATCH] Introduce the actual max code size. Former-commit-id: c87dec7ec4ec4798ce00fb18f798fb762df04954 --- ethcore/res/ethereum/frontier.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ethcore/res/ethereum/frontier.json b/ethcore/res/ethereum/frontier.json index be473237c..399722a2c 100644 --- a/ethcore/res/ethereum/frontier.json +++ b/ethcore/res/ethereum/frontier.json @@ -134,7 +134,8 @@ "eip155Transition": "0x7fffffffffffffff", "eip160Transition": "0x7fffffffffffffff", "eip161abcTransition": "0x7fffffffffffffff", - "eip161dTransition": "0x7fffffffffffffff" + "eip161dTransition": "0x7fffffffffffffff", + "maxCodeSize": 23999 } } },