Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Commit 3bef812

Browse files
authored
feat(eth): Update to geth v1.12.0 (#764)
- Migrating to berachain/polaris-geth#28 - Deprecating berachain/polaris-geth#15 - Fixing GraphQL
1 parent 58582f9 commit 3bef812

File tree

17 files changed

+261
-489
lines changed

17 files changed

+261
-489
lines changed

contracts/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ require (
1818
github.com/getsentry/sentry-go v0.21.0 // indirect
1919
github.com/go-ole/go-ole v1.2.6 // indirect
2020
github.com/go-stack/stack v1.8.1 // indirect
21+
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
2122
github.com/google/uuid v1.3.0 // indirect
2223
github.com/gorilla/websocket v1.5.0 // indirect
2324
github.com/holiman/uint256 v1.2.2 // indirect

contracts/go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw
5757
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
5858
github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
5959
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
60-
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
6160
github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
61+
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb h1:PBC98N2aIaM3XXiurYmW7fx4GZkL8feAMVq7nEjURHk=
62+
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
6263
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
6364
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
6465
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=

contracts/lib/forge-std

cosmos/go.mod

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replace (
1010
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.46.0-beta2.0.20230525153548-b6613f9163f8
1111

1212
// Required for stateful precompiles and supporting the Ethereum JSON-RPC API.
13-
github.com/ethereum/go-ethereum => github.com/berachain/polaris-geth v0.0.0-20230529162530-37091fdc7542
13+
github.com/ethereum/go-ethereum => github.com/berachain/polaris-geth v0.0.0-20230530204432-e9a3700deefc
1414
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
1515
)
1616

@@ -91,12 +91,15 @@ require (
9191
github.com/cockroachdb/pebble v0.0.0-20230524183623-5a0074608315 // indirect
9292
github.com/cockroachdb/redact v1.1.4 // indirect
9393
github.com/cometbft/cometbft-db v0.7.0 // indirect
94+
github.com/consensys/bavard v0.1.13 // indirect
95+
github.com/consensys/gnark-crypto v0.10.0 // indirect
9496
github.com/cosmos/btcutil v1.0.5 // indirect
9597
github.com/cosmos/gogogateway v1.2.0 // indirect
9698
github.com/cosmos/iavl v0.21.0 // indirect
9799
github.com/cosmos/ics23/go v0.10.0 // indirect
98100
github.com/cosmos/ledger-cosmos-go v0.13.0 // indirect
99101
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
102+
github.com/crate-crypto/go-kzg-4844 v0.2.0 // indirect
100103
github.com/creachadair/atomicfile v0.3.0 // indirect
101104
github.com/creachadair/tomledit v0.0.24 // indirect
102105
github.com/danieljoos/wincred v1.1.2 // indirect
@@ -110,7 +113,7 @@ require (
110113
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
111114
github.com/dustin/go-humanize v1.0.1 // indirect
112115
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
113-
github.com/edsrzf/mmap-go v1.1.0 // indirect
116+
github.com/ethereum/c-kzg-4844 v0.2.0 // indirect
114117
github.com/fatih/color v1.15.0 // indirect
115118
github.com/felixge/httpsnoop v1.0.2 // indirect
116119
github.com/fjl/memsize v0.0.1 // indirect
@@ -133,7 +136,7 @@ require (
133136
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
134137
github.com/golang/glog v1.1.0 // indirect
135138
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
136-
github.com/golang/snappy v0.0.4 // indirect
139+
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
137140
github.com/google/btree v1.1.2 // indirect
138141
github.com/google/go-cmp v0.5.9 // indirect
139142
github.com/google/orderedcode v0.0.1 // indirect
@@ -165,8 +168,8 @@ require (
165168
github.com/iancoleman/strcase v0.2.0 // indirect
166169
github.com/improbable-eng/grpc-web v0.15.0 // indirect
167170
github.com/inconshreveable/mousetrap v1.1.0 // indirect
168-
github.com/influxdata/influxdb v1.8.3 // indirect
169171
github.com/influxdata/influxdb-client-go/v2 v2.4.0 // indirect
172+
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c // indirect
170173
github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097 // indirect
171174
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
172175
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -188,6 +191,7 @@ require (
188191
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
189192
github.com/mitchellh/mapstructure v1.5.0 // indirect
190193
github.com/mitchellh/pointerstructure v1.2.1 // indirect
194+
github.com/mmcloughlin/addchain v0.4.0 // indirect
191195
github.com/mtibben/percent v0.2.1 // indirect
192196
github.com/oasisprotocol/curve25519-voi v0.0.0-20230110094441-db37f07504ce // indirect
193197
github.com/oklog/run v1.1.0 // indirect
@@ -218,6 +222,7 @@ require (
218222
github.com/status-im/keycard-go v0.2.0 // indirect
219223
github.com/stretchr/testify v1.8.3 // indirect
220224
github.com/subosito/gotenv v1.4.2 // indirect
225+
github.com/supranational/blst v0.3.11-0.20230406105308-e9dfc5ee724b // indirect
221226
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
222227
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
223228
github.com/tendermint/go-amino v0.16.0 // indirect
@@ -248,11 +253,13 @@ require (
248253
google.golang.org/api v0.114.0 // indirect
249254
google.golang.org/appengine v1.6.7 // indirect
250255
gopkg.in/ini.v1 v1.67.0 // indirect
256+
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
251257
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
252258
gopkg.in/yaml.v2 v2.4.0 // indirect
253259
gopkg.in/yaml.v3 v3.0.1 // indirect
254260
gotest.tools/v3 v3.4.0 // indirect
255261
nhooyr.io/websocket v1.8.6 // indirect
256262
pgregory.net/rapid v0.5.7 // indirect
263+
rsc.io/tmplfunc v0.0.3 // indirect
257264
sigs.k8s.io/yaml v1.3.0 // indirect
258265
)

0 commit comments

Comments
 (0)