Commit 76aec90c authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

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

Version Packages
parents b546c28e 2f2e5902
---
'@eth-optimism/batch-submitter': patch
---
Migrate to using `ethers.StaticJsonRpcProvider`
---
'@eth-optimism/data-transport-layer': patch
---
Migrate to using `ethers.StaticJsonRpcProvider`
---
'@eth-optimism/contracts': patch
'@eth-optimism/message-relayer': patch
---
Patch so contracts package will correctly use the browser-compatible contract artifacts import
---
'@eth-optimism/l2geth': patch
---
Ensure that L2 geth doesn't reject blocks from the future
# Changelog # Changelog
## 0.4.10
### Patch Changes
- eb1eb327: Ensure that L2 geth doesn't reject blocks from the future
## 0.4.9 ## 0.4.9
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/l2geth", "name": "@eth-optimism/l2geth",
"version": "0.4.9", "version": "0.4.10",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# Changelog # Changelog
## 0.3.10
### Patch Changes
- b5b9fd89: Migrate to using `ethers.StaticJsonRpcProvider`
- Updated dependencies [ecc2f8c1]
- @eth-optimism/contracts@0.4.9
## 0.3.9 ## 0.3.9
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/batch-submitter", "name": "@eth-optimism/batch-submitter",
"version": "0.3.9", "version": "0.3.10",
"private": true, "private": true,
"description": "[Optimism] Batch submission for sequencer & aggregators", "description": "[Optimism] Batch submission for sequencer & aggregators",
"main": "dist/index", "main": "dist/index",
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "^0.1.5", "@eth-optimism/common-ts": "^0.1.5",
"@eth-optimism/contracts": "^0.4.7", "@eth-optimism/contracts": "^0.4.9",
"@eth-optimism/core-utils": "^0.5.1", "@eth-optimism/core-utils": "^0.5.1",
"@eth-optimism/ynatm": "^0.2.2", "@eth-optimism/ynatm": "^0.2.2",
"@ethersproject/abstract-provider": "^5.0.5", "@ethersproject/abstract-provider": "^5.0.5",
......
# Changelog # Changelog
## 0.4.9
### Patch Changes
- ecc2f8c1: Patch so contracts package will correctly use the browser-compatible contract artifacts import
## 0.4.8 ## 0.4.8
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.4.8", "version": "0.4.9",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/**/*.js", "dist/**/*.js",
......
# data transport layer # data transport layer
## 0.4.5
### Patch Changes
- b5b9fd89: Migrate to using `ethers.StaticJsonRpcProvider`
- Updated dependencies [ecc2f8c1]
- @eth-optimism/contracts@0.4.9
## 0.4.4 ## 0.4.4
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.4.4", "version": "0.4.5",
"private": true, "private": true,
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "^0.1.5", "@eth-optimism/common-ts": "^0.1.5",
"@eth-optimism/contracts": "^0.4.5", "@eth-optimism/contracts": "^0.4.9",
"@eth-optimism/core-utils": "^0.5.1", "@eth-optimism/core-utils": "^0.5.1",
"@ethersproject/providers": "^5.0.21", "@ethersproject/providers": "^5.0.21",
"@ethersproject/transactions": "^5.0.21", "@ethersproject/transactions": "^5.0.21",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.1.10
### Patch Changes
- ecc2f8c1: Patch so contracts package will correctly use the browser-compatible contract artifacts import
- Updated dependencies [ecc2f8c1]
- @eth-optimism/contracts@0.4.9
## 0.1.9 ## 0.1.9
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.1.9", "version": "0.1.10",
"description": "[Optimism] Cross Domain Message Relayer service", "description": "[Optimism] Cross Domain Message Relayer service",
"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.1.5", "@eth-optimism/common-ts": "^0.1.5",
"@eth-optimism/contracts": "^0.4.8", "@eth-optimism/contracts": "^0.4.9",
"@eth-optimism/core-utils": "^0.5.1", "@eth-optimism/core-utils": "^0.5.1",
"@sentry/node": "6.2.5", "@sentry/node": "6.2.5",
"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