Commit 356c4668 authored by github-actions[bot]'s avatar github-actions[bot]

Version Packages

parent ad4440f0
---
'@eth-optimism/proxyd': patch
---
Improve robustness against unexpected JSON-RPC from upstream
---
'@eth-optimism/contracts-periphery': patch
---
Re-deploy RetroReceiver
---
'@eth-optimism/contracts': patch
---
goerli redeploy
---
'@eth-optimism/contracts-periphery': patch
---
Tweaks Drippie contract for client-side ease
---
"@eth-optimism/contracts-governance": patch
"@eth-optimism/contracts": patch
---
package: contracts-governance
---
'@eth-optimism/proxyd': patch
---
Fix concurrent write panic in WS
---
'@eth-optimism/contracts-bedrock': patch
---
Update comments and style for L1 contracts
---
'@eth-optimism/contracts-periphery': patch
---
Adds new TeleportrWithdrawer contract for withdrawing from Teleportr
---
'@eth-optimism/drippie-mon': minor
---
Release drippie-mon
---
'@eth-optimism/common-ts': patch
---
Expose service internal options as environment or cli options
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "^7.5.4", "@babel/eslint-parser": "^7.5.4",
"@eth-optimism/contracts": "0.5.26", "@eth-optimism/contracts": "0.5.27",
"@eth-optimism/core-utils": "0.8.6", "@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/sdk": "1.1.7", "@eth-optimism/sdk": "1.1.8",
"@ethersproject/abstract-provider": "^5.6.1", "@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/providers": "^5.6.8", "@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2", "@ethersproject/transactions": "^5.6.2",
......
# @eth-optimism/common-ts # @eth-optimism/common-ts
## 0.2.10
### Patch Changes
- 9ecbf3e5: Expose service internal options as environment or cli options
## 0.2.9 ## 0.2.9
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/common-ts", "name": "@eth-optimism/common-ts",
"version": "0.2.9", "version": "0.2.10",
"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",
......
# @eth-optimism/contracts-bedrock # @eth-optimism/contracts-bedrock
## 0.1.3
### Patch Changes
- c258acd4: Update comments and style for L1 contracts
## 0.1.2 ## 0.1.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts-bedrock", "name": "@eth-optimism/contracts-bedrock",
"version": "0.1.2", "version": "0.1.3",
"description": "Contracts for Optimism Specs", "description": "Contracts for Optimism Specs",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
......
# @eth-optimism/contracts-governance
## 0.1.1
### Patch Changes
- 3d4d988c: package: contracts-governance
- @eth-optimism/sdk@1.1.8
{ {
"name": "@eth-optimism/contracts-governance", "name": "@eth-optimism/contracts-governance",
"version": "0.1.0", "version": "0.1.1",
"author": "Optimism PBC", "author": "Optimism PBC",
"license": "MIT", "license": "MIT",
"main": "dist/index", "main": "dist/index",
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"deploy:mainnet": "hardhat deploy-token --network 'optimism-mainnet'" "deploy:mainnet": "hardhat deploy-token --network 'optimism-mainnet'"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/sdk": "^1.0.1", "@eth-optimism/sdk": "^1.1.8",
"@ethersproject/hardware-wallets": "^5.6.1", "@ethersproject/hardware-wallets": "^5.6.1",
"@nomiclabs/hardhat-ethers": "^2.0.2", "@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.1", "@nomiclabs/hardhat-etherscan": "^3.0.1",
......
# @eth-optimism/contracts-periphery # @eth-optimism/contracts-periphery
## 0.1.2
### Patch Changes
- e0b89fcd: Re-deploy RetroReceiver
- 982cb980: Tweaks Drippie contract for client-side ease
- 9142adc4: Adds new TeleportrWithdrawer contract for withdrawing from Teleportr
## 0.1.1 ## 0.1.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts-periphery", "name": "@eth-optimism/contracts-periphery",
"version": "0.1.1", "version": "0.1.2",
"description": "[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism", "description": "[Optimism] External (out-of-protocol) L1 and L2 smart contracts for Optimism",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
......
# Changelog # Changelog
## 0.5.27
### Patch Changes
- 7c5ac36f: goerli redeploy
- 3d4d988c: package: contracts-governance
## 0.5.26 ## 0.5.26
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.5.26", "version": "0.5.27",
"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.33
### Patch Changes
- Updated dependencies [7c5ac36f]
- Updated dependencies [3d4d988c]
- Updated dependencies [9ecbf3e5]
- @eth-optimism/contracts@0.5.27
- @eth-optimism/common-ts@0.2.10
## 0.5.32 ## 0.5.32
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.32", "version": "0.5.33",
"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,8 +36,8 @@ ...@@ -36,8 +36,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.9", "@eth-optimism/common-ts": "0.2.10",
"@eth-optimism/contracts": "0.5.26", "@eth-optimism/contracts": "0.5.27",
"@eth-optimism/core-utils": "0.8.6", "@eth-optimism/core-utils": "0.8.6",
"@ethersproject/providers": "^5.6.8", "@ethersproject/providers": "^5.6.8",
"@ethersproject/transactions": "^5.6.2", "@ethersproject/transactions": "^5.6.2",
......
# @eth-optimism/drippie-mon
## 0.2.0
### Minor Changes
- 982cb980: Release drippie-mon
### Patch Changes
- Updated dependencies [e0b89fcd]
- Updated dependencies [982cb980]
- Updated dependencies [9142adc4]
- Updated dependencies [9ecbf3e5]
- @eth-optimism/contracts-periphery@0.1.2
- @eth-optimism/common-ts@0.2.10
- @eth-optimism/sdk@1.1.8
{ {
"private": true, "private": true,
"name": "@eth-optimism/drippie-mon", "name": "@eth-optimism/drippie-mon",
"version": "0.1.0", "version": "0.2.0",
"description": "[Optimism] Service for monitoring Drippie instances", "description": "[Optimism] Service for monitoring Drippie instances",
"main": "dist/index", "main": "dist/index",
"types": "dist/index", "types": "dist/index",
...@@ -32,10 +32,10 @@ ...@@ -32,10 +32,10 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.2.9", "@eth-optimism/common-ts": "0.2.10",
"@eth-optimism/contracts-periphery": "0.1.1", "@eth-optimism/contracts-periphery": "0.1.2",
"@eth-optimism/core-utils": "0.8.6", "@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/sdk": "1.1.7", "@eth-optimism/sdk": "1.1.8",
"ethers": "^5.6.8" "ethers": "^5.6.8"
}, },
"devDependencies": { "devDependencies": {
......
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"devDependencies": { "devDependencies": {
"@eth-optimism/contracts": "0.5.26", "@eth-optimism/contracts": "0.5.27",
"@eth-optimism/core-utils": "0.8.6", "@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/sdk": "1.1.7", "@eth-optimism/sdk": "1.1.8",
"@ethersproject/abstract-provider": "^5.6.1", "@ethersproject/abstract-provider": "^5.6.1",
"chai-as-promised": "^7.1.1", "chai-as-promised": "^7.1.1",
"chai": "^4.3.4", "chai": "^4.3.4",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.4.13
### Patch Changes
- Updated dependencies [9ecbf3e5]
- @eth-optimism/common-ts@0.2.10
- @eth-optimism/sdk@1.1.8
## 0.4.12 ## 0.4.12
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.4.12", "version": "0.4.13",
"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.9", "@eth-optimism/common-ts": "0.2.10",
"@eth-optimism/core-utils": "0.8.6", "@eth-optimism/core-utils": "0.8.6",
"@eth-optimism/sdk": "1.1.7", "@eth-optimism/sdk": "1.1.8",
"ethers": "^5.6.8" "ethers": "^5.6.8"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/replica-healthcheck # @eth-optimism/replica-healthcheck
## 1.0.9
### Patch Changes
- Updated dependencies [9ecbf3e5]
- @eth-optimism/common-ts@0.2.10
## 1.0.8 ## 1.0.8
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/replica-healthcheck", "name": "@eth-optimism/replica-healthcheck",
"version": "1.0.8", "version": "1.0.9",
"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,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "0.2.9", "@eth-optimism/common-ts": "0.2.10",
"@eth-optimism/core-utils": "0.8.6", "@eth-optimism/core-utils": "0.8.6",
"@ethersproject/abstract-provider": "^5.6.1" "@ethersproject/abstract-provider": "^5.6.1"
}, },
......
# @eth-optimism/sdk # @eth-optimism/sdk
## 1.1.8
### Patch Changes
- Updated dependencies [7c5ac36f]
- Updated dependencies [3d4d988c]
- @eth-optimism/contracts@0.5.27
## 1.1.7 ## 1.1.7
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/sdk", "name": "@eth-optimism/sdk",
"version": "1.1.7", "version": "1.1.8",
"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",
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
"mocha": "^10.0.0" "mocha": "^10.0.0"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/contracts": "0.5.26", "@eth-optimism/contracts": "0.5.27",
"@eth-optimism/core-utils": "0.8.6", "@eth-optimism/core-utils": "0.8.6",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"merkletreejs": "^0.2.27", "merkletreejs": "^0.2.27",
......
# @eth-optimism/proxyd # @eth-optimism/proxyd
## 3.8.8
### Patch Changes
- 58dc7adc: Improve robustness against unexpected JSON-RPC from upstream
- 552cd641: Fix concurrent write panic in WS
## 3.8.7 ## 3.8.7
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/proxyd", "name": "@eth-optimism/proxyd",
"version": "3.8.7", "version": "3.8.8",
"private": true, "private": true,
"dependencies": {} "dependencies": {}
} }
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