Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 33167fc

Browse files
evertonfragaGregTheGreekAlex
authored
Removing deprecation notice for HttpProvider (#4008)
* Removing deprecation notice for HttpProvider From my view, it is just a provider with less capabilities than websockets, but still widely useful — and widely used as well. @frozeman @nivida @GregTheGreek any thoughts? * Update include_package-core.rst * Update CHANGELOG.md Co-authored-by: Gregory Markou <[email protected]> Co-authored-by: Alex <[email protected]>
1 parent 46f9f6b commit 33167fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,5 +402,6 @@ Released with 1.0.0-beta.37 code base.
402402

403403
### Changed
404404
- Docs are being updated
405+
- Remove deprecation notice for HttpProvider (#4008)
405406

406-
## [Unreleased]
407+
## [Unreleased]

docs/include_package-core.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Value
8484

8585
``Object`` with the following providers:
8686

87-
- ``Object`` - ``HttpProvider``: The HTTP provider is **deprecated**, as it won't work for subscriptions.
87+
- ``Object`` - ``HttpProvider``: HTTP provider, does not support subscriptions.
8888
- ``Object`` - ``WebsocketProvider``: The Websocket provider is the standard for usage in legacy browsers.
8989
- ``Object`` - ``IpcProvider``: The IPC provider is used node.js dapps when running a local node. Gives the most secure connection.
9090

0 commit comments

Comments
 (0)