HomePhabricator

Pass rpc/blockchain RPC argument descriptions to RPCHelpMan

Description

Pass rpc/blockchain RPC argument descriptions to RPCHelpMan

Summary: Partial backport of Core PR14796

Test Plan:

mkdir master
mkdir patched

On master:

ninja
./bitcoind
./bitcoin-cli help > RPCs
./getrpchelps.sh RPCs master

On the patched branch:

ninja
./bitcoind
./getrpchelps.sh RPCs patched
./checkrpc.sh RPCs master patched D5716diff

Verify the changes in D5716diff.

Scripts:


D5716diff:

Reviewers: O1 Bitcoin ABC, #bitcoin_abc, Fabien

Reviewed By: O1 Bitcoin ABC, #bitcoin_abc, Fabien

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

Details

Provenance
nakihitoAuthored on Apr 13 2020, 18:44
nakihitoPushed on Apr 14 2020, 18:52
Reviewer
Restricted Owners Package
Differential Revision
D5716: Pass rpc/blockchain RPC argument descriptions to RPCHelpMan
Parents
rABC3413afd1ce58: Pass rpc/net RPC argument descriptions to RPCHelpMan
Branches
Unknown
Tags
Unknown