From 02cee90f190dc3c96ec1b9569b83ffe424c57386 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 25 Dec 2020 16:21:25 -0600 Subject: [PATCH] docs: Remove v1 getcfilter{,header} JSON-RPC API. This removes the deprecated v1 getcfilter and getcfilterheader methods from the JSON-RPC API documentation. This is part of the overall removal of deprecated v1 cfilters. --- docs/json_rpc_api.mediawiki | 61 ------------------------------------- 1 file changed, 61 deletions(-) diff --git a/docs/json_rpc_api.mediawiki b/docs/json_rpc_api.mediawiki index 69b67e87..b3a8abc1 100644 --- a/docs/json_rpc_api.mediawiki +++ b/docs/json_rpc_api.mediawiki @@ -226,14 +226,6 @@ the method name for further details such as parameter and return information. |Y |Returns information regarding subsidy amounts. |- -|[[#getcfilter|getcfilter]] -|Y -|Returns the committed filter for a block. -|- -|[[#getcfilterheader|getcfilterheader]] -|Y -|Returns the committed filter header for a block. -|- |[[#getcfilterv2|getcfilterv2]] |Y |Returns the version 2 block filter for the given block along with a proof that can be used to prove the filter is committed to by the block header. @@ -1257,59 +1249,6 @@ of the best block. ---- -====getcfilter==== -{| -!Method -|getcfilter -|- -!Parameters -| -# hash: (string, required) The block hash of the filter being queried. -# filtertype: (string, required) The type of committed filter to return. -|- -!Description -| -: Returns the committed filter for a block. -: Deprecated: This will be removed in the next major version. Use [[#getcfilterv2|getcfilterv2]] instead. -|- -!Returns -|string The hex encoded committed filter. -|- -!Example Return -| -: Newlines added for display purposes. The actual return does not contain newlines. -:0000002305d72c4c0f6e3d19783a59f26cef1fab1ec21585f8016a22a43762cd2edbda7a1fba -:596d06e092c6ec2f651d5242074fd063918741f4492dd0dd889f6909fd3028e04fa1e84259c4 -:1088aea6fa0cd0cb162daaa4afb05de43718914a7e04 -|} - ----- - -====getcfilterheader==== -{| -!Method -|getcfilterheader -|- -!Parameters -| -# hash: (string, required) The block hash of the filter header being queried. -# filtertype: (string, required) The type of committed filter header to return. -|- -!Description -| -: Returns the committed filter header for a block. -: Deprecated: This will be removed in the next major version. Use [[#getcfilterv2|getcfilterv2]] instead. -|- -!Returns -|string The hex encoded committed filter header. -|- -!Example Return -| -bd60b439d72fad354acc4b47d374ec34b0cca3bb25994b459f01f6f84ad6b478 -|} - ----- - ====getcfilterv2==== {| !Method