Commit ba5f2c03 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

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

Version Packages
parents dc1eb771 8288c739
---
'@eth-optimism/contracts': patch
---
Use a gas price of zero for static calls in the deploy process
---
'@eth-optimism/contracts': patch
---
Adds additional deploy step to transfer messenger ownership
---
'@eth-optimism/l2geth': patch
---
Fixes deadlock
...@@ -28,9 +28,9 @@ ...@@ -28,9 +28,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", "@eth-optimism/contracts": "0.5.3",
"@eth-optimism/core-utils": "0.7.1", "@eth-optimism/core-utils": "0.7.1",
"@eth-optimism/message-relayer": "0.2.2", "@eth-optimism/message-relayer": "0.2.3",
"@ethersproject/providers": "^5.4.5", "@ethersproject/providers": "^5.4.5",
"@ethersproject/transactions": "^5.4.0", "@ethersproject/transactions": "^5.4.0",
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
......
# Changelog # Changelog
## 0.5.1
### Patch Changes
- 7f2898ba: Fixes deadlock
## 0.5.0 ## 0.5.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/l2geth", "name": "@eth-optimism/l2geth",
"version": "0.5.0", "version": "0.5.1",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# Changelog # Changelog
## 0.4.3
### Patch Changes
- Updated dependencies [b9049406]
- Updated dependencies [a8b14a7d]
- @eth-optimism/contracts@0.5.3
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/batch-submitter", "name": "@eth-optimism/batch-submitter",
"version": "0.4.2", "version": "0.4.3",
"description": "[Optimism] Service for submitting transactions and transaction results", "description": "[Optimism] Service for submitting transactions and transaction results",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.2.1", "@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/contracts": "0.5.2", "@eth-optimism/contracts": "0.5.3",
"@eth-optimism/core-utils": "0.7.1", "@eth-optimism/core-utils": "0.7.1",
"@eth-optimism/ynatm": "^0.2.2", "@eth-optimism/ynatm": "^0.2.2",
"@ethersproject/abstract-provider": "^5.4.1", "@ethersproject/abstract-provider": "^5.4.1",
......
# Changelog # Changelog
## 0.5.3
### Patch Changes
- b9049406: Use a gas price of zero for static calls in the deploy process
- a8b14a7d: Adds additional deploy step to transfer messenger ownership
## 0.5.2 ## 0.5.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.5.2", "version": "0.5.3",
"description": "[Optimism] L1 and L2 smart contracts for Optimistic Ethereum", "description": "[Optimism] L1 and L2 smart contracts for Optimistic Ethereum",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
......
# data transport layer # data transport layer
## 0.5.3
### Patch Changes
- Updated dependencies [b9049406]
- Updated dependencies [a8b14a7d]
- @eth-optimism/contracts@0.5.3
## 0.5.2 ## 0.5.2
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.2", "version": "0.5.3",
"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",
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.2.1", "@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/contracts": "0.5.2", "@eth-optimism/contracts": "0.5.3",
"@eth-optimism/core-utils": "0.7.1", "@eth-optimism/core-utils": "0.7.1",
"@ethersproject/providers": "^5.4.5", "@ethersproject/providers": "^5.4.5",
"@ethersproject/transactions": "^5.4.0", "@ethersproject/transactions": "^5.4.0",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.2.3
### Patch Changes
- Updated dependencies [b9049406]
- Updated dependencies [a8b14a7d]
- @eth-optimism/contracts@0.5.3
## 0.2.2 ## 0.2.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.2.2", "version": "0.2.3",
"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",
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.2.1", "@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/contracts": "0.5.2", "@eth-optimism/contracts": "0.5.3",
"@eth-optimism/core-utils": "0.7.1", "@eth-optimism/core-utils": "0.7.1",
"@sentry/node": "^6.3.1", "@sentry/node": "^6.3.1",
"bcfg": "^0.1.6", "bcfg": "^0.1.6",
......
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