Page MenuHomePhabricator

Pass rpc/abc RPC Results and Examples to RPCHelpMan
ClosedPublic

Authored by nakihito on Apr 22 2020, 20:43.

Details

Reviewers
Fabien
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rSTAGINGe6cc692608b8: Pass rpc/abc RPC Results and Examples to RPCHelpMan
rABCe6cc692608b8: Pass rpc/abc 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 abcPatched
./checkrpc.sh RPCs master abcPatched abc.diff

Verify the changes in abc.diff.

Scripts:


abc.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 22 2020, 20:43

[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)
nakihito edited the test plan for this revision. (Show Details)
Fabien requested changes to this revision.Apr 23 2020, 09:00
Fabien added a subscriber: Fabien.

Please fix the weird layout

src/rpc/abc.cpp
25 ↗(On Diff #19032)

??? This is an interesting layout.

51 ↗(On Diff #19032)

Dito

This revision now requires changes to proceed.Apr 23 2020, 09:00

OK I gave it a try: the linter insists and I can't find a way to avoid it.

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