Commit ae036d9a authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub

Version Packages (#2790)

Co-authored-by: default avatarMatthew Slipper <me@matthewslipper.com>
Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 2f3fae0e
---
'@eth-optimism/contracts-bedrock': patch
---
Deployment for bedrock contracts on goerli
---
'@eth-optimism/contracts-bedrock': patch
---
Fix hh artifact schema
---
'@eth-optimism/contracts': patch
---
Use hardhat-deploy-config for deployments
---
'@eth-optimism/common-ts': patch
---
Collect default node metrics
---
'@eth-optimism/hardhat-deploy-config': patch
---
Properly exports DeployConfigSpec type
---
'@eth-optimism/contracts-governance': patch
---
Fix the mint manager
---
'@eth-optimism/contracts-bedrock': patch
---
Fix style for L2 contracts to match L1 contracts
---
'@eth-optimism/contracts-periphery': patch
---
ERC721 bridge from Eth Mainnet to Optimism
---
'@eth-optimism/hardhat-deploy-config': minor
---
Initial release of hardhat-deploy-config
---
'@eth-optimism/contracts-periphery': patch
---
Simplify, cleanup, and standardize ERC721 bridge contracts.
---
'@eth-optimism/js-builder': patch
---
Cache Solc 0.8.9 and 0.8.10 for use in CI
---
'@eth-optimism/contracts-periphery': patch
---
Updates contracts-periphery to use the standardized hardhat deploy config plugin
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/hardhat-node': patch
'@eth-optimism/common-ts': patch
'@eth-optimism/contracts': patch
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/contracts-governance': patch
'@eth-optimism/contracts-periphery': patch
'@eth-optimism/core-utils': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/drippie-mon': patch
'@eth-optimism/fault-detector': patch
'@eth-optimism/hardhat-deploy-config': patch
'@eth-optimism/integration-tests-bedrock': patch
'@eth-optimism/message-relayer': patch
'@eth-optimism/replica-healthcheck': patch
'@eth-optimism/sdk': patch
'@eth-optimism/teleportr': patch
---
Revert es target back to 2017
---
'@eth-optimism/l2geth': patch
---
Have L2Geth Verifier sync in parallel with the DTL.
---
'@eth-optimism/js-builder': patch
---
Fix broken build
---
'@eth-optimism/contracts-bedrock': patch
---
Add proxy contract
---
'@eth-optimism/contracts-periphery': patch
---
Deploy Drippie to kovan and OP kovan
---
'@eth-optimism/common-ts': minor
---
More gracefully shut down base service
---
'@eth-optimism/contracts-bedrock': minor
---
Corrects the ordering of token addresses when a finalizeBridgeERC20 call fails
# @eth-optimism/integration-tests
## 0.5.15
### Patch Changes
- 29ff7462: Revert es target back to 2017
## 0.5.14
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/integration-tests",
"version": "0.5.14",
"version": "0.5.15",
"description": "[Optimism] Integration tests",
"scripts": {
"lint": "yarn lint:fix && yarn lint:check",
......@@ -29,10 +29,10 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.5.4",
"@eth-optimism/contracts": "^0.5.26",
"@eth-optimism/contracts-periphery": "^0.1.1",
"@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/sdk": "1.1.8",
"@eth-optimism/contracts": "^0.5.28",
"@eth-optimism/contracts-periphery": "^0.1.3",
"@eth-optimism/core-utils": "0.8.7",
"@eth-optimism/sdk": "1.1.9",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2",
......
# Changelog
## 0.5.22
### Patch Changes
- ff0723aa: Have L2Geth Verifier sync in parallel with the DTL.
## 0.5.21
### Patch Changes
......
{
"name": "@eth-optimism/l2geth",
"version": "0.5.21",
"version": "0.5.22",
"private": true,
"devDependencies": {}
}
# @eth-optimism/hardhat-node
## 0.1.5
### Patch Changes
- 29ff7462: Revert es target back to 2017
## 0.1.4
### Patch Changes
......
{
"name": "@eth-optimism/hardhat-node",
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"start": "hardhat node --network hardhat"
},
......
# @eth-optimism/js-builder
## 0.0.5
### Patch Changes
- 8a8efd51: Cache Solc 0.8.9 and 0.8.10 for use in CI
- 8dc50095: Fix broken build
## 0.0.4
### Patch Changes
......
{
"name": "@eth-optimism/js-builder",
"version": "0.0.4",
"version": "0.0.5",
"scripts": {},
"license": "MIT",
"dependencies": {}
......
# @eth-optimism/common-ts
## 0.4.0
### Minor Changes
- 52b26878: More gracefully shut down base service
### Patch Changes
- c201f3f1: Collect default node metrics
- 29ff7462: Revert es target back to 2017
- Updated dependencies [29ff7462]
- @eth-optimism/core-utils@0.8.7
## 0.3.1
### Patch Changes
......
{
"name": "@eth-optimism/common-ts",
"version": "0.3.1",
"version": "0.4.0",
"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.6",
"@eth-optimism/core-utils": "0.8.7",
"@sentry/node": "^6.3.1",
"bcfg": "^0.1.7",
"body-parser": "^1.20.0",
......
# @eth-optimism/contracts-bedrock
## 0.2.0
### Minor Changes
- 04884132: Corrects the ordering of token addresses when a finalizeBridgeERC20 call fails
### Patch Changes
- 0a5ca8bf: Deployment for bedrock contracts on goerli
- 2f3fae0e: Fix hh artifact schema
- a96cbe7c: Fix style for L2 contracts to match L1 contracts
- 29ff7462: Revert es target back to 2017
- 14dd80f3: Add proxy contract
- Updated dependencies [29ff7462]
- @eth-optimism/core-utils@0.8.7
## 0.1.3
### Patch Changes
......
{
"name": "@eth-optimism/contracts-bedrock",
"version": "0.1.3",
"version": "0.2.0",
"description": "Contracts for Optimism Specs",
"main": "dist/index",
"types": "dist/index",
......@@ -30,7 +30,7 @@
"lint": "yarn lint:fix && yarn lint:check"
},
"dependencies": {
"@eth-optimism/core-utils": "^0.8.6",
"@eth-optimism/core-utils": "^0.8.7",
"@openzeppelin/contracts": "^4.5.0",
"@openzeppelin/contracts-upgradeable": "^4.5.2",
"ethers": "^5.6.8",
......@@ -44,7 +44,7 @@
"devDependencies": {
"@foundry-rs/hardhat-forge": "^0.1.7",
"command-exists": "1.2.9",
"@eth-optimism/hardhat-deploy-config": "^0.1.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.0",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^2.1.3",
"@nomiclabs/hardhat-waffle": "^2.0.0",
......
# @eth-optimism/contracts-governance
## 0.1.2
### Patch Changes
- c0c5af0b: Fix the mint manager
- 29ff7462: Revert es target back to 2017
- Updated dependencies [29ff7462]
- @eth-optimism/sdk@1.1.9
## 0.1.1
### Patch Changes
- 3d4d988c: package: contracts-governance
......
{
"name": "@eth-optimism/contracts-governance",
"version": "0.1.1",
"version": "0.1.2",
"author": "Optimism PBC",
"license": "MIT",
"main": "dist/index",
......@@ -28,7 +28,7 @@
"deploy:mainnet": "hardhat deploy-token --network 'optimism-mainnet'"
},
"dependencies": {
"@eth-optimism/sdk": "^1.1.8",
"@eth-optimism/sdk": "^1.1.9",
"@ethersproject/hardware-wallets": "^5.6.1",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.1",
......
# @eth-optimism/contracts-periphery
## 0.1.3
### Patch Changes
- da1633a3: ERC721 bridge from Eth Mainnet to Optimism
- 61a30273: Simplify, cleanup, and standardize ERC721 bridge contracts.
- a320e744: Updates contracts-periphery to use the standardized hardhat deploy config plugin
- 29ff7462: Revert es target back to 2017
- 604dd315: Deploy Drippie to kovan and OP kovan
## 0.1.2
### Patch Changes
......
{
"name": "@eth-optimism/contracts-periphery",
"version": "0.1.2",
"version": "0.1.3",
"description": "[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -54,9 +54,9 @@
},
"devDependencies": {
"@defi-wonderland/smock": "^2.0.7",
"@eth-optimism/contracts": "^0.5.26",
"@eth-optimism/core-utils": "^0.8.6",
"@eth-optimism/hardhat-deploy-config": "^0.1.0",
"@eth-optimism/contracts": "^0.5.28",
"@eth-optimism/core-utils": "^0.8.7",
"@eth-optimism/hardhat-deploy-config": "^0.2.0",
"@ethersproject/hardware-wallets": "^5.6.1",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
......
# Changelog
## 0.5.28
### Patch Changes
- 27234f68: Use hardhat-deploy-config for deployments
- 29ff7462: Revert es target back to 2017
- Updated dependencies [29ff7462]
- @eth-optimism/core-utils@0.8.7
## 0.5.27
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.5.27",
"version": "0.5.28",
"description": "[Optimism] L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -57,14 +57,14 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/core-utils": "0.8.7",
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/abstract-signer": "^5.6.2"
},
"devDependencies": {
"@codechecks/client": "^0.1.11",
"@defi-wonderland/smock": "^2.0.2",
"@eth-optimism/hardhat-deploy-config": "^0.1.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.0",
"@ethersproject/abi": "^5.6.3",
"@ethersproject/bytes": "^5.6.1",
"@ethersproject/hardware-wallets": "^5.6.1",
......
# @eth-optimism/core-utils
## 0.8.7
### Patch Changes
- 29ff7462: Revert es target back to 2017
## 0.8.6
### Patch Changes
......
{
"name": "@eth-optimism/core-utils",
"version": "0.8.6",
"version": "0.8.7",
"description": "[Optimism] Core typescript utilities",
"main": "dist/index",
"types": "dist/index",
......
# data transport layer
## 0.5.36
### Patch Changes
- 29ff7462: Revert es target back to 2017
- Updated dependencies [27234f68]
- Updated dependencies [c201f3f1]
- Updated dependencies [29ff7462]
- Updated dependencies [52b26878]
- @eth-optimism/contracts@0.5.28
- @eth-optimism/common-ts@0.4.0
- @eth-optimism/core-utils@0.8.7
## 0.5.35
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.35",
"version": "0.5.36",
"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.3.1",
"@eth-optimism/contracts": "0.5.27",
"@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/common-ts": "0.4.0",
"@eth-optimism/contracts": "0.5.28",
"@eth-optimism/core-utils": "0.8.7",
"@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2",
"@sentry/node": "^6.3.1",
......
# @eth-optimism/drippie-mon
## 0.3.2
### Patch Changes
- 29ff7462: Revert es target back to 2017
- Updated dependencies [c201f3f1]
- Updated dependencies [da1633a3]
- Updated dependencies [61a30273]
- Updated dependencies [a320e744]
- Updated dependencies [29ff7462]
- Updated dependencies [604dd315]
- Updated dependencies [52b26878]
- @eth-optimism/common-ts@0.4.0
- @eth-optimism/contracts-periphery@0.1.3
- @eth-optimism/core-utils@0.8.7
- @eth-optimism/sdk@1.1.9
## 0.3.1
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/drippie-mon",
"version": "0.3.1",
"version": "0.3.2",
"description": "[Optimism] Service for monitoring Drippie instances",
"main": "dist/index",
"types": "dist/index",
......@@ -32,10 +32,10 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"dependencies": {
"@eth-optimism/common-ts": "0.3.1",
"@eth-optimism/contracts-periphery": "0.1.2",
"@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/sdk": "1.1.8",
"@eth-optimism/common-ts": "0.4.0",
"@eth-optimism/contracts-periphery": "0.1.3",
"@eth-optimism/core-utils": "0.8.7",
"@eth-optimism/sdk": "1.1.9",
"ethers": "^5.6.8"
},
"devDependencies": {
......
# @eth-optimism/fault-detector
## 0.2.1
### Patch Changes
- 29ff7462: Revert es target back to 2017
- Updated dependencies [27234f68]
- Updated dependencies [c201f3f1]
- Updated dependencies [29ff7462]
- Updated dependencies [52b26878]
- @eth-optimism/contracts@0.5.28
- @eth-optimism/common-ts@0.4.0
- @eth-optimism/core-utils@0.8.7
- @eth-optimism/sdk@1.1.9
## 0.2.0
### Minor Changes
......
{
"private": true,
"name": "@eth-optimism/fault-detector",
"version": "0.2.0",
"version": "0.2.1",
"description": "[Optimism] Service for detecting faulty L2 output proposals",
"main": "dist/index",
"types": "dist/index",
......@@ -47,10 +47,10 @@
"ts-node": "^10.7.0"
},
"dependencies": {
"@eth-optimism/common-ts": "^0.3.0",
"@eth-optimism/contracts": "^0.5.24",
"@eth-optimism/core-utils": "^0.8.5",
"@eth-optimism/sdk": "^1.1.6",
"@eth-optimism/common-ts": "^0.4.0",
"@eth-optimism/contracts": "^0.5.28",
"@eth-optimism/core-utils": "^0.8.7",
"@eth-optimism/sdk": "^1.1.9",
"@ethersproject/abstract-provider": "^5.6.1"
}
}
# @eth-optimism/hardhat-deploy-config
## 0.2.0
### Minor Changes
- 27234f68: Initial release of hardhat-deploy-config
### Patch Changes
- a320e744: Properly exports DeployConfigSpec type
- 29ff7462: Revert es target back to 2017
{
"name": "@eth-optimism/hardhat-deploy-config",
"version": "0.1.0",
"version": "0.2.0",
"description": "[Optimism] Hardhat deploy configuration plugin",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
......
# @eth-optimism/integration-tests-bedrock
## 0.5.11
### Patch Changes
- 29ff7462: Revert es target back to 2017
## 0.5.10
### Patch Changes
- ef7758a9: Bump integration test dependencies to latest for changesets
......
{
"private": true,
"name": "@eth-optimism/integration-tests-bedrock",
"version": "0.5.10",
"version": "0.5.11",
"description": "[Optimism] Bedrock Integration tests",
"scripts": {
"lint": "yarn lint:fix && yarn lint:check",
......@@ -27,9 +27,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies": {
"@eth-optimism/contracts": "0.5.27",
"@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/sdk": "1.1.8",
"@eth-optimism/contracts": "0.5.28",
"@eth-optimism/core-utils": "0.8.7",
"@eth-optimism/sdk": "1.1.9",
"@ethersproject/abstract-provider": "^5.6.1",
"chai-as-promised": "^7.1.1",
"chai": "^4.3.4",
......
# @eth-optimism/message-relayer
## 0.5.2
### Patch Changes
- 29ff7462: Revert es target back to 2017
- Updated dependencies [c201f3f1]
- Updated dependencies [29ff7462]
- Updated dependencies [52b26878]
- @eth-optimism/common-ts@0.4.0
- @eth-optimism/core-utils@0.8.7
- @eth-optimism/sdk@1.1.9
## 0.5.1
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.5.1",
"version": "0.5.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.3.1",
"@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/sdk": "1.1.8",
"@eth-optimism/common-ts": "0.4.0",
"@eth-optimism/core-utils": "0.8.7",
"@eth-optimism/sdk": "1.1.9",
"ethers": "^5.6.8"
},
"devDependencies": {
......
# @eth-optimism/replica-healthcheck
## 1.1.2
### Patch Changes
- 29ff7462: Revert es target back to 2017
- Updated dependencies [c201f3f1]
- Updated dependencies [29ff7462]
- Updated dependencies [52b26878]
- @eth-optimism/common-ts@0.4.0
- @eth-optimism/core-utils@0.8.7
## 1.1.1
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/replica-healthcheck",
"version": "1.1.1",
"version": "1.1.2",
"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.3.1",
"@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/common-ts": "0.4.0",
"@eth-optimism/core-utils": "0.8.7",
"@ethersproject/abstract-provider": "^5.6.1"
},
"devDependencies": {
......
# @eth-optimism/sdk
## 1.1.9
### Patch Changes
- 29ff7462: Revert es target back to 2017
- Updated dependencies [27234f68]
- Updated dependencies [29ff7462]
- @eth-optimism/contracts@0.5.28
- @eth-optimism/core-utils@0.8.7
## 1.1.8
### Patch Changes
......
{
"name": "@eth-optimism/sdk",
"version": "1.1.8",
"version": "1.1.9",
"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.27",
"@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/contracts": "0.5.28",
"@eth-optimism/core-utils": "0.8.7",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
"rlp": "^2.2.7"
......
# @eth-optimism/teleportr
## 0.0.11
### Patch Changes
- 29ff7462: Revert es target back to 2017
## 0.0.10
### Patch Changes
......
{
"name": "@eth-optimism/teleportr",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"devDependencies": {}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment