Skip to content

Commit

Permalink
Relevant newsfragments for ethereum#3096
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Sep 14, 2023
1 parent 6b056ce commit 42f965a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/3096.breaking.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Breaking change to the API for interacting with a persistent websocket connection via ``AsyncWeb3`` and ``WebsocketProviderV2``. This change internalizes the ``provider.ws`` property and opts for a ``w3.ws`` API achieved via a new ``WebsocketConnection`` class.
1 change: 1 addition & 0 deletions newsfragments/3096.docs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update ``WebsocketProviderV2`` documentation to reflect the new public websocket API via the ``WebsocketConnection`` class.
1 change: 1 addition & 0 deletions newsfragments/3096.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sync responses for ``WebsocketProviderV2`` open connections with requests via matching RPC ``id`` values.

0 comments on commit 42f965a

Please sign in to comment.