We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb70d12 commit 631bd22Copy full SHA for 631bd22
overlay.nix
@@ -119,16 +119,7 @@ in rec {
119
# We use this to run private testnets without
120
# the pesky transaction size limit.
121
go-ethereum-unlimited = (self.callPackage (import ./nix/geth.nix) {}).overrideAttrs (geth: rec {
122
- version = "1.10.7";
123
-
124
- src = super.fetchFromGitHub {
125
- owner = "ethereum";
126
- repo = "go-ethereum";
127
- rev = "v${version}";
128
- sha256 = "0a4l3xisw7d80l1plqk1rwzxiffwvwsvcm1345hzz2xpmxpkd6y4";
129
- };
130
131
- name = "${geth.pname}-unlimited-${version}";
+ name = "${geth.pname}-unlimited-${geth.version}";
132
preConfigure = ''
133
# Huge transaction calldata
134
substituteInPlace core/tx_pool.go --replace 'return ErrOversizedData' ""
0 commit comments