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
Branch
PR14987-blockchain1
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10456
Build 18732: Default Diff Build & Tests
Build 18731: arc lint + arc unit

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