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
8288c739
Commit
8288c739
authored
Nov 19, 2021
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
1b6880d0
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
47 additions
and
25 deletions
+47
-25
lovely-pumas-sing.md
.changeset/lovely-pumas-sing.md
+0
-5
sharp-ants-act.md
.changeset/sharp-ants-act.md
+0
-5
spicy-spoons-jog.md
.changeset/spicy-spoons-jog.md
+0
-5
package.json
integration-tests/package.json
+2
-2
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
+7
-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/lovely-pumas-sing.md
deleted
100644 → 0
View file @
1b6880d0
---
'
@eth-optimism/contracts'
:
patch
---
Use a gas price of zero for static calls in the deploy process
.changeset/sharp-ants-act.md
deleted
100644 → 0
View file @
1b6880d0
---
'
@eth-optimism/contracts'
:
patch
---
Adds additional deploy step to transfer messenger ownership
.changeset/spicy-spoons-jog.md
deleted
100644 → 0
View file @
1b6880d0
---
'
@eth-optimism/l2geth'
:
patch
---
Fixes deadlock
integration-tests/package.json
View file @
8288c739
...
...
@@ -28,9 +28,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.
2
"
,
"@eth-optimism/contracts"
:
"0.5.
3
"
,
"@eth-optimism/core-utils"
:
"0.7.1"
,
"@eth-optimism/message-relayer"
:
"0.2.
2
"
,
"@eth-optimism/message-relayer"
:
"0.2.
3
"
,
"@ethersproject/providers"
:
"^5.4.5"
,
"@ethersproject/transactions"
:
"^5.4.0"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
...
...
l2geth/CHANGELOG.md
View file @
8288c739
# Changelog
## 0.5.1
### Patch Changes
-
7f2898ba: Fixes deadlock
## 0.5.0
### Minor Changes
...
...
l2geth/package.json
View file @
8288c739
{
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.5.
0
"
,
"version"
:
"0.5.
1
"
,
"private"
:
true
,
"devDependencies"
:
{}
}
packages/batch-submitter/CHANGELOG.md
View file @
8288c739
# Changelog
## 0.4.3
### Patch Changes
-
Updated dependencies
[
b9049406
]
-
Updated dependencies
[
a8b14a7d
]
-
@eth-optimism/contracts@0.5.3
## 0.4.2
### Patch Changes
...
...
packages/batch-submitter/package.json
View file @
8288c739
{
"private"
:
true
,
"name"
:
"@eth-optimism/batch-submitter"
,
"version"
:
"0.4.
2
"
,
"version"
:
"0.4.
3
"
,
"description"
:
"[Optimism] Service for submitting transactions and transaction results"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -34,7 +34,7 @@
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/contracts"
:
"0.5.
2
"
,
"@eth-optimism/contracts"
:
"0.5.
3
"
,
"@eth-optimism/core-utils"
:
"0.7.1"
,
"@eth-optimism/ynatm"
:
"^0.2.2"
,
"@ethersproject/abstract-provider"
:
"^5.4.1"
,
...
...
packages/contracts/CHANGELOG.md
View file @
8288c739
# Changelog
## 0.5.3
### Patch Changes
-
b9049406: Use a gas price of zero for static calls in the deploy process
-
a8b14a7d: Adds additional deploy step to transfer messenger ownership
## 0.5.2
### Patch Changes
...
...
packages/contracts/package.json
View file @
8288c739
{
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.5.
2
"
,
"version"
:
"0.5.
3
"
,
"description"
:
"[Optimism] L1 and L2 smart contracts for Optimistic Ethereum"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
8288c739
# data transport layer
## 0.5.3
### Patch Changes
-
Updated dependencies
[
b9049406
]
-
Updated dependencies
[
a8b14a7d
]
-
@eth-optimism/contracts@0.5.3
## 0.5.2
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
8288c739
{
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.
2
"
,
"version"
:
"0.5.
3
"
,
"description"
:
"[Optimism] Service for shuttling data from L1 into L2"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -37,7 +37,7 @@
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/contracts"
:
"0.5.
2
"
,
"@eth-optimism/contracts"
:
"0.5.
3
"
,
"@eth-optimism/core-utils"
:
"0.7.1"
,
"@ethersproject/providers"
:
"^5.4.5"
,
"@ethersproject/transactions"
:
"^5.4.0"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
8288c739
# @eth-optimism/message-relayer
## 0.2.3
### Patch Changes
-
Updated dependencies
[
b9049406
]
-
Updated dependencies
[
a8b14a7d
]
-
@eth-optimism/contracts@0.5.3
## 0.2.2
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
8288c739
{
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.2.
2
"
,
"version"
:
"0.2.
3
"
,
"description"
:
"[Optimism] Service for automatically relaying L2 to L1 transactions"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -35,7 +35,7 @@
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.1"
,
"@eth-optimism/contracts"
:
"0.5.
2
"
,
"@eth-optimism/contracts"
:
"0.5.
3
"
,
"@eth-optimism/core-utils"
:
"0.7.1"
,
"@sentry/node"
:
"^6.3.1"
,
"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