Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Remove the geth patch that enables >24kB contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Jun 2, 2022
1 parent 1ea1f8a commit b716ae2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b716ae2

Please sign in to comment.