Commit 755c1b4d authored by github-actions[bot]'s avatar github-actions[bot]

Version Packages

parent 38d2261c
---
'@eth-optimism/teleportr': patch
---
Add disburser balance to status
---
'@eth-optimism/fault-detector': minor
---
Releases the first public version of the fault detector
---
'@eth-optimism/teleportr': patch
---
Fix teleportr FailedDatabaseOperations method for upsert_disbursement
---
'@eth-optimism/teleportr': patch
---
Expose metrics server
---
'@eth-optimism/contracts': patch
---
Remove unused network name parameter in contract deploy configs
...@@ -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.23", "@eth-optimism/contracts": "0.5.24",
"@eth-optimism/core-utils": "0.8.4", "@eth-optimism/core-utils": "0.8.4",
"@eth-optimism/sdk": "1.1.3", "@eth-optimism/sdk": "1.1.4",
"@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.24
### Patch Changes
- b7a04acf: Remove unused network name parameter in contract deploy configs
## 0.5.23 ## 0.5.23
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.5.23", "version": "0.5.24",
"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.30
### Patch Changes
- Updated dependencies [b7a04acf]
- @eth-optimism/contracts@0.5.24
## 0.5.29 ## 0.5.29
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.29", "version": "0.5.30",
"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.23", "@eth-optimism/contracts": "0.5.24",
"@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/fault-detector
## 0.1.0
### Minor Changes
- 2177c8ef: Releases the first public version of the fault detector
### Patch Changes
- @eth-optimism/sdk@1.1.4
{ {
"private": true, "private": true,
"name": "@eth-optimism/fault-detector", "name": "@eth-optimism/fault-detector",
"version": "0.0.1", "version": "0.1.0",
"description": "[Optimism] Service for detecting faulty L2 output proposals", "description": "[Optimism] Service for detecting faulty L2 output proposals",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "^0.2.4", "@eth-optimism/common-ts": "^0.2.4",
"@eth-optimism/core-utils": "^0.8.1", "@eth-optimism/core-utils": "^0.8.1",
"@eth-optimism/sdk": "^1.0.2", "@eth-optimism/sdk": "^1.1.4",
"@ethersproject/abstract-provider": "^5.6.0" "@ethersproject/abstract-provider": "^5.6.0"
} }
} }
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.4.9
### Patch Changes
- @eth-optimism/sdk@1.1.4
## 0.4.8 ## 0.4.8
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.4.8", "version": "0.4.9",
"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.3", "@eth-optimism/sdk": "1.1.4",
"ethers": "^5.5.4" "ethers": "^5.5.4"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/sdk # @eth-optimism/sdk
## 1.1.4
### Patch Changes
- Updated dependencies [b7a04acf]
- @eth-optimism/contracts@0.5.24
## 1.1.3 ## 1.1.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/sdk", "name": "@eth-optimism/sdk",
"version": "1.1.3", "version": "1.1.4",
"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.23", "@eth-optimism/contracts": "0.5.24",
"@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/teleportr # @eth-optimism/teleportr
## 0.0.6
### Patch Changes
- df61d215: Add disburser balance to status
- 32639605: Fix teleportr FailedDatabaseOperations method for upsert_disbursement
- 32639605: Expose metrics server
## 0.0.5 ## 0.0.5
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/teleportr", "name": "@eth-optimism/teleportr",
"version": "0.0.5", "version": "0.0.6",
"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