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

Version Packages

parent d567b7f4
---
'@eth-optimism/replica-healthcheck': patch
---
Fix bug in replica healthcheck dockerfile
---
'@eth-optimism/integration-tests': patch
---
Replaces l1Provider and l2Provider with env.l1Provider and env.l2Provider respectively.
---
'@eth-optimism/l2geth': patch
---
Remove dead code in l2geth
---
'@eth-optimism/data-transport-layer': patch
---
Include patch contexts for bss hf1
---
'@eth-optimism/data-transport-layer': patch
---
Hardcodes BSS HF1 block into the DTL
---
'@eth-optimism/proxyd': patch
---
Update to go-ethereum v1.10.16
---
'@eth-optimism/gas-oracle': patch
---
Update to go-ethereum v1.10.16
---
'@eth-optimism/batch-submitter-service': patch
---
Update to go-ethereum v1.10.16
---
'@eth-optimism/batch-submitter-service': patch
---
Refactors the bss-core service to use a metrics interface to allow
driver-specific metric extensions
---
'@eth-optimism/l2geth': patch
---
Don't block read rpc requests when syncing
---
'@eth-optimism/l2geth': patch
---
Fix queue index comparison
---
'@eth-optimism/sdk': patch
---
1. Fix a bug in `L2Provider.getL1GasPrice()`
2. Make it easier to get correct estimates from `L2Provider.estimateL1Gas()` and `L2.estimateL2GasCost`.
# @eth-optimism/batch-submitter-service
## 0.1.5
### Patch Changes
- 6f2ea193: Update to go-ethereum v1.10.16
- 87359fd2: Refactors the bss-core service to use a metrics interface to allow
driver-specific metric extensions
## 0.1.4
### Patch Changes
......
{
"name": "@eth-optimism/batch-submitter-service",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"devDependencies": {}
}
# @eth-optimism/gas-oracle
## 0.1.7
### Patch Changes
- fed748e0: Update to go-ethereum v1.10.16
## 0.1.6
### Patch Changes
......
{
"name": "@eth-optimism/gas-oracle",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"devDependencies": {}
}
# @eth-optimism/proxyd
## 3.8.1
### Patch Changes
- acf7dbd5: Update to go-ethereum v1.10.16
## 3.8.0
### Minor Changes
......
{
"name": "@eth-optimism/proxyd",
"version": "3.8.0",
"version": "3.8.1",
"private": true,
"dependencies": {}
}
# @eth-optimism/integration-tests
## 0.5.5
### Patch Changes
- 45642dc8: Replaces l1Provider and l2Provider with env.l1Provider and env.l2Provider respectively.
## 0.5.4
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/integration-tests",
"version": "0.5.4",
"version": "0.5.5",
"description": "[Optimism] Integration tests",
"scripts": {
"lint": "yarn lint:fix && yarn lint:check",
......@@ -30,7 +30,7 @@
"devDependencies": {
"@eth-optimism/contracts": "0.5.15",
"@eth-optimism/core-utils": "0.8.0",
"@eth-optimism/sdk": "0.2.3",
"@eth-optimism/sdk": "0.2.4",
"@ethersproject/abstract-provider": "^5.5.1",
"@ethersproject/providers": "^5.5.3",
"@ethersproject/transactions": "^5.5.0",
......
# Changelog
## 0.5.13
### Patch Changes
- 0002b1df: Remove dead code in l2geth
- 1187dc9a: Don't block read rpc requests when syncing
- bc342ec4: Fix queue index comparison
## 0.5.12
### Patch Changes
......
{
"name": "@eth-optimism/l2geth",
"version": "0.5.12",
"version": "0.5.13",
"private": true,
"devDependencies": {}
}
# data transport layer
## 0.5.19
### Patch Changes
- 275eb818: Include patch contexts for bss hf1
- baece507: Hardcodes BSS HF1 block into the DTL
## 0.5.18
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/data-transport-layer",
"version": "0.5.18",
"version": "0.5.19",
"description": "[Optimism] Service for shuttling data from L1 into L2",
"main": "dist/index",
"types": "dist/index",
......
# @eth-optimism/replica-healthcheck
## 0.3.9
### Patch Changes
- d4b0e193: Fix bug in replica healthcheck dockerfile
- Updated dependencies [44420939]
- @eth-optimism/sdk@0.2.4
## 0.3.8
### Patch Changes
......
{
"private": true,
"name": "@eth-optimism/replica-healthcheck",
"version": "0.3.8",
"version": "0.3.9",
"description": "[Optimism] Service for monitoring the health of replica nodes",
"main": "dist/index",
"types": "dist/index",
......@@ -34,7 +34,7 @@
"dependencies": {
"@eth-optimism/common-ts": "0.2.1",
"@eth-optimism/core-utils": "0.8.0",
"@eth-optimism/sdk": "^0.2.3",
"@eth-optimism/sdk": "^0.2.4",
"dotenv": "^10.0.0",
"ethers": "^5.5.4",
"express": "^4.17.1",
......
# @eth-optimism/sdk
## 0.2.4
### Patch Changes
- 44420939: 1. Fix a bug in `L2Provider.getL1GasPrice()`
2. Make it easier to get correct estimates from `L2Provider.estimateL1Gas()` and `L2.estimateL2GasCost`.
## 0.2.3
### Patch Changes
......
{
"name": "@eth-optimism/sdk",
"version": "0.2.3",
"version": "0.2.4",
"description": "[Optimism] Tools for working with Optimism",
"main": "dist/index",
"types": "dist/index",
......
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