Commit 523cb25f authored by github-actions[bot]'s avatar github-actions[bot]

Version Packages

parent 5a93b63a
---
'@eth-optimism/teleportr': patch
---
Fix confs_remaining calculation to prevent underflow
---
'@eth-optimism/proxyd': patch
---
proxyd: Proxy requests using batch JSON-RPC
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/contracts': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/message-relayer': patch
---
Replace calls to getNetwork() with getChainId util
# @eth-optimism/integration-tests # @eth-optimism/integration-tests
## 0.5.13
### Patch Changes
- 412688d5: Replace calls to getNetwork() with getChainId util
## 0.5.12 ## 0.5.12
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/integration-tests", "name": "@eth-optimism/integration-tests",
"version": "0.5.12", "version": "0.5.13",
"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.22", "@eth-optimism/contracts": "0.5.23",
"@eth-optimism/core-utils": "0.8.4", "@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/sdk": "1.1.2", "@eth-optimism/sdk": "1.1.3",
"@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.23
### Patch Changes
- 412688d5: Replace calls to getNetwork() with getChainId util
## 0.5.22 ## 0.5.22
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.5.22", "version": "0.5.23",
"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",
......
# data transport layer # data transport layer
## 0.5.29
### Patch Changes
- 412688d5: Replace calls to getNetwork() with getChainId util
- Updated dependencies [412688d5]
- @eth-optimism/contracts@0.5.23
## 0.5.28 ## 0.5.28
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.28", "version": "0.5.29",
"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.7", "@eth-optimism/common-ts": "0.2.7",
"@eth-optimism/contracts": "0.5.22", "@eth-optimism/contracts": "0.5.23",
"@eth-optimism/core-utils": "0.8.4", "@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",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.4.8
### Patch Changes
- 412688d5: Replace calls to getNetwork() with getChainId util
- @eth-optimism/sdk@1.1.3
## 0.4.7 ## 0.4.7
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.4.7", "version": "0.4.8",
"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",
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.2.7", "@eth-optimism/common-ts": "0.2.7",
"@eth-optimism/core-utils": "0.8.4", "@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/sdk": "1.1.2", "@eth-optimism/sdk": "1.1.3",
"ethers": "^5.5.4" "ethers": "^5.5.4"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/sdk # @eth-optimism/sdk
## 1.1.3
### Patch Changes
- Updated dependencies [412688d5]
- @eth-optimism/contracts@0.5.23
## 1.1.2 ## 1.1.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/sdk", "name": "@eth-optimism/sdk",
"version": "1.1.2", "version": "1.1.3",
"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,7 +65,7 @@ ...@@ -65,7 +65,7 @@
"typescript": "^4.6.2" "typescript": "^4.6.2"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/contracts": "0.5.22", "@eth-optimism/contracts": "0.5.23",
"@eth-optimism/core-utils": "0.8.4", "@eth-optimism/core-utils": "0.8.4",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"merkletreejs": "^0.2.27", "merkletreejs": "^0.2.27",
......
# @eth-optimism/proxyd # @eth-optimism/proxyd
## 3.8.6
### Patch Changes
- d79d40c4: proxyd: Proxy requests using batch JSON-RPC
## 3.8.5 ## 3.8.5
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/proxyd", "name": "@eth-optimism/proxyd",
"version": "3.8.5", "version": "3.8.6",
"private": true, "private": true,
"dependencies": {} "dependencies": {}
} }
# @eth-optimism/teleportr # @eth-optimism/teleportr
## 0.0.5
### Patch Changes
- 44c293d8: Fix confs_remaining calculation to prevent underflow
## 0.0.4 ## 0.0.4
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/teleportr", "name": "@eth-optimism/teleportr",
"version": "0.0.4", "version": "0.0.5",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
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