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

Version Packages

parent 75055b51
---
'@eth-optimism/replica-healthcheck': patch
---
Fixes a bug in the replica-healthcheck docker file
---
'@eth-optimism/teleportr': patch
---
Add metrics for balances
---
'@eth-optimism/l2geth-exporter': patch
---
Bump to go-ethereum v1.10.16
---
'@eth-optimism/common-ts': patch
---
Properly exposes metrics as part of a metrics server at port 7300
---
'@eth-optimism/integration-tests': patch
---
Add integration test for healthcheck server
---
'@eth-optimism/replica-healthcheck': patch
---
Add checks and metrics for dead networks
---
'@eth-optimism/gas-oracle': patch
---
Allow configurable base fee update poll time with `GAS_PRICE_ORACLE_L1_BASE_FEE_EPOCH_LENGTH_SECONDS`
# @eth-optimism/gas-oracle # @eth-optimism/gas-oracle
## 0.1.9
### Patch Changes
- c535b3a5: Allow configurable base fee update poll time with `GAS_PRICE_ORACLE_L1_BASE_FEE_EPOCH_LENGTH_SECONDS`
## 0.1.8 ## 0.1.8
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/gas-oracle", "name": "@eth-optimism/gas-oracle",
"version": "0.1.8", "version": "0.1.9",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# @eth-optimism/l2geth-exporter # @eth-optimism/l2geth-exporter
## 0.0.3
### Patch Changes
- 2f2eaa44: Bump to go-ethereum v1.10.16
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes
- 71bfa3fe: Initial build - 71bfa3fe: Initial build
{ {
"name": "@eth-optimism/l2geth-exporter", "name": "@eth-optimism/l2geth-exporter",
"version": "0.0.2", "version": "0.0.3",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# @eth-optimism/teleportr # @eth-optimism/teleportr
## 0.0.2
### Patch Changes
- f101d38b: Add metrics for balances
## 0.0.1 ## 0.0.1
### Patch Changes ### Patch Changes
- 172c3d74: Add SuggestGasTipCap fallback - 172c3d74: Add SuggestGasTipCap fallback
......
{ {
"name": "@eth-optimism/teleportr", "name": "@eth-optimism/teleportr",
"version": "0.0.1", "version": "0.0.2",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# @eth-optimism/integration-tests # @eth-optimism/integration-tests
## 0.5.8
### Patch Changes
- 88807f03: Add integration test for healthcheck server
## 0.5.7 ## 0.5.7
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/integration-tests", "name": "@eth-optimism/integration-tests",
"version": "0.5.7", "version": "0.5.8",
"description": "[Optimism] Integration tests", "description": "[Optimism] Integration tests",
"scripts": { "scripts": {
"lint": "yarn lint:fix && yarn lint:check", "lint": "yarn lint:fix && yarn lint:check",
......
# @eth-optimism/common-ts # @eth-optimism/common-ts
## 0.2.4
### Patch Changes
- f981b8da: Properly exposes metrics as part of a metrics server at port 7300
## 0.2.3 ## 0.2.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/common-ts", "name": "@eth-optimism/common-ts",
"version": "0.2.3", "version": "0.2.4",
"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",
......
# data transport layer # data transport layer
## 0.5.23
### Patch Changes
- Updated dependencies [f981b8da]
- @eth-optimism/common-ts@0.2.4
## 0.5.22 ## 0.5.22
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.5.22", "version": "0.5.23",
"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,7 +36,7 @@ ...@@ -36,7 +36,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.3", "@eth-optimism/common-ts": "0.2.4",
"@eth-optimism/contracts": "0.5.18", "@eth-optimism/contracts": "0.5.18",
"@eth-optimism/core-utils": "0.8.1", "@eth-optimism/core-utils": "0.8.1",
"@ethersproject/providers": "^5.5.3", "@ethersproject/providers": "^5.5.3",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.4.2
### Patch Changes
- Updated dependencies [f981b8da]
- @eth-optimism/common-ts@0.2.4
## 0.4.1 ## 0.4.1
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.4.1", "version": "0.4.2",
"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,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/common-ts": "0.2.3", "@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.0.2",
"ethers": "^5.5.4" "ethers": "^5.5.4"
......
# @eth-optimism/replica-healthcheck # @eth-optimism/replica-healthcheck
## 1.0.2
### Patch Changes
- f981b8da: Fixes a bug in the replica-healthcheck docker file
- 032731b5: Add checks and metrics for dead networks
- Updated dependencies [f981b8da]
- @eth-optimism/common-ts@0.2.4
## 1.0.1 ## 1.0.1
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/replica-healthcheck", "name": "@eth-optimism/replica-healthcheck",
"version": "1.0.1", "version": "1.0.2",
"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.3", "@eth-optimism/common-ts": "0.2.4",
"@eth-optimism/core-utils": "0.8.1", "@eth-optimism/core-utils": "0.8.1",
"@ethersproject/abstract-provider": "^5.5.1" "@ethersproject/abstract-provider": "^5.5.1"
}, },
......
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