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

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

Version Packages
parents 98cb7ee6 a90de778
---
'@eth-optimism/contracts': patch
---
Remove unused gas testing utils
---
'@eth-optimism/l2geth': patch
---
Various small changes to reduce our upstream Geth diff
---
'@eth-optimism/data-transport-layer': patch
---
Handle case where the remote block isn't found for `GET /eth/context/latest` and `GET /eth/context/blocknumber/:number`
......@@ -28,10 +28,10 @@
"url": "https://github.com/ethereum-optimism/optimism.git"
},
"devDependencies": {
"@eth-optimism/contracts": "0.5.12",
"@eth-optimism/contracts": "0.5.13",
"@eth-optimism/core-utils": "0.7.6",
"@eth-optimism/message-relayer": "0.2.16",
"@eth-optimism/sdk": "0.2.0",
"@eth-optimism/message-relayer": "0.2.17",
"@eth-optimism/sdk": "0.2.1",
"@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/providers": "^5.5.3",
"@ethersproject/transactions": "^5.5.0",
......
# Changelog
## 0.5.11
### Patch Changes
- 9ef215b8: Various small changes to reduce our upstream Geth diff
## 0.5.10
### Patch Changes
......
{
"name": "@eth-optimism/l2geth",
"version": "0.5.10",
"version": "0.5.11",
"private": true,
"devDependencies": {}
}
# Changelog
## 0.4.18
### Patch Changes
- Updated dependencies [438bc78a]
- @eth-optimism/contracts@0.5.13
## 0.4.17
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/batch-submitter",
"version": "0.4.17",
"version": "0.4.18",
"description": "[Optimism] Service for submitting transactions and transaction results",
"main": "dist/index",
"types": "dist/index",
......@@ -34,7 +34,7 @@
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/contracts": "0.5.12",
"@eth-optimism/contracts": "0.5.13",
"@eth-optimism/core-utils": "0.7.6",
"@eth-optimism/ynatm": "^0.2.2",
"@ethersproject/abstract-provider": "^5.5.1",
......
# Changelog
## 0.5.13
### Patch Changes
- 438bc78a: Remove unused gas testing utils
## 0.5.12
### Patch Changes
......
{
"name": "@eth-optimism/contracts",
"version": "0.5.12",
"version": "0.5.13",
"description": "[Optimism] L1 and L2 smart contracts for Optimism",
"main": "dist/index",
"types": "dist/index",
......
# data transport layer
## 0.5.16
### Patch Changes
- 8f72064d: Handle case where the remote block isn't found for `GET /eth/context/latest` and `GET /eth/context/blocknumber/:number`
- Updated dependencies [438bc78a]
- @eth-optimism/contracts@0.5.13
## 0.5.15
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.15",
"version": "0.5.16",
"description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index",
"types": "dist/index",
......@@ -37,7 +37,7 @@
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/contracts": "0.5.12",
"@eth-optimism/contracts": "0.5.13",
"@eth-optimism/core-utils": "0.7.6",
"@ethersproject/providers": "^5.5.3",
"@ethersproject/transactions": "^5.5.0",
......
# @eth-optimism/message-relayer
## 0.2.17
### Patch Changes
- Updated dependencies [438bc78a]
- @eth-optimism/contracts@0.5.13
## 0.2.16
### Patch Changes
......
{
"name": "@eth-optimism/message-relayer",
"version": "0.2.16",
"version": "0.2.17",
"description": "[Optimism] Service for automatically relaying L2 to L1 transactions",
"main": "dist/index",
"types": "dist/index",
......@@ -35,7 +35,7 @@
},
"dependencies": {
"@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/contracts": "0.5.12",
"@eth-optimism/contracts": "0.5.13",
"@eth-optimism/core-utils": "0.7.6",
"@sentry/node": "^6.3.1",
"bcfg": "^0.1.6",
......
# @eth-optimism/sdk
## 0.2.1
### Patch Changes
- Updated dependencies [438bc78a]
- @eth-optimism/contracts@0.5.13
## 0.2.0
### Minor Changes
......
{
"name": "@eth-optimism/sdk",
"version": "0.2.0",
"version": "0.2.1",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
......@@ -62,7 +62,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"@eth-optimism/contracts": "0.5.12",
"@eth-optimism/contracts": "0.5.13",
"@eth-optimism/core-utils": "0.7.6",
"merkletreejs": "^0.2.27",
"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