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
31304246
Unverified
Commit
31304246
authored
Jun 02, 2022
by
Mark Tyneway
Committed by
GitHub
Jun 02, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2667 from ethereum-optimism/develop
Trigger releases
parents
21621133
f921ab18
Changes
26
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
106 additions
and
54 deletions
+106
-54
few-comics-fly.md
.changeset/few-comics-fly.md
+0
-5
green-phones-shop.md
.changeset/green-phones-shop.md
+0
-5
shy-panthers-hear.md
.changeset/shy-panthers-hear.md
+0
-5
wise-rabbits-drive.md
.changeset/wise-rabbits-drive.md
+0
-5
package.json
integration-tests/package.json
+3
-3
CHANGELOG.md
l2geth/CHANGELOG.md
+6
-0
package.json
l2geth/package.json
+1
-1
CHANGELOG.md
packages/common-ts/CHANGELOG.md
+7
-0
package.json
packages/common-ts/package.json
+2
-2
CHANGELOG.md
packages/contracts-bedrock/CHANGELOG.md
+6
-0
package.json
packages/contracts-bedrock/package.json
+2
-2
CHANGELOG.md
packages/contracts-periphery/CHANGELOG.md
+7
-0
package.json
packages/contracts-periphery/package.json
+4
-5
CHANGELOG.md
packages/contracts/CHANGELOG.md
+7
-0
package.json
packages/contracts/package.json
+2
-2
CHANGELOG.md
packages/core-utils/CHANGELOG.md
+6
-0
package.json
packages/core-utils/package.json
+2
-2
CHANGELOG.md
packages/data-transport-layer/CHANGELOG.md
+9
-0
package.json
packages/data-transport-layer/package.json
+4
-4
package.json
packages/integration-tests-bedrock/package.json
+3
-3
CHANGELOG.md
packages/message-relayer/CHANGELOG.md
+9
-0
package.json
packages/message-relayer/package.json
+4
-4
CHANGELOG.md
packages/replica-healthcheck/CHANGELOG.md
+8
-0
package.json
packages/replica-healthcheck/package.json
+3
-3
CHANGELOG.md
packages/sdk/CHANGELOG.md
+8
-0
package.json
packages/sdk/package.json
+3
-3
No files found.
.changeset/few-comics-fly.md
deleted
100644 → 0
View file @
21621133
---
'
@eth-optimism/contracts-periphery'
:
patch
---
Introduce the Drippie peripheral contract for managing ETH drips
.changeset/green-phones-shop.md
deleted
100644 → 0
View file @
21621133
---
'
@eth-optimism/l2geth'
:
patch
---
Rerelease the previous version
.changeset/shy-panthers-hear.md
deleted
100644 → 0
View file @
21621133
---
'
@eth-optimism/core-utils'
:
patch
---
Update geth genesis type
.changeset/wise-rabbits-drive.md
deleted
100644 → 0
View file @
21621133
---
'
@eth-optimism/contracts-bedrock'
:
patch
---
Initial release
integration-tests/package.json
View file @
31304246
...
...
@@ -29,9 +29,9 @@
},
"devDependencies"
:
{
"@babel/eslint-parser"
:
"^7.5.4"
,
"@eth-optimism/contracts"
:
"0.5.2
5
"
,
"@eth-optimism/core-utils"
:
"0.8.
5
"
,
"@eth-optimism/sdk"
:
"1.1.
6
"
,
"@eth-optimism/contracts"
:
"0.5.2
6
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"@eth-optimism/sdk"
:
"1.1.
7
"
,
"@ethersproject/abstract-provider"
:
"^5.6.1"
,
"@ethersproject/providers"
:
"^5.6.8"
,
"@ethersproject/transactions"
:
"^5.6.2"
,
...
...
l2geth/CHANGELOG.md
View file @
31304246
# Changelog
## 0.5.21
### Patch Changes
-
248f73c5: Rerelease the previous version
## 0.5.20
### Patch Changes
...
...
l2geth/package.json
View file @
31304246
{
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.5.2
0
"
,
"version"
:
"0.5.2
1
"
,
"private"
:
true
,
"devDependencies"
:
{}
}
packages/common-ts/CHANGELOG.md
View file @
31304246
# @eth-optimism/common-ts
## 0.2.9
### Patch Changes
-
Updated dependencies
[
17962ca9
]
-
@eth-optimism/core-utils@0.8.6
## 0.2.8
### Patch Changes
...
...
packages/common-ts/package.json
View file @
31304246
{
"name"
:
"@eth-optimism/common-ts"
,
"version"
:
"0.2.
8
"
,
"version"
:
"0.2.
9
"
,
"description"
:
"[Optimism] Advanced typescript tooling used by various services"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -31,7 +31,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"0.8.
5
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"@sentry/node"
:
"^6.3.1"
,
"bcfg"
:
"^0.1.7"
,
"commander"
:
"^9.0.0"
,
...
...
packages/contracts-bedrock/CHANGELOG.md
0 → 100644
View file @
31304246
# @eth-optimism/contracts-bedrock
## 0.1.1
### Patch Changes
-
1aca58c4: Initial release
packages/contracts-bedrock/package.json
View file @
31304246
{
"name"
:
"@eth-optimism/contracts-bedrock"
,
"version"
:
"0.1.
0
"
,
"version"
:
"0.1.
1
"
,
"description"
:
"Contracts for Optimism Specs"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -40,7 +40,7 @@
"lint"
:
"yarn lint:fix && yarn lint:check"
},
"devDependencies"
:
{
"@eth-optimism/core-utils"
:
"^0.
7.3
"
,
"@eth-optimism/core-utils"
:
"^0.
8.6
"
,
"@foundry-rs/hardhat-forge"
:
"^0.1.5"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.0"
,
"@nomiclabs/hardhat-etherscan"
:
"^2.1.3"
,
...
...
packages/contracts-periphery/CHANGELOG.md
View file @
31304246
# @eth-optimism/contracts-periphery
## 0.1.1
### Patch Changes
-
416d2e60: Introduce the Drippie peripheral contract for managing ETH drips
## 0.1.0
### Minor Changes
-
f7d964d7: Releases the first version of the contracts-periphery package
...
...
packages/contracts-periphery/package.json
View file @
31304246
{
"name"
:
"@eth-optimism/contracts-periphery"
,
"version"
:
"0.1.
0
"
,
"version"
:
"0.1.
1
"
,
"description"
:
"[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -54,7 +54,7 @@
},
"devDependencies"
:
{
"@defi-wonderland/smock"
:
"^2.0.7"
,
"@eth-optimism/core-utils"
:
"^0.8.
5
"
,
"@eth-optimism/core-utils"
:
"^0.8.
6
"
,
"@ethersproject/hardware-wallets"
:
"^5.6.1"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
"@nomiclabs/hardhat-etherscan"
:
"^3.0.3"
,
...
...
@@ -75,14 +75,13 @@
"hardhat-gas-reporter"
:
"^1.0.8"
,
"istanbul"
:
"^0.4.5"
,
"lint-staged"
:
"11.0.0"
,
"mocha"
:
"^
8.4
.0"
,
"mocha"
:
"^
10.0
.0"
,
"node-fetch"
:
"^2.6.7"
,
"prettier"
:
"^2.3.1"
,
"prettier-plugin-solidity"
:
"^1.0.0-beta.18"
,
"solhint"
:
"^3.3.6"
,
"solhint-plugin-prettier"
:
"^0.0.5"
,
"solidity-coverage"
:
"^0.7.17"
,
"ts-node"
:
"^10.0.0"
,
"mocha"
:
"^10.0.0"
"ts-node"
:
"^10.0.0"
}
}
packages/contracts/CHANGELOG.md
View file @
31304246
# Changelog
## 0.5.26
### Patch Changes
-
Updated dependencies
[
17962ca9
]
-
@eth-optimism/core-utils@0.8.6
## 0.5.25
### Patch Changes
...
...
packages/contracts/package.json
View file @
31304246
{
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.5.2
5
"
,
"version"
:
"0.5.2
6
"
,
"description"
:
"[Optimism] L1 and L2 smart contracts for Optimism"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -57,7 +57,7 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"dependencies"
:
{
"@eth-optimism/core-utils"
:
"0.8.
5
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"@ethersproject/abstract-provider"
:
"^5.6.1"
,
"@ethersproject/abstract-signer"
:
"^5.6.2"
},
...
...
packages/core-utils/CHANGELOG.md
View file @
31304246
# @eth-optimism/core-utils
## 0.8.6
### Patch Changes
-
17962ca9: Update geth genesis type
## 0.8.5
### Patch Changes
...
...
packages/core-utils/package.json
View file @
31304246
{
"name"
:
"@eth-optimism/core-utils"
,
"version"
:
"0.8.
5
"
,
"version"
:
"0.8.
6
"
,
"description"
:
"[Optimism] Core typescript utilities"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -40,6 +40,6 @@
"ethers"
:
"^5.6.8"
},
"devDependencies"
:
{
"mocha"
:
"^10.0.0"
"mocha"
:
"^10.0.0"
}
}
packages/data-transport-layer/CHANGELOG.md
View file @
31304246
# data transport layer
## 0.5.32
### Patch Changes
-
Updated dependencies
[
17962ca9
]
-
@eth-optimism/core-utils@0.8.6
-
@eth-optimism/common-ts@0.2.9
-
@eth-optimism/contracts@0.5.26
## 0.5.31
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
31304246
{
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"version"
:
"0.5.3
1
"
,
"version"
:
"0.5.3
2
"
,
"description"
:
"[Optimism] Service for shuttling data from L1 into L2"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -36,9 +36,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.
8
"
,
"@eth-optimism/contracts"
:
"0.5.2
5
"
,
"@eth-optimism/core-utils"
:
"0.8.
5
"
,
"@eth-optimism/common-ts"
:
"0.2.
9
"
,
"@eth-optimism/contracts"
:
"0.5.2
6
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"@ethersproject/providers"
:
"^5.6.8"
,
"@ethersproject/transactions"
:
"^5.6.2"
,
"@sentry/node"
:
"^6.3.1"
,
...
...
packages/integration-tests-bedrock/package.json
View file @
31304246
...
...
@@ -27,9 +27,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.2
5
"
,
"@eth-optimism/core-utils"
:
"0.8.
5
"
,
"@eth-optimism/sdk"
:
"1.1.
6
"
,
"@eth-optimism/contracts"
:
"0.5.2
6
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"@eth-optimism/sdk"
:
"1.1.
7
"
,
"@ethersproject/abstract-provider"
:
"^5.6.1"
,
"chai-as-promised"
:
"^7.1.1"
,
"chai"
:
"^4.3.4"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
31304246
# @eth-optimism/message-relayer
## 0.4.12
### Patch Changes
-
Updated dependencies
[
17962ca9
]
-
@eth-optimism/core-utils@0.8.6
-
@eth-optimism/common-ts@0.2.9
-
@eth-optimism/sdk@1.1.7
## 0.4.11
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
31304246
{
"private"
:
true
,
"name"
:
"@eth-optimism/message-relayer"
,
"version"
:
"0.4.1
1
"
,
"version"
:
"0.4.1
2
"
,
"description"
:
"[Optimism] Service for automatically relaying L2 to L1 transactions"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -31,9 +31,9 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.
8
"
,
"@eth-optimism/core-utils"
:
"0.8.
5
"
,
"@eth-optimism/sdk"
:
"1.1.
6
"
,
"@eth-optimism/common-ts"
:
"0.2.
9
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"@eth-optimism/sdk"
:
"1.1.
7
"
,
"ethers"
:
"^5.6.8"
},
"devDependencies"
:
{
...
...
packages/replica-healthcheck/CHANGELOG.md
View file @
31304246
# @eth-optimism/replica-healthcheck
## 1.0.8
### Patch Changes
-
Updated dependencies
[
17962ca9
]
-
@eth-optimism/core-utils@0.8.6
-
@eth-optimism/common-ts@0.2.9
## 1.0.7
### Patch Changes
...
...
packages/replica-healthcheck/package.json
View file @
31304246
{
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"1.0.
7
"
,
"version"
:
"1.0.
8
"
,
"description"
:
"[Optimism] Service for monitoring the health of replica nodes"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -32,8 +32,8 @@
"url"
:
"https://github.com/ethereum-optimism/optimism.git"
},
"dependencies"
:
{
"@eth-optimism/common-ts"
:
"0.2.
8
"
,
"@eth-optimism/core-utils"
:
"0.8.
5
"
,
"@eth-optimism/common-ts"
:
"0.2.
9
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"@ethersproject/abstract-provider"
:
"^5.6.1"
},
"devDependencies"
:
{
...
...
packages/sdk/CHANGELOG.md
View file @
31304246
# @eth-optimism/sdk
## 1.1.7
### Patch Changes
-
Updated dependencies
[
17962ca9
]
-
@eth-optimism/core-utils@0.8.6
-
@eth-optimism/contracts@0.5.26
## 1.1.6
### Patch Changes
...
...
packages/sdk/package.json
View file @
31304246
{
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"1.1.
6
"
,
"version"
:
"1.1.
7
"
,
"description"
:
"[Optimism] Tools for working with Optimism"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
...
@@ -46,8 +46,8 @@
"mocha"
:
"^10.0.0"
},
"dependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.2
5
"
,
"@eth-optimism/core-utils"
:
"0.8.
5
"
,
"@eth-optimism/contracts"
:
"0.5.2
6
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"lodash"
:
"^4.17.21"
,
"merkletreejs"
:
"^0.2.27"
,
"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