Commit 2cd6865a authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #2505 from ethereum-optimism/changeset-release/master

Version Packages
parents d9f058ce 7bd3da32
---
'@eth-optimism/proxyd': patch
---
proxyd: Log ssanitized RPC requests
---
'@eth-optimism/indexer': minor
---
Add airdrops API
---
'@eth-optimism/proxyd': patch
---
proxyd: Reduced RPC request logging
---
'@eth-optimism/teleportr': patch
---
Use L2 gas price in driver
---
'@eth-optimism/l2geth-exporter': patch
---
Added SCC collection
---
'@eth-optimism/proxyd': patch
---
proxyd: Limit the number of concurrent RPCs to backends
---
'@eth-optimism/indexer': patch
---
fix context reuse
---
'@eth-optimism/l2geth': patch
---
rollup: fix log.Crit usage
---
'@eth-optimism/l2geth': patch
---
l2geth: Record rollup transaction metrics
---
'@eth-optimism/replica-healthcheck': patch
---
Fixes a bug that would cause the service to stop properly checking blocks when the target client consistently leads the reference client
---
'@eth-optimism/integration-tests': patch
---
Add tests for system addrs on verifiers/replicas
---
'@eth-optimism/sdk': patch
---
Fixes a bug where the wrong Overrides type was being used for gas estimation functions
# @eth-optimism/indexer # @eth-optimism/indexer
## 0.1.0
### Minor Changes
- 79be3e80: Add airdrops API
### Patch Changes
- d7bb9625: fix context reuse
## 0.0.4 ## 0.0.4
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/indexer", "name": "@eth-optimism/indexer",
"version": "0.0.4", "version": "0.1.0",
"private": true, "private": true,
"license": "MIT" "license": "MIT"
} }
# @eth-optimism/l2geth-exporter # @eth-optimism/l2geth-exporter
## 0.0.5
### Patch Changes
- 373d0e6f: Added SCC collection
## 0.0.4 ## 0.0.4
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/l2geth-exporter", "name": "@eth-optimism/l2geth-exporter",
"version": "0.0.4", "version": "0.0.5",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# @eth-optimism/proxyd # @eth-optimism/proxyd
## 3.8.5
### Patch Changes
- 2a062b11: proxyd: Log ssanitized RPC requests
- d9f058ce: proxyd: Reduced RPC request logging
- a4bfd9e7: proxyd: Limit the number of concurrent RPCs to backends
## 3.8.4 ## 3.8.4
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/proxyd", "name": "@eth-optimism/proxyd",
"version": "3.8.4", "version": "3.8.5",
"private": true, "private": true,
"dependencies": {} "dependencies": {}
} }
# @eth-optimism/teleportr # @eth-optimism/teleportr
## 0.0.4
### Patch Changes
- 7a320e22: Use L2 gas price in driver
## 0.0.3 ## 0.0.3
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/teleportr", "name": "@eth-optimism/teleportr",
"version": "0.0.3", "version": "0.0.4",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# @eth-optimism/integration-tests # @eth-optimism/integration-tests
## 0.5.10
### Patch Changes
- db02f97f: Add tests for system addrs on verifiers/replicas
## 0.5.9 ## 0.5.9
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/integration-tests", "name": "@eth-optimism/integration-tests",
"version": "0.5.9", "version": "0.5.10",
"description": "[Optimism] Integration tests", "description": "[Optimism] Integration tests",
"scripts": { "scripts": {
"lint": "yarn lint:fix && yarn lint:check", "lint": "yarn lint:fix && yarn lint:check",
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
"devDependencies": { "devDependencies": {
"@eth-optimism/contracts": "0.5.21", "@eth-optimism/contracts": "0.5.21",
"@eth-optimism/core-utils": "0.8.3", "@eth-optimism/core-utils": "0.8.3",
"@eth-optimism/sdk": "1.1.0", "@eth-optimism/sdk": "1.1.1",
"@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.18
### Patch Changes
- 935a98e6: rollup: fix log.Crit usage
- 81f09f16: l2geth: Record rollup transaction metrics
## 0.5.17 ## 0.5.17
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/l2geth", "name": "@eth-optimism/l2geth",
"version": "0.5.17", "version": "0.5.18",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.4.6
### Patch Changes
- Updated dependencies [1338135c]
- @eth-optimism/sdk@1.1.1
## 0.4.5 ## 0.4.5
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.4.5", "version": "0.4.6",
"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.6", "@eth-optimism/common-ts": "0.2.6",
"@eth-optimism/core-utils": "0.8.3", "@eth-optimism/core-utils": "0.8.3",
"@eth-optimism/sdk": "1.1.0", "@eth-optimism/sdk": "1.1.1",
"ethers": "^5.5.4" "ethers": "^5.5.4"
}, },
"devDependencies": { "devDependencies": {
......
# @eth-optimism/replica-healthcheck # @eth-optimism/replica-healthcheck
## 1.0.5
### Patch Changes
- bc289e91: Fixes a bug that would cause the service to stop properly checking blocks when the target client consistently leads the reference client
## 1.0.4 ## 1.0.4
### Patch Changes ### Patch Changes
......
{ {
"private": true, "private": true,
"name": "@eth-optimism/replica-healthcheck", "name": "@eth-optimism/replica-healthcheck",
"version": "1.0.4", "version": "1.0.5",
"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",
......
# @eth-optimism/sdk # @eth-optimism/sdk
## 1.1.1
### Patch Changes
- 1338135c: Fixes a bug where the wrong Overrides type was being used for gas estimation functions
## 1.1.0 ## 1.1.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/sdk", "name": "@eth-optimism/sdk",
"version": "1.1.0", "version": "1.1.1",
"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",
......
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