From b716ae2a0b99686c4ac6327f3c0846e0ee4b7e10 Mon Sep 17 00:00:00 2001 From: sveitser Date: Thu, 2 Jun 2022 15:49:34 +0200 Subject: [PATCH] Remove the geth patch that enables >24kB contracts --- flake.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index 70e8873c..2d1c9751 100644 --- a/flake.nix +++ b/flake.nix @@ -172,14 +172,7 @@ buildInputs = with pkgs; [ nixWithFlakes - (go-ethereum.overrideAttrs (old: { - # Set deployed bytecode size limit to 32kB (which is also the tx size limit) - # in order to deploy the TestCAPE contracts that currently exceeds the - # 24kB size limit. - patchPhase = old.patchPhase or "" + '' - substituteInPlace params/protocol_params.go --replace "MaxCodeSize = 24576" "MaxCodeSize = 32768" - ''; - })) + go-ethereum nodePackages.pnpm mySolc hivemind # process runner