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
e3c08eaf
Commit
e3c08eaf
authored
Dec 04, 2021
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
5cac9919
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
30 additions
and
13 deletions
+30
-13
flat-mirrors-sort.md
.changeset/flat-mirrors-sort.md
+0
-8
package.json
integration-tests/package.json
+1
-1
CHANGELOG.md
ops/docker/hardhat/CHANGELOG.md
+7
-0
package.json
ops/docker/hardhat/package.json
+1
-1
CHANGELOG.md
packages/batch-submitter/CHANGELOG.md
+6
-0
package.json
packages/batch-submitter/package.json
+1
-1
CHANGELOG.md
packages/data-transport-layer/CHANGELOG.md
+6
-0
package.json
packages/data-transport-layer/package.json
+1
-1
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+6
-0
package.json
packages/message-relayer/package.json
+1
-1
No files found.
.changeset/flat-mirrors-sort.md
deleted
100644 → 0
View file @
5cac9919
---
'
@eth-optimism/hardhat-node'
:
patch
'
@eth-optimism/batch-submitter'
:
patch
'
@eth-optimism/data-transport-layer'
:
patch
'
@eth-optimism/message-relayer'
:
patch
---
Build docker images with node.js version 16
integration-tests/package.json
View file @
e3c08eaf
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
"devDependencies"
:
{
"devDependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.5"
,
"@eth-optimism/contracts"
:
"0.5.5"
,
"@eth-optimism/core-utils"
:
"0.7.3"
,
"@eth-optimism/core-utils"
:
"0.7.3"
,
"@eth-optimism/message-relayer"
:
"0.2.
7
"
,
"@eth-optimism/message-relayer"
:
"0.2.
8
"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/providers"
:
"^5.4.5"
,
"@ethersproject/providers"
:
"^5.4.5"
,
"@ethersproject/transactions"
:
"^5.4.0"
,
"@ethersproject/transactions"
:
"^5.4.0"
,
...
...
ops/docker/hardhat/CHANGELOG.md
View file @
e3c08eaf
# @eth-optimism/hardhat-node
# @eth-optimism/hardhat-node
## 0.1.1
### Patch Changes
-
57d5b8f9: Build docker images with node.js version 16
## 0.1.0
## 0.1.0
### Minor Changes
### Minor Changes
-
81ccd6e4:
`regenesis/0.5.0`
release
-
81ccd6e4:
`regenesis/0.5.0`
release
...
...
ops/docker/hardhat/package.json
View file @
e3c08eaf
{
{
"name"
:
"@eth-optimism/hardhat-node"
,
"name"
:
"@eth-optimism/hardhat-node"
,
"version"
:
"0.1.
0
"
,
"version"
:
"0.1.
1
"
,
"scripts"
:
{
"scripts"
:
{
"start"
:
"hardhat node --network hardhat"
"start"
:
"hardhat node --network hardhat"
},
},
...
...
packages/batch-submitter/CHANGELOG.md
View file @
e3c08eaf
# Changelog
# Changelog
## 0.4.9
### Patch Changes
-
57d5b8f9: Build docker images with node.js version 16
## 0.4.8
## 0.4.8
### Patch Changes
### Patch Changes
...
...
packages/batch-submitter/package.json
View file @
e3c08eaf
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/batch-submitter"
,
"name"
:
"@eth-optimism/batch-submitter"
,
"version"
:
"0.4.
8
"
,
"version"
:
"0.4.
9
"
,
"description"
:
"[Optimism] Service for submitting transactions and transaction results"
,
"description"
:
"[Optimism] Service for submitting transactions and transaction results"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
e3c08eaf
# data transport layer
# data transport layer
## 0.5.7
### Patch Changes
-
57d5b8f9: Build docker images with node.js version 16
## 0.5.6
## 0.5.6
### Patch Changes
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
e3c08eaf
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.
6
"
,
"version"
:
"0.5.
7
"
,
"description"
:
"[Optimism] Service for shuttling data from L1 into L2"
,
"description"
:
"[Optimism] Service for shuttling data from L1 into L2"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
e3c08eaf
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.2.8
### Patch Changes
-
57d5b8f9: Build docker images with node.js version 16
## 0.2.7
## 0.2.7
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
e3c08eaf
{
{
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.2.
7
"
,
"version"
:
"0.2.
8
"
,
"description"
:
"[Optimism] Service for automatically relaying L2 to L1 transactions"
,
"description"
:
"[Optimism] Service for automatically relaying L2 to L1 transactions"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
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