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
76aec90c
Unverified
Commit
76aec90c
authored
Aug 23, 2021
by
Mark Tyneway
Committed by
GitHub
Aug 23, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1372 from ethereum-optimism/changeset-release/master
Version Packages
parents
b546c28e
2f2e5902
Changes
14
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
44 additions
and
29 deletions
+44
-29
empty-colts-attack.md
.changeset/empty-colts-attack.md
+0
-5
healthy-dragons-worry.md
.changeset/healthy-dragons-worry.md
+0
-5
many-pants-appear.md
.changeset/many-pants-appear.md
+0
-6
many-queens-own.md
.changeset/many-queens-own.md
+0
-5
CHANGELOG.md
l2geth/CHANGELOG.md
+6
-0
package.json
l2geth/package.json
+1
-1
CHANGELOG.md
packages/batch-submitter/CHANGELOG.md
+8
-0
package.json
packages/batch-submitter/package.json
+2
-2
CHANGELOG.md
packages/contracts/CHANGELOG.md
+6
-0
package.json
packages/contracts/package.json
+1
-1
CHANGELOG.md
packages/data-transport-layer/CHANGELOG.md
+8
-0
package.json
packages/data-transport-layer/package.json
+2
-2
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+8
-0
package.json
packages/message-relayer/package.json
+2
-2
No files found.
.changeset/empty-colts-attack.md
deleted
100644 → 0
View file @
b546c28e
---
'
@eth-optimism/batch-submitter'
:
patch
---
Migrate to using
`ethers.StaticJsonRpcProvider`
.changeset/healthy-dragons-worry.md
deleted
100644 → 0
View file @
b546c28e
---
'
@eth-optimism/data-transport-layer'
:
patch
---
Migrate to using
`ethers.StaticJsonRpcProvider`
.changeset/many-pants-appear.md
deleted
100644 → 0
View file @
b546c28e
---
'
@eth-optimism/contracts'
:
patch
'
@eth-optimism/message-relayer'
:
patch
---
Patch so contracts package will correctly use the browser-compatible contract artifacts import
.changeset/many-queens-own.md
deleted
100644 → 0
View file @
b546c28e
---
'
@eth-optimism/l2geth'
:
patch
---
Ensure that L2 geth doesn't reject blocks from the future
l2geth/CHANGELOG.md
View file @
76aec90c
# Changelog
# Changelog
## 0.4.10
### Patch Changes
-
eb1eb327: Ensure that L2 geth doesn't reject blocks from the future
## 0.4.9
## 0.4.9
### Patch Changes
### Patch Changes
...
...
l2geth/package.json
View file @
76aec90c
{
{
"name"
:
"@eth-optimism/l2geth"
,
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.4.
9
"
,
"version"
:
"0.4.
10
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
packages/batch-submitter/CHANGELOG.md
View file @
76aec90c
# Changelog
# Changelog
## 0.3.10
### Patch Changes
-
b5b9fd89: Migrate to using
`ethers.StaticJsonRpcProvider`
-
Updated dependencies
[
ecc2f8c1
]
-
@eth-optimism/contracts@0.4.9
## 0.3.9
## 0.3.9
### Patch Changes
### Patch Changes
...
...
packages/batch-submitter/package.json
View file @
76aec90c
{
{
"name"
:
"@eth-optimism/batch-submitter"
,
"name"
:
"@eth-optimism/batch-submitter"
,
"version"
:
"0.3.
9
"
,
"version"
:
"0.3.
10
"
,
"private"
:
true
,
"private"
:
true
,
"description"
:
"[Optimism] Batch submission for sequencer & aggregators"
,
"description"
:
"[Optimism] Batch submission for sequencer & aggregators"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"^0.1.5"
,
"@eth-optimism/common-ts"
:
"^0.1.5"
,
"@eth-optimism/contracts"
:
"^0.4.
7
"
,
"@eth-optimism/contracts"
:
"^0.4.
9
"
,
"@eth-optimism/core-utils"
:
"^0.5.1"
,
"@eth-optimism/core-utils"
:
"^0.5.1"
,
"@eth-optimism/ynatm"
:
"^0.2.2"
,
"@eth-optimism/ynatm"
:
"^0.2.2"
,
"@ethersproject/abstract-provider"
:
"^5.0.5"
,
"@ethersproject/abstract-provider"
:
"^5.0.5"
,
...
...
packages/contracts/CHANGELOG.md
View file @
76aec90c
# Changelog
# Changelog
## 0.4.9
### Patch Changes
-
ecc2f8c1: Patch so contracts package will correctly use the browser-compatible contract artifacts import
## 0.4.8
## 0.4.8
### Patch Changes
### Patch Changes
...
...
packages/contracts/package.json
View file @
76aec90c
{
{
"name"
:
"@eth-optimism/contracts"
,
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.4.
8
"
,
"version"
:
"0.4.
9
"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"files"
:
[
"files"
:
[
"dist/**/*.js"
,
"dist/**/*.js"
,
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
76aec90c
# data transport layer
# data transport layer
## 0.4.5
### Patch Changes
-
b5b9fd89: Migrate to using
`ethers.StaticJsonRpcProvider`
-
Updated dependencies
[
ecc2f8c1
]
-
@eth-optimism/contracts@0.4.9
## 0.4.4
## 0.4.4
### Patch Changes
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
76aec90c
{
{
"name"
:
"@eth-optimism/data-transport-layer"
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.4.
4
"
,
"version"
:
"0.4.
5
"
,
"private"
:
true
,
"private"
:
true
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"files"
:
[
"files"
:
[
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"^0.1.5"
,
"@eth-optimism/common-ts"
:
"^0.1.5"
,
"@eth-optimism/contracts"
:
"^0.4.
5
"
,
"@eth-optimism/contracts"
:
"^0.4.
9
"
,
"@eth-optimism/core-utils"
:
"^0.5.1"
,
"@eth-optimism/core-utils"
:
"^0.5.1"
,
"@ethersproject/providers"
:
"^5.0.21"
,
"@ethersproject/providers"
:
"^5.0.21"
,
"@ethersproject/transactions"
:
"^5.0.21"
,
"@ethersproject/transactions"
:
"^5.0.21"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
76aec90c
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.1.10
### Patch Changes
-
ecc2f8c1: Patch so contracts package will correctly use the browser-compatible contract artifacts import
-
Updated dependencies
[
ecc2f8c1
]
-
@eth-optimism/contracts@0.4.9
## 0.1.9
## 0.1.9
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
76aec90c
{
{
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.1.
9
"
,
"version"
:
"0.1.
10
"
,
"description"
:
"[Optimism] Cross Domain Message Relayer service"
,
"description"
:
"[Optimism] Cross Domain Message Relayer service"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"^0.1.5"
,
"@eth-optimism/common-ts"
:
"^0.1.5"
,
"@eth-optimism/contracts"
:
"^0.4.
8
"
,
"@eth-optimism/contracts"
:
"^0.4.
9
"
,
"@eth-optimism/core-utils"
:
"^0.5.1"
,
"@eth-optimism/core-utils"
:
"^0.5.1"
,
"@sentry/node"
:
"6.2.5"
,
"@sentry/node"
:
"6.2.5"
,
"bcfg"
:
"^0.1.6"
,
"bcfg"
:
"^0.1.6"
,
...
...
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