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
102bee78
Unverified
Commit
102bee78
authored
May 02, 2022
by
Matthew Slipper
Committed by
GitHub
May 02, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2526 from ethereum-optimism/changeset-release/master
Version Packages
parents
36a91c30
8aeb2047
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
101 additions
and
54 deletions
+101
-54
fast-actors-allow.md
.changeset/fast-actors-allow.md
+0
-5
gorgeous-squids-speak.md
.changeset/gorgeous-squids-speak.md
+0
-5
seven-poets-search.md
.changeset/seven-poets-search.md
+0
-5
tasty-adults-explode.md
.changeset/tasty-adults-explode.md
+0
-5
twelve-suits-camp.md
.changeset/twelve-suits-camp.md
+0
-5
warm-points-enjoy.md
.changeset/warm-points-enjoy.md
+0
-5
CHANGELOG.md
integration-tests/CHANGELOG.md
+6
-0
package.json
integration-tests/package.json
+4
-4
CHANGELOG.md
l2geth/CHANGELOG.md
+7
-0
package.json
l2geth/package.json
+1
-1
CHANGELOG.md
packages/common-ts/CHANGELOG.md
+8
-0
package.json
packages/common-ts/package.json
+2
-2
CHANGELOG.md
packages/contracts/CHANGELOG.md
+9
-0
package.json
packages/contracts/package.json
+2
-2
CHANGELOG.md
packages/core-utils/CHANGELOG.md
+7
-0
package.json
packages/core-utils/package.json
+1
-1
CHANGELOG.md
packages/data-transport-layer/CHANGELOG.md
+11
-0
package.json
packages/data-transport-layer/package.json
+4
-4
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+10
-0
package.json
packages/message-relayer/package.json
+4
-4
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+9
-0
package.json
packages/replica-healthcheck/package.json
+3
-3
CHANGELOG.md
packages/sdk/CHANGELOG.md
+10
-0
package.json
packages/sdk/package.json
+3
-3
No files found.
.changeset/fast-actors-allow.md
deleted
100644 → 0
View file @
36a91c30
---
'
@eth-optimism/l2geth'
:
patch
---
Fix
`eth_getBlockRange`
.changeset/gorgeous-squids-speak.md
deleted
100644 → 0
View file @
36a91c30
---
'
@eth-optimism/l2geth'
:
patch
---
Add system addresses for nightly goerli
.changeset/seven-poets-search.md
deleted
100644 → 0
View file @
36a91c30
---
'
@eth-optimism/contracts'
:
patch
---
Add Teleportr mainnet deployment
.changeset/tasty-adults-explode.md
deleted
100644 → 0
View file @
36a91c30
---
'
@eth-optimism/core-utils'
:
patch
---
Add a
`calldataCost`
function that computes the cost of calldata
.changeset/twelve-suits-camp.md
deleted
100644 → 0
View file @
36a91c30
---
'
@eth-optimism/integration-tests'
:
patch
---
Fix various actor tests
.changeset/warm-points-enjoy.md
deleted
100644 → 0
View file @
36a91c30
---
'
@eth-optimism/core-utils'
:
patch
---
Adds a one-liner for getting chain ID from provider
integration-tests/CHANGELOG.md
View file @
102bee78
# @eth-optimism/integration-tests
# @eth-optimism/integration-tests
## 0.5.11
### Patch Changes
-
36a91c30: Fix various actor tests
## 0.5.10
## 0.5.10
### Patch Changes
### Patch Changes
...
...
integration-tests/package.json
View file @
102bee78
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/integration-tests"
,
"name"
:
"@eth-optimism/integration-tests"
,
"version"
:
"0.5.1
0
"
,
"version"
:
"0.5.1
1
"
,
"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
1
"
,
"@eth-optimism/contracts"
:
"0.5.2
2
"
,
"@eth-optimism/core-utils"
:
"0.8.
3
"
,
"@eth-optimism/core-utils"
:
"0.8.
4
"
,
"@eth-optimism/sdk"
:
"1.1.
1
"
,
"@eth-optimism/sdk"
:
"1.1.
2
"
,
"@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"
,
...
...
l2geth/CHANGELOG.md
View file @
102bee78
# Changelog
# Changelog
## 0.5.19
### Patch Changes
-
1bcee8f1: Fix
`eth_getBlockRange`
-
c799535d: Add system addresses for nightly goerli
## 0.5.18
## 0.5.18
### Patch Changes
### Patch Changes
...
...
l2geth/package.json
View file @
102bee78
{
{
"name"
:
"@eth-optimism/l2geth"
,
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.5.1
8
"
,
"version"
:
"0.5.1
9
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
packages/common-ts/CHANGELOG.md
View file @
102bee78
# @eth-optimism/common-ts
# @eth-optimism/common-ts
## 0.2.7
### Patch Changes
-
Updated dependencies
[
5cb3a5f7
]
-
Updated dependencies
[
6b9fc055
]
-
@eth-optimism/core-utils@0.8.4
## 0.2.6
## 0.2.6
### Patch Changes
### Patch Changes
...
...
packages/common-ts/package.json
View file @
102bee78
{
{
"name"
:
"@eth-optimism/common-ts"
,
"name"
:
"@eth-optimism/common-ts"
,
"version"
:
"0.2.
6
"
,
"version"
:
"0.2.
7
"
,
"description"
:
"[Optimism] Advanced typescript tooling used by various services"
,
"description"
:
"[Optimism] Advanced typescript tooling used by various services"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"0.8.
3
"
,
"@eth-optimism/core-utils"
:
"0.8.
4
"
,
"@sentry/node"
:
"^6.3.1"
,
"@sentry/node"
:
"^6.3.1"
,
"bcfg"
:
"^0.1.7"
,
"bcfg"
:
"^0.1.7"
,
"commander"
:
"^9.0.0"
,
"commander"
:
"^9.0.0"
,
...
...
packages/contracts/CHANGELOG.md
View file @
102bee78
# Changelog
# Changelog
## 0.5.22
### Patch Changes
-
51adb389: Add Teleportr mainnet deployment
-
Updated dependencies
[
5cb3a5f7
]
-
Updated dependencies
[
6b9fc055
]
-
@eth-optimism/core-utils@0.8.4
## 0.5.21
## 0.5.21
### Patch Changes
### Patch Changes
...
...
packages/contracts/package.json
View file @
102bee78
{
{
"name"
:
"@eth-optimism/contracts"
,
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.5.2
1
"
,
"version"
:
"0.5.2
2
"
,
"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"
,
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"0.8.
3
"
,
"@eth-optimism/core-utils"
:
"0.8.
4
"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
,
"@ethersproject/abstract-signer"
:
"^5.5.0"
,
"@ethersproject/abstract-signer"
:
"^5.5.0"
,
"@ethersproject/hardware-wallets"
:
"^5.5.0"
"@ethersproject/hardware-wallets"
:
"^5.5.0"
...
...
packages/core-utils/CHANGELOG.md
View file @
102bee78
# @eth-optimism/core-utils
# @eth-optimism/core-utils
## 0.8.4
### Patch Changes
-
5cb3a5f7: Add a
`calldataCost`
function that computes the cost of calldata
-
6b9fc055: Adds a one-liner for getting chain ID from provider
## 0.8.3
## 0.8.3
### Patch Changes
### Patch Changes
...
...
packages/core-utils/package.json
View file @
102bee78
{
{
"name"
:
"@eth-optimism/core-utils"
,
"name"
:
"@eth-optimism/core-utils"
,
"version"
:
"0.8.
3
"
,
"version"
:
"0.8.
4
"
,
"description"
:
"[Optimism] Core typescript utilities"
,
"description"
:
"[Optimism] Core typescript utilities"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
packages/data-transport-layer/CHANGELOG.md
View file @
102bee78
# data transport layer
# data transport layer
## 0.5.28
### Patch Changes
-
Updated dependencies
[
51adb389
]
-
Updated dependencies
[
5cb3a5f7
]
-
Updated dependencies
[
6b9fc055
]
-
@eth-optimism/contracts@0.5.22
-
@eth-optimism/core-utils@0.8.4
-
@eth-optimism/common-ts@0.2.7
## 0.5.27
## 0.5.27
### Patch Changes
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
102bee78
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.2
7
"
,
"version"
:
"0.5.2
8
"
,
"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"
,
...
@@ -36,9 +36,9 @@
...
@@ -36,9 +36,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.
6
"
,
"@eth-optimism/common-ts"
:
"0.2.
7
"
,
"@eth-optimism/contracts"
:
"0.5.2
1
"
,
"@eth-optimism/contracts"
:
"0.5.2
2
"
,
"@eth-optimism/core-utils"
:
"0.8.
3
"
,
"@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"
,
"@sentry/node"
:
"^6.3.1"
,
"@sentry/node"
:
"^6.3.1"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
102bee78
# @eth-optimism/message-relayer
# @eth-optimism/message-relayer
## 0.4.7
### Patch Changes
-
Updated dependencies
[
5cb3a5f7
]
-
Updated dependencies
[
6b9fc055
]
-
@eth-optimism/core-utils@0.8.4
-
@eth-optimism/sdk@1.1.2
-
@eth-optimism/common-ts@0.2.7
## 0.4.6
## 0.4.6
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
102bee78
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/message-relayer"
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.4.
6
"
,
"version"
:
"0.4.
7
"
,
"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"
,
...
@@ -31,9 +31,9 @@
...
@@ -31,9 +31,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.
6
"
,
"@eth-optimism/common-ts"
:
"0.2.
7
"
,
"@eth-optimism/core-utils"
:
"0.8.
3
"
,
"@eth-optimism/core-utils"
:
"0.8.
4
"
,
"@eth-optimism/sdk"
:
"1.1.
1
"
,
"@eth-optimism/sdk"
:
"1.1.
2
"
,
"ethers"
:
"^5.5.4"
"ethers"
:
"^5.5.4"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/replica-healthcheck/CHANGELOG.md
View file @
102bee78
# @eth-optimism/replica-healthcheck
# @eth-optimism/replica-healthcheck
## 1.0.6
### Patch Changes
-
Updated dependencies
[
5cb3a5f7
]
-
Updated dependencies
[
6b9fc055
]
-
@eth-optimism/core-utils@0.8.4
-
@eth-optimism/common-ts@0.2.7
## 1.0.5
## 1.0.5
### Patch Changes
### Patch Changes
...
...
packages/replica-healthcheck/package.json
View file @
102bee78
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"1.0.
5
"
,
"version"
:
"1.0.
6
"
,
"description"
:
"[Optimism] Service for monitoring the health of replica nodes"
,
"description"
:
"[Optimism] Service for monitoring the health of replica nodes"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -32,8 +32,8 @@
...
@@ -32,8 +32,8 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.
6
"
,
"@eth-optimism/common-ts"
:
"0.2.
7
"
,
"@eth-optimism/core-utils"
:
"0.8.
3
"
,
"@eth-optimism/core-utils"
:
"0.8.
4
"
,
"@ethersproject/abstract-provider"
:
"^5.5.1"
"@ethersproject/abstract-provider"
:
"^5.5.1"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/sdk/CHANGELOG.md
View file @
102bee78
# @eth-optimism/sdk
# @eth-optimism/sdk
## 1.1.2
### Patch Changes
-
Updated dependencies
[
51adb389
]
-
Updated dependencies
[
5cb3a5f7
]
-
Updated dependencies
[
6b9fc055
]
-
@eth-optimism/contracts@0.5.22
-
@eth-optimism/core-utils@0.8.4
## 1.1.1
## 1.1.1
### Patch Changes
### Patch Changes
...
...
packages/sdk/package.json
View file @
102bee78
{
{
"name"
:
"@eth-optimism/sdk"
,
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"1.1.
1
"
,
"version"
:
"1.1.
2
"
,
"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,8 +65,8 @@
...
@@ -65,8 +65,8 @@
"typescript"
:
"^4.6.2"
"typescript"
:
"^4.6.2"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.2
1
"
,
"@eth-optimism/contracts"
:
"0.5.2
2
"
,
"@eth-optimism/core-utils"
:
"0.8.
3
"
,
"@eth-optimism/core-utils"
:
"0.8.
4
"
,
"lodash"
:
"^4.17.21"
,
"lodash"
:
"^4.17.21"
,
"merkletreejs"
:
"^0.2.27"
,
"merkletreejs"
:
"^0.2.27"
,
"rlp"
:
"^2.2.7"
"rlp"
:
"^2.2.7"
...
...
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