Skip to content

Commit 93d9b9a

Browse files
committed
Add note about AsyncHTTPProvider
1 parent e1985e6 commit 93d9b9a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/quickstart.rst

+11
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ to this local node can be done as follows:
8484
>>> w3.is_connected()
8585
True
8686
87+
.. note::
88+
89+
The AsyncHTTPProvider is still under active development. Not all JSON-RPC
90+
methods and middleware are available yet. The list of available methods and
91+
middleware can be seen on the :ref:`AsyncHTTPProvider` docs
8792

8893
Remote Providers
8994
****************
@@ -104,6 +109,12 @@ You can connect to a remote node by specifying the endpoint, just like the previ
104109
105110
This endpoint is provided by the remote node service after you create an account.
106111

112+
.. note::
113+
114+
The AsyncHTTPProvider is still under active development. Not all JSON-RPC
115+
methods and middleware are available yet. The list of available methods and
116+
middleware can be seen on the :ref:`AsyncHTTPProvider` docs
117+
107118
.. _first_w3_use:
108119

109120

0 commit comments

Comments
 (0)