Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
8d93d497
Unverified
Commit
8d93d497
authored
Sep 21, 2023
by
mergify[bot]
Committed by
GitHub
Sep 21, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into inphi/chal-metrics
parents
cffe91ae
f02e5e1a
Changes
11
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
122 additions
and
239 deletions
+122
-239
beige-poems-switch.md
.changeset/beige-poems-switch.md
+5
-0
go.mod
go.mod
+33
-34
go.sum
go.sum
+69
-106
system_test.go
op-e2e/system_test.go
+1
-1
host.go
op-node/p2p/host.go
+4
-2
peer_scores_test.go
op-node/p2p/peer_scores_test.go
+3
-1
scorebook_test.go
op-node/p2p/store/scorebook_test.go
+3
-1
Dockerfile
ops/docker/ci-builder/Dockerfile
+4
-6
geth-types.ts
packages/core-utils/src/external/geth/geth-types.ts
+0
-82
index.ts
packages/core-utils/src/external/geth/index.ts
+0
-5
index.ts
packages/core-utils/src/external/index.ts
+0
-1
No files found.
.changeset/beige-poems-switch.md
0 → 100644
View file @
8d93d497
---
'
@eth-optimism/core-utils'
:
minor
---
Delete unmaintained geth types
go.mod
View file @
8d93d497
...
@@ -6,9 +6,9 @@ require (
...
@@ -6,9 +6,9 @@ require (
github.com/BurntSushi/toml v1.3.2
github.com/BurntSushi/toml v1.3.2
github.com/btcsuite/btcd v0.23.3
github.com/btcsuite/btcd v0.23.3
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.
1
.0
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.
2
.0
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20230
817174831-5d3ca1966435
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20230
920213331-413695cf7906
github.com/ethereum/go-ethereum v1.12.0
github.com/ethereum/go-ethereum v1.12.0
github.com/fsnotify/fsnotify v1.6.0
github.com/fsnotify/fsnotify v1.6.0
github.com/go-chi/chi/v5 v5.0.10
github.com/go-chi/chi/v5 v5.0.10
...
@@ -18,18 +18,19 @@ require (
...
@@ -18,18 +18,19 @@ require (
github.com/google/gofuzz v1.2.1-0.20220503160820-4a35382e8fc8
github.com/google/gofuzz v1.2.1-0.20220503160820-4a35382e8fc8
github.com/google/uuid v1.3.1
github.com/google/uuid v1.3.1
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/golang-lru/v2 v2.0.
2
github.com/hashicorp/golang-lru/v2 v2.0.
5
github.com/holiman/uint256 v1.2.3
github.com/holiman/uint256 v1.2.3
github.com/ipfs/go-datastore v0.6.0
github.com/ipfs/go-datastore v0.6.0
github.com/ipfs/go-ds-leveldb v0.5.0
github.com/ipfs/go-ds-leveldb v0.5.0
github.com/jackc/pgtype v1.14.0
github.com/jackc/pgtype v1.14.0
github.com/jackc/pgx/v5 v5.4.3
github.com/jackc/pgx/v5 v5.4.3
github.com/libp2p/go-libp2p v0.27.8
github.com/libp2p/go-libp2p v0.31.0
github.com/libp2p/go-libp2p-mplex v0.9.0
github.com/libp2p/go-libp2p-pubsub v0.9.3
github.com/libp2p/go-libp2p-pubsub v0.9.3
github.com/libp2p/go-libp2p-testing v0.12.0
github.com/libp2p/go-libp2p-testing v0.12.0
github.com/mattn/go-isatty v0.0.19
github.com/mattn/go-isatty v0.0.19
github.com/multiformats/go-base32 v0.1.0
github.com/multiformats/go-base32 v0.1.0
github.com/multiformats/go-multiaddr v0.1
0.1
github.com/multiformats/go-multiaddr v0.1
1.0
github.com/multiformats/go-multiaddr-dns v0.3.1
github.com/multiformats/go-multiaddr-dns v0.3.1
github.com/olekukonko/tablewriter v0.0.5
github.com/olekukonko/tablewriter v0.0.5
github.com/onsi/gomega v1.27.10
github.com/onsi/gomega v1.27.10
...
@@ -39,7 +40,7 @@ require (
...
@@ -39,7 +40,7 @@ require (
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.25.7
github.com/urfave/cli/v2 v2.25.7
golang.org/x/crypto v0.13.0
golang.org/x/crypto v0.13.0
golang.org/x/exp v0.0.0-20230
626212559-97b1e661b5df
golang.org/x/exp v0.0.0-20230
905200255-921286631fa9
golang.org/x/sync v0.3.0
golang.org/x/sync v0.3.0
golang.org/x/term v0.12.0
golang.org/x/term v0.12.0
golang.org/x/time v0.3.0
golang.org/x/time v0.3.0
...
@@ -51,7 +52,7 @@ require (
...
@@ -51,7 +52,7 @@ require (
github.com/DataDog/zstd v1.5.2 // indirect
github.com/DataDog/zstd v1.5.2 // indirect
github.com/VictoriaMetrics/fastcache v1.10.0 // indirect
github.com/VictoriaMetrics/fastcache v1.10.0 // indirect
github.com/allegro/bigcache v1.2.1 // indirect
github.com/allegro/bigcache v1.2.1 // indirect
github.com/benbjohnson/clock v1.3.
0
// indirect
github.com/benbjohnson/clock v1.3.
5
// indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bits-and-blooms/bitset v1.7.0 // indirect
github.com/bits-and-blooms/bitset v1.7.0 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
...
@@ -72,7 +73,7 @@ require (
...
@@ -72,7 +73,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
github.com/decred/dcrd/crypto/blake256 v1.0.
0
// indirect
github.com/decred/dcrd/crypto/blake256 v1.0.
1
// indirect
github.com/deepmap/oapi-codegen v1.8.2 // indirect
github.com/deepmap/oapi-codegen v1.8.2 // indirect
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/docker/docker v20.10.24+incompatible // indirect
github.com/docker/docker v20.10.24+incompatible // indirect
...
@@ -99,13 +100,14 @@ require (
...
@@ -99,13 +100,14 @@ require (
github.com/golang/mock v1.6.0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/google/pprof v0.0.0-20230
405160723-4a4c7d95572
b // indirect
github.com/google/pprof v0.0.0-20230
817174616-7a8ec2ada47
b // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/graph-gophers/graphql-go v1.3.0 // indirect
github.com/graph-gophers/graphql-go v1.3.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-bexpr v0.1.11 // indirect
github.com/hashicorp/go-bexpr v0.1.11 // indirect
github.com/hashicorp/golang-lru/arc/v2 v2.0.5 // indirect
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
github.com/huin/goupnp v1.
1
.0 // indirect
github.com/huin/goupnp v1.
2
.0 // indirect
github.com/influxdata/influxdb-client-go/v2 v2.4.0 // indirect
github.com/influxdata/influxdb-client-go/v2 v2.4.0 // indirect
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c // indirect
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c // indirect
github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097 // indirect
github.com/influxdata/line-protocol v0.0.0-20210311194329-9aa0e372d097 // indirect
...
@@ -121,8 +123,8 @@ require (
...
@@ -121,8 +123,8 @@ require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/karalabe/usb v0.0.2 // indirect
github.com/karalabe/usb v0.0.2 // indirect
github.com/klauspost/compress v1.16.
4
// indirect
github.com/klauspost/compress v1.16.
7
// indirect
github.com/klauspost/cpuid/v2 v2.2.
4
// indirect
github.com/klauspost/cpuid/v2 v2.2.
5
// indirect
github.com/koron/go-ssdp v0.0.4 // indirect
github.com/koron/go-ssdp v0.0.4 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
...
@@ -133,18 +135,18 @@ require (
...
@@ -133,18 +135,18 @@ require (
github.com/libp2p/go-libp2p-asn-util v0.3.0 // indirect
github.com/libp2p/go-libp2p-asn-util v0.3.0 // indirect
github.com/libp2p/go-mplex v0.7.0 // indirect
github.com/libp2p/go-mplex v0.7.0 // indirect
github.com/libp2p/go-msgio v0.3.0 // indirect
github.com/libp2p/go-msgio v0.3.0 // indirect
github.com/libp2p/go-nat v0.
1
.0 // indirect
github.com/libp2p/go-nat v0.
2
.0 // indirect
github.com/libp2p/go-netroute v0.2.1 // indirect
github.com/libp2p/go-netroute v0.2.1 // indirect
github.com/libp2p/go-reuseport v0.
2
.0 // indirect
github.com/libp2p/go-reuseport v0.
4
.0 // indirect
github.com/libp2p/go-yamux/v4 v4.0.
0
// indirect
github.com/libp2p/go-yamux/v4 v4.0.
1
// indirect
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/miekg/dns v1.1.5
3
// indirect
github.com/miekg/dns v1.1.5
5
// indirect
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
github.com/minio/sha256-simd v1.0.
0
// indirect
github.com/minio/sha256-simd v1.0.
1
// indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/pointerstructure v1.2.1 // indirect
github.com/mitchellh/pointerstructure v1.2.1 // indirect
github.com/mmcloughlin/addchain v0.4.0 // indirect
github.com/mmcloughlin/addchain v0.4.0 // indirect
...
@@ -152,26 +154,25 @@ require (
...
@@ -152,26 +154,25 @@ require (
github.com/multiformats/go-base36 v0.2.0 // indirect
github.com/multiformats/go-base36 v0.2.0 // indirect
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
github.com/multiformats/go-multibase v0.2.0 // indirect
github.com/multiformats/go-multibase v0.2.0 // indirect
github.com/multiformats/go-multicodec v0.
8.1
// indirect
github.com/multiformats/go-multicodec v0.
9.0
// indirect
github.com/multiformats/go-multihash v0.2.
1
// indirect
github.com/multiformats/go-multihash v0.2.
3
// indirect
github.com/multiformats/go-multistream v0.4.1 // indirect
github.com/multiformats/go-multistream v0.4.1 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416 // indirect
github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416 // indirect
github.com/onsi/ginkgo/v2 v2.11.0 // indirect
github.com/onsi/ginkgo/v2 v2.11.0 // indirect
github.com/opencontainers/runtime-spec v1.
0.2
// indirect
github.com/opencontainers/runtime-spec v1.
1.0
// indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7 // indirect
github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.
3
.0 // indirect
github.com/prometheus/client_model v0.
4
.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/qtls-go1-19 v0.3.3 // indirect
github.com/quic-go/qtls-go1-20 v0.3.3 // indirect
github.com/quic-go/qtls-go1-20 v0.2.3 // indirect
github.com/quic-go/quic-go v0.38.1 // indirect
github.com/quic-go/quic-go v0.33.0 // indirect
github.com/quic-go/webtransport-go v0.5.3 // indirect
github.com/quic-go/webtransport-go v0.5.2 // indirect
github.com/raulk/go-watchdog v1.3.0 // indirect
github.com/raulk/go-watchdog v1.3.0 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
...
@@ -188,23 +189,21 @@ require (
...
@@ -188,23 +189,21 @@ require (
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/dig v1.17.0 // indirect
go.uber.org/dig v1.16.1 // indirect
go.uber.org/fx v1.20.0 // indirect
go.uber.org/fx v1.19.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.2
4
.0 // indirect
go.uber.org/zap v1.2
5
.0 // indirect
golang.org/x/mod v0.1
1
.0 // indirect
golang.org/x/mod v0.1
2
.0 // indirect
golang.org/x/net v0.1
2
.0 // indirect
golang.org/x/net v0.1
5
.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.
9.3
// indirect
golang.org/x/tools v0.
13.0
// indirect
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.1.7 // indirect
lukechampine.com/blake3 v1.2.1 // indirect
nhooyr.io/websocket v1.8.7 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)
)
...
...
go.sum
View file @
8d93d497
This diff is collapsed.
Click to expand it.
op-e2e/system_test.go
View file @
8d93d497
...
@@ -492,7 +492,7 @@ func TestSystemMockP2P(t *testing.T) {
...
@@ -492,7 +492,7 @@ func TestSystemMockP2P(t *testing.T) {
verifierPeerID
:=
sys
.
RollupNodes
[
"verifier"
]
.
P2P
()
.
Host
()
.
ID
()
verifierPeerID
:=
sys
.
RollupNodes
[
"verifier"
]
.
P2P
()
.
Host
()
.
ID
()
check
:=
func
()
bool
{
check
:=
func
()
bool
{
sequencerBlocksTopicPeers
:=
sys
.
RollupNodes
[
"sequencer"
]
.
P2P
()
.
GossipOut
()
.
BlocksTopicPeers
()
sequencerBlocksTopicPeers
:=
sys
.
RollupNodes
[
"sequencer"
]
.
P2P
()
.
GossipOut
()
.
BlocksTopicPeers
()
return
slices
.
Contains
[
peer
.
ID
](
sequencerBlocksTopicPeers
,
verifierPeerID
)
return
slices
.
Contains
[
[]
peer
.
ID
](
sequencerBlocksTopicPeers
,
verifierPeerID
)
}
}
// poll to see if the verifier node is connected & meshed on gossip.
// poll to see if the verifier node is connected & meshed on gossip.
...
...
op-node/p2p/host.go
View file @
8d93d497
...
@@ -7,7 +7,11 @@ import (
...
@@ -7,7 +7,11 @@ import (
"sync"
"sync"
"time"
"time"
//nolint:all
"github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoreds"
libp2p
"github.com/libp2p/go-libp2p"
libp2p
"github.com/libp2p/go-libp2p"
mplex
"github.com/libp2p/go-libp2p-mplex"
lconf
"github.com/libp2p/go-libp2p/config"
lconf
"github.com/libp2p/go-libp2p/config"
"github.com/libp2p/go-libp2p/core/connmgr"
"github.com/libp2p/go-libp2p/core/connmgr"
"github.com/libp2p/go-libp2p/core/host"
"github.com/libp2p/go-libp2p/core/host"
...
@@ -16,8 +20,6 @@ import (
...
@@ -16,8 +20,6 @@ import (
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/core/sec/insecure"
"github.com/libp2p/go-libp2p/core/sec/insecure"
basichost
"github.com/libp2p/go-libp2p/p2p/host/basic"
basichost
"github.com/libp2p/go-libp2p/p2p/host/basic"
"github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoreds"
"github.com/libp2p/go-libp2p/p2p/muxer/mplex"
"github.com/libp2p/go-libp2p/p2p/muxer/yamux"
"github.com/libp2p/go-libp2p/p2p/muxer/yamux"
"github.com/libp2p/go-libp2p/p2p/security/noise"
"github.com/libp2p/go-libp2p/p2p/security/noise"
tls
"github.com/libp2p/go-libp2p/p2p/security/tls"
tls
"github.com/libp2p/go-libp2p/p2p/security/tls"
...
...
op-node/p2p/peer_scores_test.go
View file @
8d93d497
...
@@ -10,6 +10,9 @@ import (
...
@@ -10,6 +10,9 @@ import (
"github.com/ethereum-optimism/optimism/op-node/rollup"
"github.com/ethereum-optimism/optimism/op-node/rollup"
//nolint:all
"github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoreds"
p2pMocks
"github.com/ethereum-optimism/optimism/op-node/p2p/mocks"
p2pMocks
"github.com/ethereum-optimism/optimism/op-node/p2p/mocks"
"github.com/ethereum-optimism/optimism/op-node/p2p/store"
"github.com/ethereum-optimism/optimism/op-node/p2p/store"
testlog
"github.com/ethereum-optimism/optimism/op-node/testlog"
testlog
"github.com/ethereum-optimism/optimism/op-node/testlog"
...
@@ -23,7 +26,6 @@ import (
...
@@ -23,7 +26,6 @@ import (
peer
"github.com/libp2p/go-libp2p/core/peer"
peer
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/core/peerstore"
"github.com/libp2p/go-libp2p/core/peerstore"
bhost
"github.com/libp2p/go-libp2p/p2p/host/blank"
bhost
"github.com/libp2p/go-libp2p/p2p/host/blank"
"github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoreds"
tswarm
"github.com/libp2p/go-libp2p/p2p/net/swarm/testing"
tswarm
"github.com/libp2p/go-libp2p/p2p/net/swarm/testing"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/mock"
...
...
op-node/p2p/store/scorebook_test.go
View file @
8d93d497
...
@@ -6,13 +6,15 @@ import (
...
@@ -6,13 +6,15 @@ import (
"testing"
"testing"
"time"
"time"
//nolint:all
"github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoreds"
"github.com/ethereum-optimism/optimism/op-node/testlog"
"github.com/ethereum-optimism/optimism/op-node/testlog"
"github.com/ethereum-optimism/optimism/op-service/clock"
"github.com/ethereum-optimism/optimism/op-service/clock"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/log"
ds
"github.com/ipfs/go-datastore"
ds
"github.com/ipfs/go-datastore"
"github.com/ipfs/go-datastore/sync"
"github.com/ipfs/go-datastore/sync"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoreds"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/require"
)
)
...
...
ops/docker/ci-builder/Dockerfile
View file @
8d93d497
...
@@ -11,8 +11,6 @@ RUN apt-get update && \
...
@@ -11,8 +11,6 @@ RUN apt-get update && \
chmod
+x ./rustup.sh
&&
\
chmod
+x ./rustup.sh
&&
\
./rustup.sh
-y
./rustup.sh
-y
COPY
./.abigenrc ./.abigenrc
# Only diff from upstream docker image is this clone instead
# Only diff from upstream docker image is this clone instead
# of COPY. We select a specific commit to use.
# of COPY. We select a specific commit to use.
COPY
./.foundryrc ./.foundryrc
COPY
./.foundryrc ./.foundryrc
...
@@ -27,8 +25,6 @@ RUN source $HOME/.profile && \
...
@@ -27,8 +25,6 @@ RUN source $HOME/.profile && \
strip /opt/foundry/target/release/cast
&&
\
strip /opt/foundry/target/release/cast
&&
\
strip /opt/foundry/target/release/anvil
strip /opt/foundry/target/release/anvil
FROM
ethereum/client-go:alltools-v1.10.25 as geth
FROM
ghcr.io/crytic/echidna/echidna:v2.0.4 as echidna-test
FROM
ghcr.io/crytic/echidna/echidna:v2.0.4 as echidna-test
FROM
python:3.11.4-slim-bullseye
FROM
python:3.11.4-slim-bullseye
...
@@ -45,8 +41,8 @@ COPY --from=echidna-test /usr/local/bin/echidna-test /usr/local/bin/echidna-test
...
@@ -45,8 +41,8 @@ COPY --from=echidna-test /usr/local/bin/echidna-test /usr/local/bin/echidna-test
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
-y
bash curl openssh-client git build-essential ca-certificates jq musl gnupg coreutils
&&
\
apt-get
install
-y
bash curl openssh-client git build-essential ca-certificates jq musl gnupg coreutils
&&
\
curl
-sL
https://deb.nodesource.com/setup_16.x
-o
nodesource_setup.sh
&&
\
curl
-sL
https://deb.nodesource.com/setup_16.x
-o
nodesource_setup.sh
&&
\
curl
-sL
https://go.dev/dl/go1.2
0.linux-amd64.tar.gz
-o
go1.20
.linux-amd64.tar.gz
&&
\
curl
-sL
https://go.dev/dl/go1.2
1.1.linux-amd64.tar.gz
-o
go1.21.1
.linux-amd64.tar.gz
&&
\
tar
-C
/usr/local/
-xzvf
go1.2
0
.linux-amd64.tar.gz
&&
\
tar
-C
/usr/local/
-xzvf
go1.2
1.1
.linux-amd64.tar.gz
&&
\
ln
-s
/usr/local/go/bin/gofmt /usr/local/bin/gofmt
&&
\
ln
-s
/usr/local/go/bin/gofmt /usr/local/bin/gofmt
&&
\
bash nodesource_setup.sh
&&
\
bash nodesource_setup.sh
&&
\
apt-get
install
-y
nodejs
&&
\
apt-get
install
-y
nodejs
&&
\
...
@@ -56,6 +52,8 @@ RUN apt-get update && \
...
@@ -56,6 +52,8 @@ RUN apt-get update && \
curl
-sSfL
https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh
-s
--
-b
$(
go
env
GOPATH
)
/bin v1.53.3
&&
\
curl
-sSfL
https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh
-s
--
-b
$(
go
env
GOPATH
)
/bin v1.53.3
&&
\
curl
-fLSs
https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | bash
curl
-fLSs
https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/install.sh | bash
COPY
./.abigenrc ./.abigenrc
# Install the specific version of abigen from .abigenrc
# Install the specific version of abigen from .abigenrc
RUN
go
install
github.com/ethereum/go-ethereum/cmd/abigen@
$(
cat
.abigenrc
)
RUN
go
install
github.com/ethereum/go-ethereum/cmd/abigen@
$(
cat
.abigenrc
)
...
...
packages/core-utils/src/external/geth/geth-types.ts
deleted
100644 → 0
View file @
cffe91ae
// Types explicitly related to dealing with Geth.
/**
* Represents the Ethereum state, in the format that Geth expects it.
*/
export
interface
State
{
[
address
:
string
]:
{
nonce
?:
string
balance
?:
string
codeHash
?:
string
root
?:
string
code
?:
string
storage
?:
{
[
key
:
string
]:
string
}
secretKey
?:
string
}
}
/**
* Represents Geth's ChainConfig
*/
export
interface
ChainConfig
{
chainId
:
number
homesteadBlock
:
number
eip150Block
:
number
eip150Hash
?:
string
eip155Block
:
number
eip158Block
:
number
byzantiumBlock
:
number
constantinopleBlock
:
number
petersburgBlock
:
number
istanbulBlock
:
number
muirGlacierBlock
:
number
berlinBlock
:
number
londonBlock
?:
number
arrowGlacierBlock
?:
number
grayGlacierBlock
?:
number
mergeNetsplitBlock
?:
number
terminalTotalDifficulty
?:
number
clique
?:
{
period
:
number
epoch
:
number
}
ethash
?:
{}
}
/**
* Represents Geth's genesis file format.
*/
export
interface
Genesis
{
config
:
ChainConfig
nonce
?:
string
timestamp
?:
string
difficulty
:
string
mixHash
?:
string
coinbase
?:
string
number
?:
string
gasLimit
:
string
gasUsed
?:
string
parentHash
?:
string
extraData
:
string
baseFeePerGas
?:
string
alloc
:
State
}
/**
* Represents the chain config for an Optimism chain
*/
export
interface
OptimismChainConfig
extends
ChainConfig
{
optimism
:
{
baseFeeRecipient
:
string
l1FeeRecipient
:
string
}
}
/**
* Represents the Genesis file format for an Optimism chain
*/
export
interface
OptimismGenesis
extends
Genesis
{
config
:
OptimismChainConfig
}
packages/core-utils/src/external/geth/index.ts
deleted
100644 → 0
View file @
cffe91ae
/**
* Utilities related to go-ethereum (Geth)
*/
export
*
from
'
./geth-types
'
packages/core-utils/src/external/index.ts
View file @
8d93d497
...
@@ -4,4 +4,3 @@
...
@@ -4,4 +4,3 @@
export
*
from
'
./bcfg
'
export
*
from
'
./bcfg
'
export
*
from
'
./ethers
'
export
*
from
'
./ethers
'
export
*
from
'
./geth
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment