Skip to content

Commit 8d76f12

Browse files
committed
Update go-ethereum and abigen to v1.12.0
Unfortunately we cannot use v1.13.0, as that breaks our tests. See ethereum/go-ethereum#28078 and NomicFoundation/hardhat#4438
1 parent cba36f2 commit 8d76f12

File tree

4 files changed

+164
-59
lines changed

4 files changed

+164
-59
lines changed

rolling-shutter/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ${GOPATH}/bin/go-enum:
6969
install-go-enum: ${GOPATH}/bin/go-enum
7070

7171
${GOPATH}/bin/abigen:
72-
${GO} install github.com/ethereum/go-ethereum/cmd/abigen@v1.10.26
72+
${GO} install github.com/ethereum/go-ethereum/cmd/abigen@v1.12.0
7373
install-abigen: ${GOPATH}/bin/abigen
7474

7575

rolling-shutter/contract/binding.abigen.gen.go

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rolling-shutter/go.mod

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/benbjohnson/clock v1.3.5
88
github.com/bitwurx/jrpc2 v0.0.0-20220302204700-52c6dbbeb536
99
github.com/deepmap/oapi-codegen v1.9.1
10-
github.com/ethereum/go-ethereum v1.10.26
10+
github.com/ethereum/go-ethereum v1.12.0
1111
github.com/getkin/kin-openapi v0.87.0
1212
github.com/go-chi/chi/v5 v5.0.10
1313
github.com/google/go-cmp v0.5.9
@@ -49,20 +49,25 @@ require (
4949
)
5050

5151
require (
52+
github.com/DataDog/zstd v1.5.2 // indirect
5253
github.com/VictoriaMetrics/fastcache v1.6.0 // indirect
5354
github.com/beorn7/perks v1.0.1 // indirect
5455
github.com/btcsuite/btcd/btcec/v2 v2.2.2 // indirect
5556
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
5657
github.com/cespare/xxhash v1.1.0 // indirect
5758
github.com/cespare/xxhash/v2 v2.2.0 // indirect
59+
github.com/cockroachdb/errors v1.9.1 // indirect
60+
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
61+
github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811 // indirect
62+
github.com/cockroachdb/redact v1.1.3 // indirect
5863
github.com/containerd/cgroups v1.1.0 // indirect
5964
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
6065
github.com/cosmos/gogoproto v1.4.1 // indirect
6166
github.com/cosmos/gorocksdb v1.2.0 // indirect
6267
github.com/creachadair/taskgroup v0.3.2 // indirect
6368
github.com/davecgh/go-spew v1.1.1 // indirect
6469
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
65-
github.com/deckarep/golang-set v1.8.0 // indirect
70+
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
6671
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
6772
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
6873
github.com/dgraph-io/ristretto v0.0.3 // indirect
@@ -73,8 +78,9 @@ require (
7378
github.com/fjl/memsize v0.0.1 // indirect
7479
github.com/flynn/noise v1.0.0 // indirect
7580
github.com/francoispqt/gojay v1.2.13 // indirect
76-
github.com/fsnotify/fsnotify v1.5.4 // indirect
81+
github.com/fsnotify/fsnotify v1.6.0 // indirect
7782
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect
83+
github.com/getsentry/sentry-go v0.18.0 // indirect
7884
github.com/ghodss/yaml v1.0.0 // indirect
7985
github.com/go-kit/kit v0.12.0 // indirect
8086
github.com/go-kit/log v0.2.1 // indirect
@@ -87,10 +93,11 @@ require (
8793
github.com/go-stack/stack v1.8.1 // indirect
8894
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
8995
github.com/godbus/dbus/v5 v5.1.0 // indirect
96+
github.com/gofrs/flock v0.8.1 // indirect
9097
github.com/gogo/protobuf v1.3.2 // indirect
9198
github.com/golang/mock v1.6.0 // indirect
9299
github.com/golang/protobuf v1.5.3 // indirect
93-
github.com/golang/snappy v0.0.4 // indirect
100+
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
94101
github.com/google/btree v1.0.1 // indirect
95102
github.com/google/gopacket v1.1.19 // indirect
96103
github.com/google/orderedcode v0.0.1 // indirect
@@ -180,15 +187,13 @@ require (
180187
github.com/prometheus/client_model v0.4.0 // indirect
181188
github.com/prometheus/common v0.40.0 // indirect
182189
github.com/prometheus/procfs v0.9.0 // indirect
183-
github.com/prometheus/tsdb v0.7.1 // indirect
184190
github.com/quic-go/qpack v0.4.0 // indirect
185191
github.com/quic-go/qtls-go1-20 v0.3.3 // indirect
186192
github.com/quic-go/quic-go v0.38.1 // indirect
187193
github.com/quic-go/webtransport-go v0.5.3 // indirect
188194
github.com/raulk/go-watchdog v1.3.0 // indirect
189195
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
190196
github.com/rivo/uniseg v0.2.0 // indirect
191-
github.com/rjeczalik/notify v0.9.3 // indirect
192197
github.com/rogpeppe/go-internal v1.9.0 // indirect
193198
github.com/rs/cors v1.8.3 // indirect
194199
github.com/rs/xid v1.4.0 // indirect
@@ -197,14 +202,11 @@ require (
197202
github.com/spaolacci/murmur3 v1.1.0 // indirect
198203
github.com/spf13/cast v1.5.1 // indirect
199204
github.com/spf13/jwalterweatherman v1.1.0 // indirect
200-
github.com/status-im/keycard-go v0.0.0-20211109104530-b0e0482ba91d // indirect
201205
github.com/subosito/gotenv v1.4.2 // indirect
202206
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
203207
github.com/tendermint/tm-db v0.6.7 // indirect
204208
github.com/tklauser/go-sysconf v0.3.12 // indirect
205209
github.com/tklauser/numcpus v0.6.1 // indirect
206-
github.com/tyler-smith/go-bip39 v1.0.2 // indirect
207-
github.com/urfave/cli/v2 v2.10.3 // indirect
208210
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
209211
github.com/yusufpapurcu/wmi v1.2.3 // indirect
210212
go.etcd.io/bbolt v1.3.7 // indirect

0 commit comments

Comments
 (0)