Page MenuHomePhabricator

Pass rpc/server RPC results and examples to RPCHelpMan
ClosedPublic

Authored by nakihito on Apr 23 2020, 00:31.

Details

Reviewers
Fabien
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rSTAGINGae8d0e0ef626: Pass rpc/server RPC results and examples to RPCHelpMan
rABCae8d0e0ef626: Pass rpc/server RPC results and examples to RPCHelpMan
Summary

Partial backport of Core PR14987

Depends on D5809

Test Plan

On master:

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

Then on the patched branch:

ninja
./bitcoind
./getrpchelps.sh RPCs abcPatched
./checkrpc.sh RPCs master abcPatched abc.diff

Verify the changes in abc.diff.

Scripts:


server.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 23 2020, 00:31

[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)
Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/rpc/server.cpp
316 ↗(On Diff #19049)

restore

This revision is now accepted and ready to land.Apr 23 2020, 09:11