HomePhabricator

[rpc] Undeprecate estimatefee

Description

[rpc] Undeprecate estimatefee

Summary:
Revert "[rpc] Deprecate estimatefee RPC" (D1920)

This reverts PARTIALLY reverts commit 49ff27fedd365dcf5f7639fd2bda5dfc3cc58f51

The instrumentation for enabling deprecated RPCs is left in place for future use.
However, estimatefee should not be deprecated in a point release. It's also possible
that it should not be deprecated at all since we removed estimatesmartefee which
core deprecated this in favor of.

Depends on D2013

Test Plan:

make check && ./test/functional/test_runner.py

Reviewers: #bitcoin_abc, deadalnix, jasonbcox

Reviewed By: #bitcoin_abc, deadalnix, jasonbcox

Subscribers: jasonbcox, deadalnix, teamcity

Differential Revision: https://reviews.bitcoinabc.org/D2012

Details

Provenance
schancelAuthored on Nov 7 2018, 17:05
deadalnixPushed on Nov 7 2018, 17:41
Reviewer
Restricted Project
Differential Revision
D2012: [rpc] Undeprecate estimatefee
Parents
rSTAGINGc42521518207: [qa] fix abc-p2p-compactblocks test to use add_argument
Branches
Unknown
Tags
Unknown
References
tag: phabricator/base/5709, tag: phabricator/base/5697
Reverts
rSTAGING49ff27fedd36: [rpc] Deprecate estimatefee RPC