Commit 102bee78 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

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

Version Packages
parents 36a91c30 8aeb2047
---
'@eth-optimism/l2geth': patch
---
Fix `eth_getBlockRange`
---
'@eth-optimism/l2geth': patch
---
Add system addresses for nightly goerli
---
'@eth-optimism/contracts': patch
---
Add Teleportr mainnet deployment
---
'@eth-optimism/core-utils': patch
---
Add a `calldataCost` function that computes the cost of calldata
---
'@eth-optimism/integration-tests': patch
---
Fix various actor tests
---
'@eth-optimism/core-utils': patch
---
Adds a one-liner for getting chain ID from provider
# @eth-optimism/integration-tests # @eth-optimism/integration-tests
## 0.5.11
### Patch Changes
- 36a91c30: Fix various actor tests
## 0.5.10 ## 0.5.10
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/integration-tests", "name": "@eth-optimism/integration-tests",
"version": "0.5.10", "version": "0.5.11",
"description": "[Optimism] Integration tests", "description": "[Optimism] Integration tests",
"scripts": { "scripts": {
"lint": "yarn lint:fix && yarn lint:check", "lint": "yarn lint:fix && yarn lint:check",
...@@ -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.21", "@eth-optimism/contracts": "0.5.22",
"@eth-optimism/core-utils": "0.8.3", "@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/sdk": "1.1.1", "@eth-optimism/sdk": "1.1.2",
"@ethersproject/abstract-provider": "^5.5.1", "@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/providers": "^5.5.3", "@ethersproject/providers": "^5.5.3",
"@ethersproject/transactions": "^5.5.0", "@ethersproject/transactions": "^5.5.0",
......
# Changelog # Changelog
## 0.5.19
### Patch Changes
- 1bcee8f1: Fix `eth_getBlockRange`
- c799535d: Add system addresses for nightly goerli
## 0.5.18 ## 0.5.18
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/l2geth", "name": "@eth-optimism/l2geth",
"version": "0.5.18", "version": "0.5.19",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# @eth-optimism/common-ts # @eth-optimism/common-ts
## 0.2.7
### Patch Changes
- Updated dependencies [5cb3a5f7]
- Updated dependencies [6b9fc055]
- @eth-optimism/core-utils@0.8.4
## 0.2.6 ## 0.2.6
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/common-ts", "name": "@eth-optimism/common-ts",
"version": "0.2.6", "version": "0.2.7",
"description": "[Optimism] Advanced typescript tooling used by various services", "description": "[Optimism] Advanced typescript tooling used by various services",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "0.8.3", "@eth-optimism/core-utils": "0.8.4",
"@sentry/node": "^6.3.1", "@sentry/node": "^6.3.1",
"bcfg": "^0.1.7", "bcfg": "^0.1.7",
"commander": "^9.0.0", "commander": "^9.0.0",
......
# Changelog # Changelog
## 0.5.22
### Patch Changes
- 51adb389: Add Teleportr mainnet deployment
- Updated dependencies [5cb3a5f7]
- Updated dependencies [6b9fc055]
- @eth-optimism/core-utils@0.8.4
## 0.5.21 ## 0.5.21
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.5.21", "version": "0.5.22",
"description": "[Optimism] L1 and L2 smart contracts for Optimism", "description": "[Optimism] L1 and L2 smart contracts for Optimism",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "0.8.3", "@eth-optimism/core-utils": "0.8.4",
"@ethersproject/abstract-provider": "^5.5.1", "@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/abstract-signer": "^5.5.0", "@ethersproject/abstract-signer": "^5.5.0",
"@ethersproject/hardware-wallets": "^5.5.0" "@ethersproject/hardware-wallets": "^5.5.0"
......
# @eth-optimism/core-utils # @eth-optimism/core-utils
## 0.8.4
### Patch Changes
- 5cb3a5f7: Add a `calldataCost` function that computes the cost of calldata
- 6b9fc055: Adds a one-liner for getting chain ID from provider
## 0.8.3 ## 0.8.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/core-utils", "name": "@eth-optimism/core-utils",
"version": "0.8.3", "version": "0.8.4",
"description": "[Optimism] Core typescript utilities", "description": "[Optimism] Core typescript utilities",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
......
# data transport layer # data transport layer
## 0.5.28
### Patch Changes
- Updated dependencies [51adb389]
- Updated dependencies [5cb3a5f7]
- Updated dependencies [6b9fc055]
- @eth-optimism/contracts@0.5.22
- @eth-optimism/core-utils@0.8.4
- @eth-optimism/common-ts@0.2.7
## 0.5.27 ## 0.5.27
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.27", "version": "0.5.28",
"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",
...@@ -36,9 +36,9 @@ ...@@ -36,9 +36,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.2.6", "@eth-optimism/common-ts": "0.2.7",
"@eth-optimism/contracts": "0.5.21", "@eth-optimism/contracts": "0.5.22",
"@eth-optimism/core-utils": "0.8.3", "@eth-optimism/core-utils": "0.8.4",
"@ethersproject/providers": "^5.5.3", "@ethersproject/providers": "^5.5.3",
"@ethersproject/transactions": "^5.5.0", "@ethersproject/transactions": "^5.5.0",
"@sentry/node": "^6.3.1", "@sentry/node": "^6.3.1",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.4.7
### Patch Changes
- Updated dependencies [5cb3a5f7]
- Updated dependencies [6b9fc055]
- @eth-optimism/core-utils@0.8.4
- @eth-optimism/sdk@1.1.2
- @eth-optimism/common-ts@0.2.7
## 0.4.6 ## 0.4.6
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.4.6", "version": "0.4.7",
"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",
...@@ -31,9 +31,9 @@ ...@@ -31,9 +31,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.2.6", "@eth-optimism/common-ts": "0.2.7",
"@eth-optimism/core-utils": "0.8.3", "@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/sdk": "1.1.1", "@eth-optimism/sdk": "1.1.2",
"ethers": "^5.5.4" "ethers": "^5.5.4"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/replica-healthcheck # @eth-optimism/replica-healthcheck
## 1.0.6
### Patch Changes
- Updated dependencies [5cb3a5f7]
- Updated dependencies [6b9fc055]
- @eth-optimism/core-utils@0.8.4
- @eth-optimism/common-ts@0.2.7
## 1.0.5 ## 1.0.5
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/replica-healthcheck", "name": "@eth-optimism/replica-healthcheck",
"version": "1.0.5", "version": "1.0.6",
"description": "[Optimism] Service for monitoring the health of replica nodes", "description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.2.6", "@eth-optimism/common-ts": "0.2.7",
"@eth-optimism/core-utils": "0.8.3", "@eth-optimism/core-utils": "0.8.4",
"@ethersproject/abstract-provider": "^5.5.1" "@ethersproject/abstract-provider": "^5.5.1"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/sdk # @eth-optimism/sdk
## 1.1.2
### Patch Changes
- Updated dependencies [51adb389]
- Updated dependencies [5cb3a5f7]
- Updated dependencies [6b9fc055]
- @eth-optimism/contracts@0.5.22
- @eth-optimism/core-utils@0.8.4
## 1.1.1 ## 1.1.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/sdk", "name": "@eth-optimism/sdk",
"version": "1.1.1", "version": "1.1.2",
"description": "[Optimism] Tools for working with Optimism", "description": "[Optimism] Tools for working with Optimism",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -65,8 +65,8 @@ ...@@ -65,8 +65,8 @@
"typescript": "^4.6.2" "typescript": "^4.6.2"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/contracts": "0.5.21", "@eth-optimism/contracts": "0.5.22",
"@eth-optimism/core-utils": "0.8.3", "@eth-optimism/core-utils": "0.8.4",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"merkletreejs": "^0.2.27", "merkletreejs": "^0.2.27",
"rlp": "^2.2.7" "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