Skip to content

Commit

Permalink
tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
wslyvh committed Apr 7, 2024
1 parent c07f88b commit 612e26b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions content/tutorials/web3py-patterns-websocketprovider.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "web3.py Patterns: WebSocketProvider"
description: "In this post, we're diving into the new and improved WebSocketProvider. We'll introduce the WebSocket protocol, why the WebSocketProvider got a makeover, and how to use the new features."
authors: ["@wolovim", "fselmo2"]
tags: ["Smart Contracts","Dapp", "Design Patterns"]
languages: ["Python"]
url: "https://snakecharmers.ethereum.org/websocketprovider/"
dateAdded: 2024-04-07
level: "Intermediate"
---

Included in the (beta) release of web3.py v7 are some important and exciting updates to the asynchronous providers:

- The AsyncIPCProvider is live.
- WebsocketProviderV2 has graduated from beta and been renamed to WebSocketProvider (note the capital S).
- The original WebsocketProvider has been deprecated and renamed to LegacyWebSocketProvider.

0 comments on commit 612e26b

Please sign in to comment.