Merge pull request #2723 from ethereum-optimism/develop

Develop -> Master
This commit is contained in:
Matthew Slipper 2022-06-08 14:52:09 -06:00 committed by GitHub
commit 1d3674d17a
2 changed files with 8 additions and 1 deletions

@ -1,5 +1,12 @@
# @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

@ -1,6 +1,6 @@
{ {
"name": "@eth-optimism/proxyd", "name": "@eth-optimism/proxyd",
"version": "3.8.7", "version": "3.8.8",
"private": true, "private": true,
"dependencies": {} "dependencies": {}
} }