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
24ee6f4e
Unverified
Commit
24ee6f4e
authored
Aug 11, 2022
by
protolambda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bedrock: use op-node v0.4.0
parent
806b447f
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
242 additions
and
214 deletions
+242
-214
go.work.sum
go.work.sum
+1
-0
go.mod
op-batcher/go.mod
+12
-10
go.sum
op-batcher/go.sum
+28
-19
go.mod
op-e2e/go.mod
+46
-60
go.sum
op-e2e/go.sum
+115
-96
go.mod
op-proposer/go.mod
+12
-10
go.sum
op-proposer/go.sum
+28
-19
No files found.
go.work.sum
View file @
24ee6f4e
...
...
@@ -63,6 +63,7 @@ github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic
github.com/supranational/blst v0.3.8-0.20220526154634-513d2456b344/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
go.uber.org/goleak v1.1.11/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ=
go.uber.org/goleak v1.1.12/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ=
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
...
...
op-batcher/go.mod
View file @
24ee6f4e
...
...
@@ -3,7 +3,7 @@ module github.com/ethereum-optimism/optimism/op-batcher
go 1.18
require (
github.com/ethereum-optimism/optimism/op-node v0.
3
.0
github.com/ethereum-optimism/optimism/op-node v0.
4
.0
github.com/ethereum-optimism/optimism/op-proposer v0.3.0
github.com/ethereum-optimism/optimism/op-service v0.4.0
github.com/ethereum/go-ethereum v1.10.21
...
...
@@ -12,7 +12,7 @@ require (
)
require (
github.com/VictoriaMetrics/fastcache v1.
9
.0 // indirect
github.com/VictoriaMetrics/fastcache v1.
10
.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/btcsuite/btcd v0.22.1 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
...
...
@@ -27,11 +27,13 @@ require (
github.com/fjl/memsize v0.0.1 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/golang-jwt/jwt/v4 v4.
3.0
// indirect
github.com/golang-jwt/jwt/v4 v4.
4.2
// indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-bexpr v0.1.11 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
github.com/holiman/uint256 v1.2.0 // indirect
...
...
@@ -50,21 +52,21 @@ require (
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/rivo/uniseg v0.
2.0
// indirect
github.com/rivo/uniseg v0.
3.4
// indirect
github.com/rs/cors v1.8.2 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.
4
.0 // indirect
github.com/tklauser/numcpus v0.
5
.0 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/urfave/cli/v2 v2.1
0.2
// indirect
github.com/urfave/cli/v2 v2.1
1.1
// indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/crypto v0.0.0-20220
525230936-793ad666bf5e
// indirect
golang.org/x/sync v0.0.0-20220
601150217-0de741cfad7f
// indirect
golang.org/x/sys v0.0.0-20220
701225701-179beb0bd1a1
// indirect
golang.org/x/term v0.0.0-202
10927222741-03fcf44c2211
// indirect
golang.org/x/crypto v0.0.0-20220
722155217-630584e8d5aa
// indirect
golang.org/x/sync v0.0.0-20220
722155255-886fb9371eb4
// indirect
golang.org/x/sys v0.0.0-20220
808155132-1c4a2a72c664
// indirect
golang.org/x/term v0.0.0-202
20722155259-a9ba230a4035
// indirect
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
...
...
op-batcher/go.sum
View file @
24ee6f4e
This diff is collapsed.
Click to expand it.
op-e2e/go.mod
View file @
24ee6f4e
This diff is collapsed.
Click to expand it.
op-e2e/go.sum
View file @
24ee6f4e
This diff is collapsed.
Click to expand it.
op-proposer/go.mod
View file @
24ee6f4e
...
...
@@ -4,7 +4,7 @@ go 1.18
require (
github.com/ethereum-optimism/optimism/op-bindings v0.4.0
github.com/ethereum-optimism/optimism/op-node v0.
3
.0
github.com/ethereum-optimism/optimism/op-node v0.
4
.0
github.com/ethereum-optimism/optimism/op-service v0.4.0
github.com/ethereum/go-ethereum v1.10.21
github.com/miguelmota/go-ethereum-hdwallet v0.1.1
...
...
@@ -13,7 +13,7 @@ require (
)
require (
github.com/VictoriaMetrics/fastcache v1.
9
.0 // indirect
github.com/VictoriaMetrics/fastcache v1.
10
.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/btcsuite/btcd v0.22.1 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
...
...
@@ -28,12 +28,14 @@ require (
github.com/fjl/memsize v0.0.1 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/golang-jwt/jwt/v4 v4.
3.0
// indirect
github.com/golang-jwt/jwt/v4 v4.
4.2
// indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-bexpr v0.1.11 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
github.com/holiman/uint256 v1.2.0 // indirect
...
...
@@ -54,22 +56,22 @@ require (
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/rivo/uniseg v0.
2.0
// indirect
github.com/rivo/uniseg v0.
3.4
// indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/rs/cors v1.8.2 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.
4
.0 // indirect
github.com/tklauser/numcpus v0.
5
.0 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/urfave/cli/v2 v2.1
0.2
// indirect
github.com/urfave/cli/v2 v2.1
1.1
// indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/crypto v0.0.0-20220
525230936-793ad666bf5e
// indirect
golang.org/x/sync v0.0.0-20220
601150217-0de741cfad7f
// indirect
golang.org/x/sys v0.0.0-20220
701225701-179beb0bd1a1
// indirect
golang.org/x/term v0.0.0-202
10927222741-03fcf44c2211
// indirect
golang.org/x/crypto v0.0.0-20220
722155217-630584e8d5aa
// indirect
golang.org/x/sync v0.0.0-20220
722155255-886fb9371eb4
// indirect
golang.org/x/sys v0.0.0-20220
808155132-1c4a2a72c664
// indirect
golang.org/x/term v0.0.0-202
20722155259-a9ba230a4035
// indirect
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
...
...
op-proposer/go.sum
View file @
24ee6f4e
This diff is collapsed.
Click to expand it.
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