Commit 29c26522 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #4947 from ethereum-optimism/develop

Trigger Releases
parents 22c905bb d1e99369
---
"@eth-optimism/batch-submitter-service": patch
---
chore(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /batch-submitter
---
"@eth-optimism/proxyd": patch
---
chore(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /proxyd
---
'@eth-optimism/contracts-bedrock': patch
---
add is IERC165 to IOptimismMintableERC20
---
'@eth-optimism/contracts-bedrock': patch
---
Minor comment updates and cleanup to the SystemConfig contract.
---
'@eth-optimism/proxyd': patch
---
Remove useless logging
---
'@eth-optimism/contracts-bedrock': minor
---
Change the `relayMessage` reentrancy guard in the XDMs to be per-message.
---
'@eth-optimism/contracts-bedrock': patch
---
Trigger a release including CrossDomainOwnable3
# @eth-optimism/batch-submitter-service
## 0.1.14
### Patch Changes
- 72fa86bff: chore(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /batch-submitter
## 0.1.13
### Patch Changes
......
{
"name": "@eth-optimism/batch-submitter-service",
"version": "0.1.13",
"version": "0.1.14",
"private": true,
"devDependencies": {}
}
......@@ -30,10 +30,10 @@
"devDependencies": {
"@babel/eslint-parser": "^7.5.4",
"@eth-optimism/contracts": "^0.5.40",
"@eth-optimism/contracts-bedrock": "0.11.4",
"@eth-optimism/contracts-bedrock": "0.12.0",
"@eth-optimism/contracts-periphery": "^1.0.7",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.10.2",
"@eth-optimism/sdk": "1.10.3",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
......
# @eth-optimism/actor-tests
## 0.0.20
### Patch Changes
- Updated dependencies [7c0a2cc37]
- Updated dependencies [2865dd9b4]
- Updated dependencies [efc98d261]
- Updated dependencies [388f2c25a]
- @eth-optimism/contracts-bedrock@0.12.0
- @eth-optimism/sdk@1.10.3
## 0.0.19
### Patch Changes
......
{
"name": "@eth-optimism/actor-tests",
"version": "0.0.19",
"version": "0.0.20",
"description": "A library and suite of tests to stress test Optimism Bedrock.",
"license": "MIT",
"author": "",
......@@ -18,9 +18,9 @@
"test:coverage": "yarn test"
},
"dependencies": {
"@eth-optimism/contracts-bedrock": "0.11.4",
"@eth-optimism/contracts-bedrock": "0.12.0",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/sdk": "^1.10.2",
"@eth-optimism/sdk": "^1.10.3",
"@types/chai": "^4.2.18",
"@types/chai-as-promised": "^7.1.4",
"async-mutex": "^0.3.2",
......
# @eth-optimism/drippie-mon
## 0.1.2
### Patch Changes
- @eth-optimism/sdk@1.10.3
## 0.1.1
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/chain-mon",
"version": "0.1.1",
"version": "0.1.2",
"description": "[Optimism] Chain monitoring services",
"main": "dist/index",
"types": "dist/index",
......@@ -35,7 +35,7 @@
"@eth-optimism/common-ts": "0.8.0",
"@eth-optimism/contracts-periphery": "1.0.7",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.10.2",
"@eth-optimism/sdk": "1.10.3",
"ethers": "^5.7.0",
"@types/dateformat": "^5.0.0",
"chai-as-promised": "^7.1.1",
......
# @eth-optimism/contracts-bedrock
## 0.12.0
### Minor Changes
- efc98d261: Change the `relayMessage` reentrancy guard in the XDMs to be per-message.
### Patch Changes
- 7c0a2cc37: add is IERC165 to IOptimismMintableERC20
- 2865dd9b4: Minor comment updates and cleanup to the SystemConfig contract.
- 388f2c25a: Trigger a release including CrossDomainOwnable3
## 0.11.4
### Patch Changes
......
{
"name": "@eth-optimism/contracts-bedrock",
"version": "0.11.4",
"version": "0.12.0",
"description": "Contracts for Optimism Specs",
"main": "dist/index",
"types": "dist/index",
......
......@@ -53,7 +53,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies": {
"@eth-optimism/contracts-bedrock": "0.11.4",
"@eth-optimism/contracts-bedrock": "0.12.0",
"@eth-optimism/core-utils": "^0.12.0",
"@eth-optimism/hardhat-deploy-config": "^0.2.5",
"@ethersproject/hardware-wallets": "^5.7.0",
......
# @eth-optimism/message-relayer
## 0.5.29
### Patch Changes
- @eth-optimism/sdk@1.10.3
## 0.5.28
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/message-relayer",
"version": "0.5.28",
"version": "0.5.29",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index",
"types": "dist/index",
......@@ -33,7 +33,7 @@
"dependencies": {
"@eth-optimism/common-ts": "0.8.0",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/sdk": "1.10.2",
"@eth-optimism/sdk": "1.10.3",
"ethers": "^5.7.0"
},
"devDependencies": {
......
# @eth-optimism/sdk
## 1.10.3
### Patch Changes
- Updated dependencies [7c0a2cc37]
- Updated dependencies [2865dd9b4]
- Updated dependencies [efc98d261]
- Updated dependencies [388f2c25a]
- @eth-optimism/contracts-bedrock@0.12.0
## 1.10.2
### Patch Changes
......
{
"name": "@eth-optimism/sdk",
"version": "1.10.2",
"version": "1.10.3",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -50,7 +50,7 @@
"dependencies": {
"@eth-optimism/contracts": "0.5.40",
"@eth-optimism/core-utils": "0.12.0",
"@eth-optimism/contracts-bedrock": "0.11.4",
"@eth-optimism/contracts-bedrock": "0.12.0",
"lodash": "^4.17.21",
"merkletreejs": "^0.2.27",
"rlp": "^2.2.7"
......
# @eth-optimism/proxyd
## 3.14.1
### Patch Changes
- 5602deec7: chore(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /proxyd
- 6b3cf2070: Remove useless logging
## 3.14.0
### Minor Changes
......
{
"name": "@eth-optimism/proxyd",
"version": "3.14.0",
"version": "3.14.1",
"private": true,
"dependencies": {}
}
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