Commit 2dcb5db7 authored by github-actions[bot]'s avatar github-actions[bot]

Version Packages

parent 3c188103
---
'@eth-optimism/contracts-bedrock': patch
---
Separate the owner and sequencer roles in the OutputOracle
---
'@eth-optimism/contracts-bedrock': patch
---
Fix bug in bedrock deploy scripts
---
'@eth-optimism/contracts-bedrock': patch
---
Add genesis script
---
'@eth-optimism/contracts-bedrock': minor
---
Add separate sequencer role to Oracle
---
'@eth-optimism/sdk': minor
---
Have SDK use L2 chain ID as the source of truth.
---
'@eth-optimism/contracts-bedrock': patch
---
Fix order of args to L2OO constructor
---
'@eth-optimism/core-utils': minor
---
Update geth's Genesis type to work with modern geth
---
'@eth-optimism/contracts-bedrock': patch
---
Fix for incorrect constructor args in deploy config
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/contracts-governance': patch
'@eth-optimism/fault-detector': patch
'@eth-optimism/message-relayer': patch
---
Update SDK version and usage to account for new constructor
---
'@eth-optimism/contracts-bedrock': patch
---
Make the output oracle upgradeable.
---
'@eth-optimism/fault-detector': patch
---
Fix bug where FD would try to sync beyond local tip
---
'@eth-optimism/go-builder': patch
---
Upgrade golangci-lint version for go 1.18
---
'@eth-optimism/common-ts': minor
---
Add version to healthz for convenience
# @eth-optimism/integration-tests # @eth-optimism/integration-tests
## 0.5.16
### Patch Changes
- 977493bc: Update SDK version and usage to account for new constructor
## 0.5.15 ## 0.5.15
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/integration-tests", "name": "@eth-optimism/integration-tests",
"version": "0.5.15", "version": "0.5.16",
"description": "[Optimism] Integration tests", "description": "[Optimism] Integration tests",
"scripts": { "scripts": {
"lint": "yarn lint:fix && yarn lint:check", "lint": "yarn lint:fix && yarn lint:check",
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "^7.5.4", "@babel/eslint-parser": "^7.5.4",
"@eth-optimism/contracts": "^0.5.28", "@eth-optimism/contracts": "^0.5.29",
"@eth-optimism/contracts-periphery": "^0.1.3", "@eth-optimism/contracts-periphery": "^0.1.3",
"@eth-optimism/core-utils": "0.8.7", "@eth-optimism/core-utils": "0.9.0",
"@eth-optimism/sdk": "1.1.9", "@eth-optimism/sdk": "1.2.0",
"@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",
......
# @eth-optimism/go-builder # @eth-optimism/go-builder
## 0.0.5
### Patch Changes
- df5eb9e7: Upgrade golangci-lint version for go 1.18
## 0.0.4 ## 0.0.4
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/go-builder", "name": "@eth-optimism/go-builder",
"version": "0.0.4", "version": "0.0.5",
"scripts": {}, "scripts": {},
"license": "MIT", "license": "MIT",
"dependencies": {} "dependencies": {}
......
# @eth-optimism/common-ts # @eth-optimism/common-ts
## 0.6.0
### Minor Changes
- 3d1cb720: Add version to healthz for convenience
### Patch Changes
- Updated dependencies [700dcbb0]
- @eth-optimism/core-utils@0.9.0
## 0.5.0 ## 0.5.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/common-ts", "name": "@eth-optimism/common-ts",
"version": "0.5.0", "version": "0.6.0",
"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.7", "@eth-optimism/core-utils": "0.9.0",
"@sentry/node": "^6.3.1", "@sentry/node": "^6.3.1",
"bcfg": "^0.1.7", "bcfg": "^0.1.7",
"body-parser": "^1.20.0", "body-parser": "^1.20.0",
......
# @eth-optimism/contracts-bedrock # @eth-optimism/contracts-bedrock
## 0.4.0
### Minor Changes
- a828da9f: Add separate sequencer role to Oracle
### Patch Changes
- a828da9f: Separate the owner and sequencer roles in the OutputOracle
- 347fd37c: Fix bug in bedrock deploy scripts
- 700dcbb0: Add genesis script
- 931e517b: Fix order of args to L2OO constructor
- 93e2f750: Fix for incorrect constructor args in deploy config
- ddf515cb: Make the output oracle upgradeable.
- Updated dependencies [700dcbb0]
- @eth-optimism/core-utils@0.9.0
## 0.3.0 ## 0.3.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/contracts-bedrock", "name": "@eth-optimism/contracts-bedrock",
"version": "0.3.0", "version": "0.4.0",
"description": "Contracts for Optimism Specs", "description": "Contracts for Optimism Specs",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"lint": "yarn lint:fix && yarn lint:check" "lint": "yarn lint:fix && yarn lint:check"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "^0.8.7", "@eth-optimism/core-utils": "^0.9.0",
"@openzeppelin/contracts": "^4.5.0", "@openzeppelin/contracts": "^4.5.0",
"@openzeppelin/contracts-upgradeable": "^4.5.2", "@openzeppelin/contracts-upgradeable": "^4.5.2",
"@rari-capital/solmate": "https://github.com/rari-capital/solmate.git#8f9b23f8838670afda0fd8983f2c41e8037ae6bc", "@rari-capital/solmate": "https://github.com/rari-capital/solmate.git#8f9b23f8838670afda0fd8983f2c41e8037ae6bc",
......
# @eth-optimism/contracts-governance # @eth-optimism/contracts-governance
## 0.1.3
### Patch Changes
- 977493bc: Update SDK version and usage to account for new constructor
- Updated dependencies [977493bc]
- Updated dependencies [700dcbb0]
- @eth-optimism/sdk@1.2.0
- @eth-optimism/core-utils@0.9.0
## 0.1.2 ## 0.1.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts-governance", "name": "@eth-optimism/contracts-governance",
"version": "0.1.2", "version": "0.1.3",
"author": "Optimism PBC", "author": "Optimism PBC",
"license": "MIT", "license": "MIT",
"main": "dist/index", "main": "dist/index",
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
"deploy:mainnet": "hardhat deploy-token --network 'optimism-mainnet'" "deploy:mainnet": "hardhat deploy-token --network 'optimism-mainnet'"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "^0.8.7", "@eth-optimism/core-utils": "^0.9.0",
"@eth-optimism/sdk": "^1.1.9", "@eth-optimism/sdk": "^1.2.0",
"@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.1", "@nomiclabs/hardhat-etherscan": "^3.0.1",
......
...@@ -54,9 +54,9 @@ ...@@ -54,9 +54,9 @@
}, },
"devDependencies": { "devDependencies": {
"@defi-wonderland/smock": "^2.0.7", "@defi-wonderland/smock": "^2.0.7",
"@eth-optimism/contracts": "^0.5.28", "@eth-optimism/contracts": "^0.5.29",
"@eth-optimism/contracts-bedrock": "^0.3.0", "@eth-optimism/contracts-bedrock": "^0.4.0",
"@eth-optimism/core-utils": "^0.8.7", "@eth-optimism/core-utils": "^0.9.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.0", "@eth-optimism/hardhat-deploy-config": "^0.2.0",
"@ethersproject/hardware-wallets": "^5.6.1", "@ethersproject/hardware-wallets": "^5.6.1",
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
......
# Changelog # Changelog
## 0.5.29
### Patch Changes
- Updated dependencies [700dcbb0]
- @eth-optimism/core-utils@0.9.0
## 0.5.28 ## 0.5.28
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.5.28", "version": "0.5.29",
"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.7", "@eth-optimism/core-utils": "0.9.0",
"@ethersproject/abstract-provider": "^5.6.1", "@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/abstract-signer": "^5.6.2" "@ethersproject/abstract-signer": "^5.6.2"
}, },
......
# @eth-optimism/core-utils # @eth-optimism/core-utils
## 0.9.0
### Minor Changes
- 700dcbb0: Update geth's Genesis type to work with modern geth
## 0.8.7 ## 0.8.7
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/core-utils", "name": "@eth-optimism/core-utils",
"version": "0.8.7", "version": "0.9.0",
"description": "[Optimism] Core typescript utilities", "description": "[Optimism] Core typescript utilities",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
......
# data transport layer # data transport layer
## 0.5.38
### Patch Changes
- Updated dependencies [700dcbb0]
- Updated dependencies [3d1cb720]
- @eth-optimism/core-utils@0.9.0
- @eth-optimism/common-ts@0.6.0
- @eth-optimism/contracts@0.5.29
## 0.5.37 ## 0.5.37
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.37", "version": "0.5.38",
"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.5.0", "@eth-optimism/common-ts": "0.6.0",
"@eth-optimism/contracts": "0.5.28", "@eth-optimism/contracts": "0.5.29",
"@eth-optimism/core-utils": "0.8.7", "@eth-optimism/core-utils": "0.9.0",
"@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",
......
# @eth-optimism/drippie-mon # @eth-optimism/drippie-mon
## 0.3.4
### Patch Changes
- Updated dependencies [977493bc]
- Updated dependencies [700dcbb0]
- Updated dependencies [3d1cb720]
- @eth-optimism/sdk@1.2.0
- @eth-optimism/core-utils@0.9.0
- @eth-optimism/common-ts@0.6.0
## 0.3.3 ## 0.3.3
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/drippie-mon", "name": "@eth-optimism/drippie-mon",
"version": "0.3.3", "version": "0.3.4",
"description": "[Optimism] Service for monitoring Drippie instances", "description": "[Optimism] Service for monitoring Drippie instances",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -32,10 +32,10 @@ ...@@ -32,10 +32,10 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.5.0", "@eth-optimism/common-ts": "0.6.0",
"@eth-optimism/contracts-periphery": "0.1.4", "@eth-optimism/contracts-periphery": "0.1.4",
"@eth-optimism/core-utils": "0.8.7", "@eth-optimism/core-utils": "0.9.0",
"@eth-optimism/sdk": "1.1.9", "@eth-optimism/sdk": "1.2.0",
"ethers": "^5.6.8" "ethers": "^5.6.8"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/fault-detector # @eth-optimism/fault-detector
## 0.2.3
### Patch Changes
- 977493bc: Update SDK version and usage to account for new constructor
- 2296cf81: Fix bug where FD would try to sync beyond local tip
- Updated dependencies [977493bc]
- Updated dependencies [700dcbb0]
- Updated dependencies [3d1cb720]
- @eth-optimism/sdk@1.2.0
- @eth-optimism/core-utils@0.9.0
- @eth-optimism/common-ts@0.6.0
- @eth-optimism/contracts@0.5.29
## 0.2.2 ## 0.2.2
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/fault-detector", "name": "@eth-optimism/fault-detector",
"version": "0.2.2", "version": "0.2.3",
"description": "[Optimism] Service for detecting faulty L2 output proposals", "description": "[Optimism] Service for detecting faulty L2 output proposals",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -47,10 +47,10 @@ ...@@ -47,10 +47,10 @@
"ts-node": "^10.7.0" "ts-node": "^10.7.0"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "^0.5.0", "@eth-optimism/common-ts": "^0.6.0",
"@eth-optimism/contracts": "^0.5.28", "@eth-optimism/contracts": "^0.5.29",
"@eth-optimism/core-utils": "^0.8.7", "@eth-optimism/core-utils": "^0.9.0",
"@eth-optimism/sdk": "^1.1.9", "@eth-optimism/sdk": "^1.2.0",
"@ethersproject/abstract-provider": "^5.6.1" "@ethersproject/abstract-provider": "^5.6.1"
} }
} }
...@@ -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.28", "@eth-optimism/contracts": "0.5.29",
"@eth-optimism/core-utils": "0.8.7", "@eth-optimism/core-utils": "0.9.0",
"@eth-optimism/sdk": "1.1.9", "@eth-optimism/sdk": "1.2.0",
"@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",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.5.4
### Patch Changes
- 977493bc: Update SDK version and usage to account for new constructor
- Updated dependencies [977493bc]
- Updated dependencies [700dcbb0]
- Updated dependencies [3d1cb720]
- @eth-optimism/sdk@1.2.0
- @eth-optimism/core-utils@0.9.0
- @eth-optimism/common-ts@0.6.0
## 0.5.3 ## 0.5.3
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.5.3", "version": "0.5.4",
"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.5.0", "@eth-optimism/common-ts": "0.6.0",
"@eth-optimism/core-utils": "0.8.7", "@eth-optimism/core-utils": "0.9.0",
"@eth-optimism/sdk": "1.1.9", "@eth-optimism/sdk": "1.2.0",
"ethers": "^5.6.8" "ethers": "^5.6.8"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/replica-healthcheck # @eth-optimism/replica-healthcheck
## 1.1.4
### Patch Changes
- Updated dependencies [700dcbb0]
- Updated dependencies [3d1cb720]
- @eth-optimism/core-utils@0.9.0
- @eth-optimism/common-ts@0.6.0
## 1.1.3 ## 1.1.3
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/replica-healthcheck", "name": "@eth-optimism/replica-healthcheck",
"version": "1.1.3", "version": "1.1.4",
"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.5.0", "@eth-optimism/common-ts": "0.6.0",
"@eth-optimism/core-utils": "0.8.7", "@eth-optimism/core-utils": "0.9.0",
"@ethersproject/abstract-provider": "^5.6.1" "@ethersproject/abstract-provider": "^5.6.1"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/sdk # @eth-optimism/sdk
## 1.2.0
### Minor Changes
- 977493bc: Have SDK use L2 chain ID as the source of truth.
### Patch Changes
- Updated dependencies [700dcbb0]
- @eth-optimism/core-utils@0.9.0
- @eth-optimism/contracts@0.5.29
## 1.1.9 ## 1.1.9
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/sdk", "name": "@eth-optimism/sdk",
"version": "1.1.9", "version": "1.2.0",
"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.28", "@eth-optimism/contracts": "0.5.29",
"@eth-optimism/core-utils": "0.8.7", "@eth-optimism/core-utils": "0.9.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"merkletreejs": "^0.2.27", "merkletreejs": "^0.2.27",
"rlp": "^2.2.7" "rlp": "^2.2.7"
......
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