Skip to content

Commit cc3dfb3

Browse files
joshuahannanclaude
andcommitted
Downgrade go-ethereum to v1.16.8 across all modules
- templates: v1.17.0 -> v1.16.8 - test: v1.17.0 -> v1.16.8, removed the replace directive workaround since the dependency is now pinned directly Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6a8d65b commit cc3dfb3

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

lib/go/templates/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1818
github.com/davecgh/go-spew v1.1.1 // indirect
1919
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
20-
github.com/ethereum/go-ethereum v1.17.0 // indirect
20+
github.com/ethereum/go-ethereum v1.16.8 // indirect
2121
github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 // indirect
2222
github.com/fxamacker/circlehash v0.3.0 // indirect
2323
github.com/golang/protobuf v1.5.4 // indirect

lib/go/templates/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
1111
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1212
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 h1:8UrgZ3GkP4i/CLijOJx79Yu+etlyjdBU4sfcs2WYQMs=
1313
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0/go.mod h1:v57UDF4pDQJcEfFUCRop3lJL149eHGSe9Jvczhzjo/0=
14-
github.com/ethereum/go-ethereum v1.17.0 h1:2D+1Fe23CwZ5tQoAS5DfwKFNI1HGcTwi65/kRlAVxes=
15-
github.com/ethereum/go-ethereum v1.17.0/go.mod h1:2W3msvdosS/MCWytpqTcqgFiRYbTH59FxDJzqah120o=
14+
github.com/ethereum/go-ethereum v1.16.8 h1:LLLfkZWijhR5m6yrAXbdlTeXoqontH+Ga2f9igY7law=
15+
github.com/ethereum/go-ethereum v1.16.8/go.mod h1:Fs6QebQbavneQTYcA39PEKv2+zIjX7rPUZ14DER46wk=
1616
github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 h1:qOglMkJ5YBwog/GU/NXhP9gFqxUGMuqnmCkbj65JMhk=
1717
github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829/go.mod h1:vM4b+DJCtHn+zz7h3FFp/hDAI9WNWCsZj23V5ytsSxQ=
1818
github.com/fxamacker/circlehash v0.3.0 h1:XKdvTtIJV9t7DDUtsf0RIpC1OcxZtPbmgIH7ekx28WA=

lib/go/test/go.mod

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
github.com/emicklei/dot v1.6.2 // indirect
5252
github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
5353
github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab // indirect
54-
github.com/ethereum/go-ethereum v1.17.0 // indirect
54+
github.com/ethereum/go-ethereum v1.16.8 // indirect
5555
github.com/ethereum/go-verkle v0.2.2 // indirect
5656
github.com/ferranbt/fastssz v0.1.4 // indirect
5757
github.com/fsnotify/fsnotify v1.6.0 // indirect
@@ -224,7 +224,3 @@ require (
224224
replace github.com/onflow/flow-nft/lib/go/contracts => ../contracts
225225

226226
replace github.com/onflow/flow-nft/lib/go/templates => ../templates
227-
228-
// ethereum/go-ethereum v1.17.0 removed trie/utils which is still imported by
229-
// flow-go; pin to the last version that includes it.
230-
replace github.com/ethereum/go-ethereum => github.com/ethereum/go-ethereum v1.16.8

0 commit comments

Comments
 (0)