Commit fc59a8e8 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #3960 from ethereum-optimism/changeset-release/master

Version Packages
parents 2710a9f1 e6376142
---
'@eth-optimism/contracts-bedrock': patch
---
Has ProxyAdmin use Ownable instead of Owned
---
'@eth-optimism/contracts-bedrock': patch
---
Tweaks variable ordering in OptimismPortal
---
'@eth-optimism/hardhat-node': patch
---
Trigger a release of the hardhat-node
---
'@eth-optimism/drippie-mon': patch
'@eth-optimism/fault-detector': patch
'@eth-optimism/message-relayer': patch
'@eth-optimism/replica-healthcheck': patch
---
Fixes how versions are imported for BaseServiceV2 services
---
'@eth-optimism/contracts-bedrock': patch
---
Removes the unused DeployConfig contract
---
'@eth-optimism/endpoint-monitor': patch
'@eth-optimism/indexer': patch
---
Update go-ethereum to v1.10.26
---
'@eth-optimism/contracts-bedrock': patch
---
Add comments to SystemConfig.sol
# @eth-optimism/endpoint-monitor # @eth-optimism/endpoint-monitor
## 1.0.1
### Patch Changes
- f505078be: Update go-ethereum to v1.10.26
## 1.0.0 ## 1.0.0
### Major Changes ### Major Changes
......
{ {
"name": "@eth-optimism/endpoint-monitor", "name": "@eth-optimism/endpoint-monitor",
"version": "1.0.0", "version": "1.0.1",
"private": true, "private": true,
"dependencies": {} "dependencies": {}
} }
# @eth-optimism/indexer # @eth-optimism/indexer
## 0.3.2
### Patch Changes
- f505078be: Update go-ethereum to v1.10.26
## 0.3.1 ## 0.3.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/indexer", "name": "@eth-optimism/indexer",
"version": "0.3.1", "version": "0.3.2",
"private": true, "private": true,
"license": "MIT" "license": "MIT"
} }
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"@eth-optimism/contracts": "^0.5.38", "@eth-optimism/contracts": "^0.5.38",
"@eth-optimism/contracts-periphery": "^1.0.2", "@eth-optimism/contracts-periphery": "^1.0.2",
"@eth-optimism/core-utils": "0.11.0", "@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/sdk": "1.6.10", "@eth-optimism/sdk": "1.6.11",
"@ethersproject/abstract-provider": "^5.7.0", "@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.0", "@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0", "@ethersproject/transactions": "^5.7.0",
......
# @eth-optimism/hardhat-node # @eth-optimism/hardhat-node
## 0.2.3
### Patch Changes
- 6c238212d: Trigger a release of the hardhat-node
## 0.2.2 ## 0.2.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/hardhat-node", "name": "@eth-optimism/hardhat-node",
"version": "0.2.2", "version": "0.2.3",
"scripts": { "scripts": {
"start": "hardhat node --network hardhat" "start": "hardhat node --network hardhat"
}, },
......
# @eth-optimism/actor-tests # @eth-optimism/actor-tests
## 0.0.13
### Patch Changes
- Updated dependencies [52079cc12]
- Updated dependencies [13bfafb21]
- Updated dependencies [eeae96941]
- Updated dependencies [427831d86]
- @eth-optimism/contracts-bedrock@0.9.1
- @eth-optimism/sdk@1.6.11
## 0.0.12 ## 0.0.12
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/actor-tests", "name": "@eth-optimism/actor-tests",
"version": "0.0.12", "version": "0.0.13",
"description": "A library and suite of tests to stress test Optimism Bedrock.", "description": "A library and suite of tests to stress test Optimism Bedrock.",
"license": "MIT", "license": "MIT",
"author": "", "author": "",
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
"test:coverage": "yarn test" "test:coverage": "yarn test"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/contracts-bedrock": "0.9.0", "@eth-optimism/contracts-bedrock": "0.9.1",
"@eth-optimism/core-utils": "^0.11.0", "@eth-optimism/core-utils": "^0.11.0",
"@eth-optimism/sdk": "^1.6.10", "@eth-optimism/sdk": "^1.6.11",
"@types/chai": "^4.2.18", "@types/chai": "^4.2.18",
"@types/chai-as-promised": "^7.1.4", "@types/chai-as-promised": "^7.1.4",
"async-mutex": "^0.3.2", "async-mutex": "^0.3.2",
......
# @eth-optimism/contracts-bedrock # @eth-optimism/contracts-bedrock
## 0.9.1
### Patch Changes
- 52079cc12: Has ProxyAdmin use Ownable instead of Owned
- 13bfafb21: Tweaks variable ordering in OptimismPortal
- eeae96941: Removes the unused DeployConfig contract
- 427831d86: Add comments to SystemConfig.sol
## 0.9.0 ## 0.9.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/contracts-bedrock", "name": "@eth-optimism/contracts-bedrock",
"version": "0.9.0", "version": "0.9.1",
"description": "Contracts for Optimism Specs", "description": "Contracts for Optimism Specs",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
......
# @eth-optimism/drippie-mon # @eth-optimism/drippie-mon
## 0.3.22
### Patch Changes
- 97b5f578c: Fixes how versions are imported for BaseServiceV2 services
- @eth-optimism/sdk@1.6.11
## 0.3.21 ## 0.3.21
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/drippie-mon", "name": "@eth-optimism/drippie-mon",
"version": "0.3.21", "version": "0.3.22",
"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",
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
"@eth-optimism/common-ts": "0.6.7", "@eth-optimism/common-ts": "0.6.7",
"@eth-optimism/contracts-periphery": "1.0.2", "@eth-optimism/contracts-periphery": "1.0.2",
"@eth-optimism/core-utils": "0.11.0", "@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/sdk": "1.6.10", "@eth-optimism/sdk": "1.6.11",
"ethers": "^5.7.0" "ethers": "^5.7.0"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/fault-detector # @eth-optimism/fault-detector
## 0.3.2
### Patch Changes
- 97b5f578c: Fixes how versions are imported for BaseServiceV2 services
- @eth-optimism/sdk@1.6.11
## 0.3.1 ## 0.3.1
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/fault-detector", "name": "@eth-optimism/fault-detector",
"version": "0.3.1", "version": "0.3.2",
"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",
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
"@eth-optimism/common-ts": "^0.6.7", "@eth-optimism/common-ts": "^0.6.7",
"@eth-optimism/contracts": "^0.5.38", "@eth-optimism/contracts": "^0.5.38",
"@eth-optimism/core-utils": "^0.11.0", "@eth-optimism/core-utils": "^0.11.0",
"@eth-optimism/sdk": "^1.6.10", "@eth-optimism/sdk": "^1.6.11",
"@ethersproject/abstract-provider": "^5.7.0" "@ethersproject/abstract-provider": "^5.7.0"
} }
} }
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.5.21
### Patch Changes
- 97b5f578c: Fixes how versions are imported for BaseServiceV2 services
- @eth-optimism/sdk@1.6.11
## 0.5.20 ## 0.5.20
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.5.20", "version": "0.5.21",
"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",
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.6.7", "@eth-optimism/common-ts": "0.6.7",
"@eth-optimism/core-utils": "0.11.0", "@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/sdk": "1.6.10", "@eth-optimism/sdk": "1.6.11",
"ethers": "^5.7.0" "ethers": "^5.7.0"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/replica-healthcheck # @eth-optimism/replica-healthcheck
## 1.1.12
### Patch Changes
- 97b5f578c: Fixes how versions are imported for BaseServiceV2 services
## 1.1.11 ## 1.1.11
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/replica-healthcheck", "name": "@eth-optimism/replica-healthcheck",
"version": "1.1.11", "version": "1.1.12",
"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",
......
# @eth-optimism/sdk # @eth-optimism/sdk
## 1.6.11
### Patch Changes
- Updated dependencies [52079cc12]
- Updated dependencies [13bfafb21]
- Updated dependencies [eeae96941]
- Updated dependencies [427831d86]
- @eth-optimism/contracts-bedrock@0.9.1
## 1.6.10 ## 1.6.10
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/sdk", "name": "@eth-optimism/sdk",
"version": "1.6.10", "version": "1.6.11",
"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",
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
"dependencies": { "dependencies": {
"@eth-optimism/contracts": "0.5.38", "@eth-optimism/contracts": "0.5.38",
"@eth-optimism/core-utils": "0.11.0", "@eth-optimism/core-utils": "0.11.0",
"@eth-optimism/contracts-bedrock": "0.9.0", "@eth-optimism/contracts-bedrock": "0.9.1",
"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