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
ac654a3f
Unverified
Commit
ac654a3f
authored
Aug 11, 2022
by
protolambda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bedrock: include op-service by commit
parent
1b60e859
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
10 deletions
+11
-10
go.mod
op-batcher/go.mod
+1
-3
go.sum
op-batcher/go.sum
+2
-0
go.mod
op-e2e/go.mod
+1
-3
go.sum
op-e2e/go.sum
+2
-0
go.mod
op-proposer/go.mod
+1
-3
go.sum
op-proposer/go.sum
+2
-0
versioning.md
specs/meta/versioning.md
+2
-1
No files found.
op-batcher/go.mod
View file @
ac654a3f
...
...
@@ -2,12 +2,10 @@ module github.com/ethereum-optimism/optimism/op-batcher
go 1.18
replace github.com/ethereum-optimism/optimism/op-service v0.0.0 => ../op-service
require (
github.com/ethereum-optimism/optimism/op-node v0.3.0
github.com/ethereum-optimism/optimism/op-proposer v0.3.0
github.com/ethereum-optimism/optimism/op-service v0.0.0
github.com/ethereum-optimism/optimism/op-service v0.0.0
-20220810224320-1b60e859deb5
github.com/ethereum/go-ethereum v1.10.21
github.com/miguelmota/go-ethereum-hdwallet v0.1.1
github.com/urfave/cli v1.22.9
...
...
op-batcher/go.sum
View file @
ac654a3f
...
...
@@ -154,6 +154,8 @@ github.com/ethereum-optimism/optimism/op-node v0.3.0 h1:jep/cbIbP7fjBSAR48yk5NJV
github.com/ethereum-optimism/optimism/op-node v0.3.0/go.mod h1:iF9AhYjr8jNeoCDNP/Vs/ywQ2USZU5L66AxZbSAUi0E=
github.com/ethereum-optimism/optimism/op-proposer v0.3.0 h1:K1ipZt3TLD0BJi7tKOmx8tCLXj9i4f4baBIhbPmUxk4=
github.com/ethereum-optimism/optimism/op-proposer v0.3.0/go.mod h1:GcQ9VCWz2zEVexecq5IYo/2eadK/y7IBOEfx4YV1QJk=
github.com/ethereum-optimism/optimism/op-service v0.0.0-20220810224320-1b60e859deb5 h1:CsegCJl3myTzSG8NnmzwWlEtDFZ4xz+MptS0vb1DwR0=
github.com/ethereum-optimism/optimism/op-service v0.0.0-20220810224320-1b60e859deb5/go.mod h1:PMl9VqIC3FPH/THwZFmwEyb3ytyAqGmMTzEw4R4J3FI=
github.com/ethereum-optimism/reference-optimistic-geth v0.0.0-20220810221227-a68e5aa189e1 h1:cLAkNAHg/ByqMvyMdcHaOLuJJeQY+YxHUYOPg6zDvjg=
github.com/ethereum-optimism/reference-optimistic-geth v0.0.0-20220810221227-a68e5aa189e1/go.mod h1:EYFyF19u3ezGLD4RqOkLq+ZCXzYbLoNDdZlMt7kyKFg=
github.com/ethereum/go-ethereum v1.10.4/go.mod h1:nEE0TP5MtxGzOMd7egIrbPJMQBnhVU3ELNxhBglIzhg=
...
...
op-e2e/go.mod
View file @
ac654a3f
...
...
@@ -2,14 +2,12 @@ module github.com/ethereum-optimism/optimism/op-e2e
go 1.18
replace github.com/ethereum-optimism/optimism/op-service v0.0.0 => ../op-service
require (
github.com/ethereum-optimism/optimism/op-batcher v0.3.0
github.com/ethereum-optimism/optimism/op-bindings v0.3.0
github.com/ethereum-optimism/optimism/op-node v0.3.0
github.com/ethereum-optimism/optimism/op-proposer v0.3.0
github.com/ethereum-optimism/optimism/op-service v0.0.0
github.com/ethereum-optimism/optimism/op-service v0.0.0
-20220810224320-1b60e859deb5
github.com/ethereum/go-ethereum v1.10.21
github.com/libp2p/go-libp2p v0.18.1
github.com/libp2p/go-libp2p-core v0.15.0
...
...
op-e2e/go.sum
View file @
ac654a3f
...
...
@@ -245,6 +245,8 @@ github.com/ethereum-optimism/optimism/op-node v0.3.0 h1:jep/cbIbP7fjBSAR48yk5NJV
github.com/ethereum-optimism/optimism/op-node v0.3.0/go.mod h1:iF9AhYjr8jNeoCDNP/Vs/ywQ2USZU5L66AxZbSAUi0E=
github.com/ethereum-optimism/optimism/op-proposer v0.3.0 h1:K1ipZt3TLD0BJi7tKOmx8tCLXj9i4f4baBIhbPmUxk4=
github.com/ethereum-optimism/optimism/op-proposer v0.3.0/go.mod h1:GcQ9VCWz2zEVexecq5IYo/2eadK/y7IBOEfx4YV1QJk=
github.com/ethereum-optimism/optimism/op-service v0.0.0-20220810224320-1b60e859deb5 h1:CsegCJl3myTzSG8NnmzwWlEtDFZ4xz+MptS0vb1DwR0=
github.com/ethereum-optimism/optimism/op-service v0.0.0-20220810224320-1b60e859deb5/go.mod h1:PMl9VqIC3FPH/THwZFmwEyb3ytyAqGmMTzEw4R4J3FI=
github.com/ethereum-optimism/reference-optimistic-geth v0.0.0-20220810221227-a68e5aa189e1 h1:cLAkNAHg/ByqMvyMdcHaOLuJJeQY+YxHUYOPg6zDvjg=
github.com/ethereum-optimism/reference-optimistic-geth v0.0.0-20220810221227-a68e5aa189e1/go.mod h1:EYFyF19u3ezGLD4RqOkLq+ZCXzYbLoNDdZlMt7kyKFg=
github.com/ethereum/go-ethereum v1.10.4/go.mod h1:nEE0TP5MtxGzOMd7egIrbPJMQBnhVU3ELNxhBglIzhg=
...
...
op-proposer/go.mod
View file @
ac654a3f
...
...
@@ -2,12 +2,10 @@ module github.com/ethereum-optimism/optimism/op-proposer
go 1.18
replace github.com/ethereum-optimism/optimism/op-service v0.0.0 => ../op-service
require (
github.com/ethereum-optimism/optimism/op-bindings v0.3.0
github.com/ethereum-optimism/optimism/op-node v0.3.0
github.com/ethereum-optimism/optimism/op-service v0.0.0
github.com/ethereum-optimism/optimism/op-service v0.0.0
-20220810224320-1b60e859deb5
github.com/ethereum/go-ethereum v1.10.21
github.com/miguelmota/go-ethereum-hdwallet v0.1.1
github.com/stretchr/testify v1.8.0
...
...
op-proposer/go.sum
View file @
ac654a3f
...
...
@@ -154,6 +154,8 @@ github.com/ethereum-optimism/optimism/op-bindings v0.3.0 h1:d2Mwb8FzR2zuhW0sS5xF
github.com/ethereum-optimism/optimism/op-bindings v0.3.0/go.mod h1:CrvUVIISKcyJ7o27ub/HY4Kq9wEJQxrGmWthTqxPSGo=
github.com/ethereum-optimism/optimism/op-node v0.3.0 h1:jep/cbIbP7fjBSAR48yk5NJVEoGYvoNlYI00KpBI6Mw=
github.com/ethereum-optimism/optimism/op-node v0.3.0/go.mod h1:iF9AhYjr8jNeoCDNP/Vs/ywQ2USZU5L66AxZbSAUi0E=
github.com/ethereum-optimism/optimism/op-service v0.0.0-20220810224320-1b60e859deb5 h1:CsegCJl3myTzSG8NnmzwWlEtDFZ4xz+MptS0vb1DwR0=
github.com/ethereum-optimism/optimism/op-service v0.0.0-20220810224320-1b60e859deb5/go.mod h1:PMl9VqIC3FPH/THwZFmwEyb3ytyAqGmMTzEw4R4J3FI=
github.com/ethereum-optimism/reference-optimistic-geth v0.0.0-20220810221227-a68e5aa189e1 h1:cLAkNAHg/ByqMvyMdcHaOLuJJeQY+YxHUYOPg6zDvjg=
github.com/ethereum-optimism/reference-optimistic-geth v0.0.0-20220810221227-a68e5aa189e1/go.mod h1:EYFyF19u3ezGLD4RqOkLq+ZCXzYbLoNDdZlMt7kyKFg=
github.com/ethereum/go-ethereum v1.10.4/go.mod h1:nEE0TP5MtxGzOMd7egIrbPJMQBnhVU3ELNxhBglIzhg=
...
...
specs/meta/versioning.md
View file @
ac654a3f
...
...
@@ -15,8 +15,9 @@
Go modules that are currently versioned:
```
text
./op-
batcher
./op-
service
./op-bindings
./op-batcher
./op-node
./op-proposer
./op-e2e
...
...
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