Page MenuHomePhabricator

Pass rpc/net RPC Results and Examples to RPCHelpMan
ClosedPublic

Authored by nakihito on Apr 25 2020, 01:06.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rSTAGING8cc917edc1d8: Pass rpc/net RPC Results and Examples to RPCHelpMan
rABC8cc917edc1d8: Pass rpc/net RPC Results and Examples to RPCHelpMan
Summary

Partial backport of Core PR14987

Test Plan

On master:

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

Then on the patched branch:

ninja
./bitcoind
./getrpchelps.sh RPCs patched
./checkrpc.sh RPCs master patched net.diff

Verify net.diff does not exist.

Scripts:


Diff Detail

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

Event Timeline

Owners added a reviewer: Restricted Owners Package.Apr 25 2020, 01:06

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

nakihito edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Apr 25 2020, 02:33