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

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

Version Packages
parents 5b77e0d3 1a75ef70
---
'@eth-optimism/l2geth': patch
---
surface sequencer low-level sequencer execution errors
---
'@eth-optimism/contracts': patch
---
Adds a new TestLib_CrossDomainUtils so we can properly test cross chain encoding functions
---
'@eth-optimism/op-exporter': patch
---
force rebuild
---
'@eth-optimism/batch-submitter': patch
---
adds batchTxBuildTime gauge
# @eth-optimism/op-exporter # @eth-optimism/op-exporter
## 0.5.2
### Patch Changes
- 5877f230: force rebuild
## 0.5.1 ## 0.5.1
### Patch Changes ### Patch Changes
- 3f563420: Cleanup op-exporter CI, renamed package - 3f563420: Cleanup op-exporter CI, renamed package
{ {
"name": "@eth-optimism/op-exporter", "name": "@eth-optimism/op-exporter",
"version": "0.5.1", "version": "0.5.2",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
...@@ -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.6", "@eth-optimism/contracts": "0.5.7",
"@eth-optimism/core-utils": "0.7.3", "@eth-optimism/core-utils": "0.7.3",
"@eth-optimism/message-relayer": "0.2.9", "@eth-optimism/message-relayer": "0.2.10",
"@ethersproject/abstract-provider": "^5.5.1", "@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/providers": "^5.4.5", "@ethersproject/providers": "^5.4.5",
"@ethersproject/transactions": "^5.4.0", "@ethersproject/transactions": "^5.4.0",
......
# Changelog # Changelog
## 0.5.4
### Patch Changes
- d205c1d6: surface sequencer low-level sequencer execution errors
## 0.5.3 ## 0.5.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/l2geth", "name": "@eth-optimism/l2geth",
"version": "0.5.3", "version": "0.5.4",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# Changelog # Changelog
## 0.4.11
### Patch Changes
- 3eb5590b: adds batchTxBuildTime gauge
- Updated dependencies [b6f89fad]
- @eth-optimism/contracts@0.5.7
## 0.4.10 ## 0.4.10
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/batch-submitter", "name": "@eth-optimism/batch-submitter",
"version": "0.4.10", "version": "0.4.11",
"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.6", "@eth-optimism/contracts": "0.5.7",
"@eth-optimism/core-utils": "0.7.3", "@eth-optimism/core-utils": "0.7.3",
"@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.7
### Patch Changes
- b6f89fad: Adds a new TestLib_CrossDomainUtils so we can properly test cross chain encoding functions
## 0.5.6 ## 0.5.6
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.5.6", "version": "0.5.7",
"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.10
### Patch Changes
- Updated dependencies [b6f89fad]
- @eth-optimism/contracts@0.5.7
## 0.5.9 ## 0.5.9
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.9", "version": "0.5.10",
"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.6", "@eth-optimism/contracts": "0.5.7",
"@eth-optimism/core-utils": "0.7.3", "@eth-optimism/core-utils": "0.7.3",
"@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.10
### Patch Changes
- Updated dependencies [b6f89fad]
- @eth-optimism/contracts@0.5.7
## 0.2.9 ## 0.2.9
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.2.9", "version": "0.2.10",
"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.6", "@eth-optimism/contracts": "0.5.7",
"@eth-optimism/core-utils": "0.7.3", "@eth-optimism/core-utils": "0.7.3",
"@sentry/node": "^6.3.1", "@sentry/node": "^6.3.1",
"bcfg": "^0.1.6", "bcfg": "^0.1.6",
......
# @eth-optimism/sdk # @eth-optimism/sdk
## 0.0.3
### Patch Changes
- Updated dependencies [b6f89fad]
- @eth-optimism/contracts@0.5.7
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes
- Updated dependencies [bbd42e03] - Updated dependencies [bbd42e03]
......
{ {
"name": "@eth-optimism/sdk", "name": "@eth-optimism/sdk",
"version": "0.0.2", "version": "0.0.3",
"description": "[Optimism] Tools for working with Optimistic Ethereum", "description": "[Optimism] Tools for working with Optimistic Ethereum",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"typescript": "^4.3.5" "typescript": "^4.3.5"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/contracts": "0.5.6", "@eth-optimism/contracts": "0.5.7",
"@eth-optimism/core-utils": "0.7.3", "@eth-optimism/core-utils": "0.7.3",
"@ethersproject/abstract-provider": "^5.5.1", "@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/abstract-signer": "^5.5.0", "@ethersproject/abstract-signer": "^5.5.0",
......
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