From 33167fcb58959e66f5c0b321d548df87d7c52c0e Mon Sep 17 00:00:00 2001 From: Ev Date: Wed, 21 Jul 2021 14:48:23 -0400 Subject: [PATCH] Removing deprecation notice for HttpProvider (#4008) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 <16929357+GregTheGreek@users.noreply.github.com> Co-authored-by: Alex --- CHANGELOG.md | 3 ++- docs/include_package-core.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6898e637c..121fe9bf43e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -402,5 +402,6 @@ Released with 1.0.0-beta.37 code base. ### Changed - Docs are being updated + - Remove deprecation notice for HttpProvider (#4008) -## [Unreleased] \ No newline at end of file +## [Unreleased] diff --git a/docs/include_package-core.rst b/docs/include_package-core.rst index 6d7225ca653..72a0659ded2 100644 --- a/docs/include_package-core.rst +++ b/docs/include_package-core.rst @@ -84,7 +84,7 @@ Value ``Object`` with the following providers: - - ``Object`` - ``HttpProvider``: The HTTP provider is **deprecated**, as it won't work for subscriptions. + - ``Object`` - ``HttpProvider``: HTTP provider, does not support subscriptions. - ``Object`` - ``WebsocketProvider``: The Websocket provider is the standard for usage in legacy browsers. - ``Object`` - ``IpcProvider``: The IPC provider is used node.js dapps when running a local node. Gives the most secure connection.