Page MenuHomePhabricator

Pass some rpc/blockchain RPC results and examples to RPCHelpMan
ClosedPublic

Authored by nakihito on Apr 28 2020, 21:09.

Details

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 blockchain1.diff

Verify changes in blockchain1.diff.

Scripts:


blockchain1.diff:

Diff Detail

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

Event Timeline

Owners added a reviewer: Restricted Owners Package.Apr 28 2020, 21:09

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

This revision is now accepted and ready to land.Apr 29 2020, 07:11