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
936033ef
Unverified
Commit
936033ef
authored
May 05, 2022
by
Murphy Law
Committed by
GitHub
May 05, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2546 from ethereum-optimism/develop
Develop -> Master
parents
5a93b63a
c2291926
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
58 additions
and
30 deletions
+58
-30
hungry-turkeys-repeat.md
.changeset/hungry-turkeys-repeat.md
+0
-5
strange-falcons-punch.md
.changeset/strange-falcons-punch.md
+0
-5
thirty-garlics-know.md
.changeset/thirty-garlics-know.md
+0
-8
CHANGELOG.md
integration-tests/CHANGELOG.md
+6
-0
package.json
integration-tests/package.json
+3
-3
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
+7
-0
package.json
packages/message-relayer/package.json
+2
-2
CHANGELOG.md
packages/sdk/CHANGELOG.md
+7
-0
package.json
packages/sdk/package.json
+2
-2
CHANGELOG.md
proxyd/CHANGELOG.md
+6
-0
package.json
proxyd/package.json
+1
-1
CHANGELOG.md
teleportr/CHANGELOG.md
+6
-0
package.json
teleportr/package.json
+1
-1
No files found.
.changeset/hungry-turkeys-repeat.md
deleted
100644 → 0
View file @
5a93b63a
---
'
@eth-optimism/teleportr'
:
patch
---
Fix confs_remaining calculation to prevent underflow
.changeset/strange-falcons-punch.md
deleted
100644 → 0
View file @
5a93b63a
---
'
@eth-optimism/proxyd'
:
patch
---
proxyd: Proxy requests using batch JSON-RPC
.changeset/thirty-garlics-know.md
deleted
100644 → 0
View file @
5a93b63a
---
'
@eth-optimism/integration-tests'
:
patch
'
@eth-optimism/contracts'
:
patch
'
@eth-optimism/data-transport-layer'
:
patch
'
@eth-optimism/message-relayer'
:
patch
---
Replace calls to getNetwork() with getChainId util
integration-tests/CHANGELOG.md
View file @
936033ef
# @eth-optimism/integration-tests
# @eth-optimism/integration-tests
## 0.5.13
### Patch Changes
-
412688d5: Replace calls to getNetwork() with getChainId util
## 0.5.12
## 0.5.12
### Patch Changes
### Patch Changes
...
...
integration-tests/package.json
View file @
936033ef
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/integration-tests"
,
"name"
:
"@eth-optimism/integration-tests"
,
"version"
:
"0.5.1
2
"
,
"version"
:
"0.5.1
3
"
,
"description"
:
"[Optimism] Integration tests"
,
"description"
:
"[Optimism] Integration tests"
,
"scripts"
:
{
"scripts"
:
{
"lint"
:
"yarn lint:fix && yarn lint:check"
,
"lint"
:
"yarn lint:fix && yarn lint:check"
,
...
@@ -28,9 +28,9 @@
...
@@ -28,9 +28,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.2
2
"
,
"@eth-optimism/contracts"
:
"0.5.2
3
"
,
"@eth-optimism/core-utils"
:
"0.8.4"
,
"@eth-optimism/core-utils"
:
"0.8.4"
,
"@eth-optimism/sdk"
:
"1.1.
2
"
,
"@eth-optimism/sdk"
:
"1.1.
3
"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/providers"
:
"^5.5.3"
,
"@ethersproject/providers"
:
"^5.5.3"
,
"@ethersproject/transactions"
:
"^5.5.0"
,
"@ethersproject/transactions"
:
"^5.5.0"
,
...
...
packages/contracts/CHANGELOG.md
View file @
936033ef
# Changelog
# Changelog
## 0.5.23
### Patch Changes
-
412688d5: Replace calls to getNetwork() with getChainId util
## 0.5.22
## 0.5.22
### Patch Changes
### Patch Changes
...
...
packages/contracts/package.json
View file @
936033ef
{
{
"name"
:
"@eth-optimism/contracts"
,
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.5.2
2
"
,
"version"
:
"0.5.2
3
"
,
"description"
:
"[Optimism] L1 and L2 smart contracts for Optimism"
,
"description"
:
"[Optimism] L1 and L2 smart contracts for Optimism"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
936033ef
# data transport layer
# data transport layer
## 0.5.29
### Patch Changes
-
412688d5: Replace calls to getNetwork() with getChainId util
-
Updated dependencies
[
412688d5
]
-
@eth-optimism/contracts@0.5.23
## 0.5.28
## 0.5.28
### Patch Changes
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
936033ef
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.2
8
"
,
"version"
:
"0.5.2
9
"
,
"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"
,
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.7"
,
"@eth-optimism/common-ts"
:
"0.2.7"
,
"@eth-optimism/contracts"
:
"0.5.2
2
"
,
"@eth-optimism/contracts"
:
"0.5.2
3
"
,
"@eth-optimism/core-utils"
:
"0.8.4"
,
"@eth-optimism/core-utils"
:
"0.8.4"
,
"@ethersproject/providers"
:
"^5.5.3"
,
"@ethersproject/providers"
:
"^5.5.3"
,
"@ethersproject/transactions"
:
"^5.5.0"
,
"@ethersproject/transactions"
:
"^5.5.0"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
936033ef
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.4.8
### Patch Changes
-
412688d5: Replace calls to getNetwork() with getChainId util
-
@eth-optimism/sdk@1.1.3
## 0.4.7
## 0.4.7
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
936033ef
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.4.
7
"
,
"version"
:
"0.4.
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"
,
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.7"
,
"@eth-optimism/common-ts"
:
"0.2.7"
,
"@eth-optimism/core-utils"
:
"0.8.4"
,
"@eth-optimism/core-utils"
:
"0.8.4"
,
"@eth-optimism/sdk"
:
"1.1.
2
"
,
"@eth-optimism/sdk"
:
"1.1.
3
"
,
"ethers"
:
"^5.5.4"
"ethers"
:
"^5.5.4"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/sdk/CHANGELOG.md
View file @
936033ef
# @eth-optimism/sdk
# @eth-optimism/sdk
## 1.1.3
### Patch Changes
-
Updated dependencies
[
412688d5
]
-
@eth-optimism/contracts@0.5.23
## 1.1.2
## 1.1.2
### Patch Changes
### Patch Changes
...
...
packages/sdk/package.json
View file @
936033ef
{
{
"name"
:
"@eth-optimism/sdk"
,
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"1.1.
2
"
,
"version"
:
"1.1.
3
"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
"typescript"
:
"^4.6.2"
"typescript"
:
"^4.6.2"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.2
2
"
,
"@eth-optimism/contracts"
:
"0.5.2
3
"
,
"@eth-optimism/core-utils"
:
"0.8.4"
,
"@eth-optimism/core-utils"
:
"0.8.4"
,
"lodash"
:
"^4.17.21"
,
"lodash"
:
"^4.17.21"
,
"merkletreejs"
:
"^0.2.27"
,
"merkletreejs"
:
"^0.2.27"
,
...
...
proxyd/CHANGELOG.md
View file @
936033ef
# @eth-optimism/proxyd
# @eth-optimism/proxyd
## 3.8.6
### Patch Changes
-
d79d40c4: proxyd: Proxy requests using batch JSON-RPC
## 3.8.5
## 3.8.5
### Patch Changes
### Patch Changes
...
...
proxyd/package.json
View file @
936033ef
{
{
"name"
:
"@eth-optimism/proxyd"
,
"name"
:
"@eth-optimism/proxyd"
,
"version"
:
"3.8.
5
"
,
"version"
:
"3.8.
6
"
,
"private"
:
true
,
"private"
:
true
,
"dependencies"
:
{}
"dependencies"
:
{}
}
}
teleportr/CHANGELOG.md
View file @
936033ef
# @eth-optimism/teleportr
# @eth-optimism/teleportr
## 0.0.5
### Patch Changes
-
44c293d8: Fix confs_remaining calculation to prevent underflow
## 0.0.4
## 0.0.4
### Patch Changes
### Patch Changes
...
...
teleportr/package.json
View file @
936033ef
{
{
"name"
:
"@eth-optimism/teleportr"
,
"name"
:
"@eth-optimism/teleportr"
,
"version"
:
"0.0.
4
"
,
"version"
:
"0.0.
5
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
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