Page MenuHomePhabricator

Pass rpc/misc RPC argument descriptions to RPCHelpMan
ClosedPublic

Authored by nakihito on Apr 13 2020, 18:17.

Details

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 D5713diff

Verify the changes in D5713diff.

Scripts:


D5713diff:

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Apr 13 2020, 18:17

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

Snippet of first build failure:

Build 'Bitcoin-ABC / Diffs / Diff Testing' #8969, branch 'phabricator/diff/18772'
Started 2020-04-13 18:18:23 on 'highperf3' by 'Phabricator Staging (phabricator-staging)'
Finished 2020-04-13 19:18:37 with status FAILURE 'Execution timeout (new)'
This revision is now accepted and ready to land.Apr 14 2020, 00:55