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
676c3827
Commit
676c3827
authored
Jun 02, 2022
by
github-actions[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version Packages
parent
21621133
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 @
676c3827
...
@@ -29,9 +29,9 @@
...
@@ -29,9 +29,9 @@
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@babel/eslint-parser"
:
"^7.5.4"
,
"@babel/eslint-parser"
:
"^7.5.4"
,
"@eth-optimism/contracts"
:
"0.5.2
5
"
,
"@eth-optimism/contracts"
:
"0.5.2
6
"
,
"@eth-optimism/core-utils"
:
"0.8.
5
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"@eth-optimism/sdk"
:
"1.1.
6
"
,
"@eth-optimism/sdk"
:
"1.1.
7
"
,
"@ethersproject/abstract-provider"
:
"^5.6.1"
,
"@ethersproject/abstract-provider"
:
"^5.6.1"
,
"@ethersproject/providers"
:
"^5.6.8"
,
"@ethersproject/providers"
:
"^5.6.8"
,
"@ethersproject/transactions"
:
"^5.6.2"
,
"@ethersproject/transactions"
:
"^5.6.2"
,
...
...
l2geth/CHANGELOG.md
View file @
676c3827
# Changelog
# Changelog
## 0.5.21
### Patch Changes
-
248f73c5: Rerelease the previous version
## 0.5.20
## 0.5.20
### Patch Changes
### Patch Changes
...
...
l2geth/package.json
View file @
676c3827
{
{
"name"
:
"@eth-optimism/l2geth"
,
"name"
:
"@eth-optimism/l2geth"
,
"version"
:
"0.5.2
0
"
,
"version"
:
"0.5.2
1
"
,
"private"
:
true
,
"private"
:
true
,
"devDependencies"
:
{}
"devDependencies"
:
{}
}
}
packages/common-ts/CHANGELOG.md
View file @
676c3827
# @eth-optimism/common-ts
# @eth-optimism/common-ts
## 0.2.9
### Patch Changes
-
Updated dependencies
[
17962ca9
]
-
@eth-optimism/core-utils@0.8.6
## 0.2.8
## 0.2.8
### Patch Changes
### Patch Changes
...
...
packages/common-ts/package.json
View file @
676c3827
{
{
"name"
:
"@eth-optimism/common-ts"
,
"name"
:
"@eth-optimism/common-ts"
,
"version"
:
"0.2.
8
"
,
"version"
:
"0.2.
9
"
,
"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.
5
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"@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-bedrock/CHANGELOG.md
0 → 100644
View file @
676c3827
# @eth-optimism/contracts-bedrock
## 0.1.1
### Patch Changes
-
1aca58c4: Initial release
packages/contracts-bedrock/package.json
View file @
676c3827
{
{
"name"
:
"@eth-optimism/contracts-bedrock"
,
"name"
:
"@eth-optimism/contracts-bedrock"
,
"version"
:
"0.1.
0
"
,
"version"
:
"0.1.
1
"
,
"description"
:
"Contracts for Optimism Specs"
,
"description"
:
"Contracts for Optimism Specs"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
"lint"
:
"yarn lint:fix && yarn lint:check"
"lint"
:
"yarn lint:fix && yarn lint:check"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@eth-optimism/core-utils"
:
"^0.
7.3
"
,
"@eth-optimism/core-utils"
:
"^0.
8.6
"
,
"@foundry-rs/hardhat-forge"
:
"^0.1.5"
,
"@foundry-rs/hardhat-forge"
:
"^0.1.5"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.0"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.0"
,
"@nomiclabs/hardhat-etherscan"
:
"^2.1.3"
,
"@nomiclabs/hardhat-etherscan"
:
"^2.1.3"
,
...
...
packages/contracts-periphery/CHANGELOG.md
View file @
676c3827
# @eth-optimism/contracts-periphery
# @eth-optimism/contracts-periphery
## 0.1.1
### Patch Changes
-
416d2e60: Introduce the Drippie peripheral contract for managing ETH drips
## 0.1.0
## 0.1.0
### Minor Changes
### Minor Changes
-
f7d964d7: Releases the first version of the contracts-periphery package
-
f7d964d7: Releases the first version of the contracts-periphery package
...
...
packages/contracts-periphery/package.json
View file @
676c3827
{
{
"name"
:
"@eth-optimism/contracts-periphery"
,
"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"
,
"description"
:
"[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@defi-wonderland/smock"
:
"^2.0.7"
,
"@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"
,
"@ethersproject/hardware-wallets"
:
"^5.6.1"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
"@nomiclabs/hardhat-etherscan"
:
"^3.0.3"
,
"@nomiclabs/hardhat-etherscan"
:
"^3.0.3"
,
...
@@ -75,14 +75,13 @@
...
@@ -75,14 +75,13 @@
"hardhat-gas-reporter"
:
"^1.0.8"
,
"hardhat-gas-reporter"
:
"^1.0.8"
,
"istanbul"
:
"^0.4.5"
,
"istanbul"
:
"^0.4.5"
,
"lint-staged"
:
"11.0.0"
,
"lint-staged"
:
"11.0.0"
,
"mocha"
:
"^
8.4
.0"
,
"mocha"
:
"^
10.0
.0"
,
"node-fetch"
:
"^2.6.7"
,
"node-fetch"
:
"^2.6.7"
,
"prettier"
:
"^2.3.1"
,
"prettier"
:
"^2.3.1"
,
"prettier-plugin-solidity"
:
"^1.0.0-beta.18"
,
"prettier-plugin-solidity"
:
"^1.0.0-beta.18"
,
"solhint"
:
"^3.3.6"
,
"solhint"
:
"^3.3.6"
,
"solhint-plugin-prettier"
:
"^0.0.5"
,
"solhint-plugin-prettier"
:
"^0.0.5"
,
"solidity-coverage"
:
"^0.7.17"
,
"solidity-coverage"
:
"^0.7.17"
,
"ts-node"
:
"^10.0.0"
,
"ts-node"
:
"^10.0.0"
"mocha"
:
"^10.0.0"
}
}
}
}
packages/contracts/CHANGELOG.md
View file @
676c3827
# Changelog
# Changelog
## 0.5.26
### Patch Changes
-
Updated dependencies
[
17962ca9
]
-
@eth-optimism/core-utils@0.8.6
## 0.5.25
## 0.5.25
### Patch Changes
### Patch Changes
...
...
packages/contracts/package.json
View file @
676c3827
{
{
"name"
:
"@eth-optimism/contracts"
,
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.5.2
5
"
,
"version"
:
"0.5.2
6
"
,
"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.
5
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"@ethersproject/abstract-provider"
:
"^5.6.1"
,
"@ethersproject/abstract-provider"
:
"^5.6.1"
,
"@ethersproject/abstract-signer"
:
"^5.6.2"
"@ethersproject/abstract-signer"
:
"^5.6.2"
},
},
...
...
packages/core-utils/CHANGELOG.md
View file @
676c3827
# @eth-optimism/core-utils
# @eth-optimism/core-utils
## 0.8.6
### Patch Changes
-
17962ca9: Update geth genesis type
## 0.8.5
## 0.8.5
### Patch Changes
### Patch Changes
...
...
packages/core-utils/package.json
View file @
676c3827
{
{
"name"
:
"@eth-optimism/core-utils"
,
"name"
:
"@eth-optimism/core-utils"
,
"version"
:
"0.8.
5
"
,
"version"
:
"0.8.
6
"
,
"description"
:
"[Optimism] Core typescript utilities"
,
"description"
:
"[Optimism] Core typescript utilities"
,
"main"
:
"dist/index"
,
"main"
:
"dist/index"
,
"types"
:
"dist/index"
,
"types"
:
"dist/index"
,
...
@@ -40,6 +40,6 @@
...
@@ -40,6 +40,6 @@
"ethers"
:
"^5.6.8"
"ethers"
:
"^5.6.8"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"mocha"
:
"^10.0.0"
"mocha"
:
"^10.0.0"
}
}
}
}
packages/data-transport-layer/CHANGELOG.md
View file @
676c3827
# data transport layer
# 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
## 0.5.31
### Patch Changes
### Patch Changes
...
...
packages/data-transport-layer/package.json
View file @
676c3827
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/data-transport-layer"
,
"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"
,
"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.
8
"
,
"@eth-optimism/common-ts"
:
"0.2.
9
"
,
"@eth-optimism/contracts"
:
"0.5.2
5
"
,
"@eth-optimism/contracts"
:
"0.5.2
6
"
,
"@eth-optimism/core-utils"
:
"0.8.
5
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"@ethersproject/providers"
:
"^5.6.8"
,
"@ethersproject/providers"
:
"^5.6.8"
,
"@ethersproject/transactions"
:
"^5.6.2"
,
"@ethersproject/transactions"
:
"^5.6.2"
,
"@sentry/node"
:
"^6.3.1"
,
"@sentry/node"
:
"^6.3.1"
,
...
...
packages/integration-tests-bedrock/package.json
View file @
676c3827
...
@@ -27,9 +27,9 @@
...
@@ -27,9 +27,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
5
"
,
"@eth-optimism/contracts"
:
"0.5.2
6
"
,
"@eth-optimism/core-utils"
:
"0.8.
5
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"@eth-optimism/sdk"
:
"1.1.
6
"
,
"@eth-optimism/sdk"
:
"1.1.
7
"
,
"@ethersproject/abstract-provider"
:
"^5.6.1"
,
"@ethersproject/abstract-provider"
:
"^5.6.1"
,
"chai-as-promised"
:
"^7.1.1"
,
"chai-as-promised"
:
"^7.1.1"
,
"chai"
:
"^4.3.4"
,
"chai"
:
"^4.3.4"
,
...
...
packages/message-relayer/CHANGELOG.md
View file @
676c3827
# @eth-optimism/message-relayer
# @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
## 0.4.11
### Patch Changes
### Patch Changes
...
...
packages/message-relayer/package.json
View file @
676c3827
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/message-relayer"
,
"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"
,
"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.
8
"
,
"@eth-optimism/common-ts"
:
"0.2.
9
"
,
"@eth-optimism/core-utils"
:
"0.8.
5
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"@eth-optimism/sdk"
:
"1.1.
6
"
,
"@eth-optimism/sdk"
:
"1.1.
7
"
,
"ethers"
:
"^5.6.8"
"ethers"
:
"^5.6.8"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/replica-healthcheck/CHANGELOG.md
View file @
676c3827
# @eth-optimism/replica-healthcheck
# @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
## 1.0.7
### Patch Changes
### Patch Changes
...
...
packages/replica-healthcheck/package.json
View file @
676c3827
{
{
"private"
:
true
,
"private"
:
true
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"name"
:
"@eth-optimism/replica-healthcheck"
,
"version"
:
"1.0.
7
"
,
"version"
:
"1.0.
8
"
,
"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.
8
"
,
"@eth-optimism/common-ts"
:
"0.2.
9
"
,
"@eth-optimism/core-utils"
:
"0.8.
5
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"@ethersproject/abstract-provider"
:
"^5.6.1"
"@ethersproject/abstract-provider"
:
"^5.6.1"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
packages/sdk/CHANGELOG.md
View file @
676c3827
# @eth-optimism/sdk
# @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
## 1.1.6
### Patch Changes
### Patch Changes
...
...
packages/sdk/package.json
View file @
676c3827
{
{
"name"
:
"@eth-optimism/sdk"
,
"name"
:
"@eth-optimism/sdk"
,
"version"
:
"1.1.
6
"
,
"version"
:
"1.1.
7
"
,
"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"
,
...
@@ -46,8 +46,8 @@
...
@@ -46,8 +46,8 @@
"mocha"
:
"^10.0.0"
"mocha"
:
"^10.0.0"
},
},
"dependencies"
:
{
"dependencies"
:
{
"@eth-optimism/contracts"
:
"0.5.2
5
"
,
"@eth-optimism/contracts"
:
"0.5.2
6
"
,
"@eth-optimism/core-utils"
:
"0.8.
5
"
,
"@eth-optimism/core-utils"
:
"0.8.
6
"
,
"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