Page MenuHomePhabricator

Pass abc RPC argument descriptions to RPCHelpMan
ClosedPublic

Authored by nakihito on Apr 10 2020, 17:36.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rSTAGING578deeb08e19: Pass abc RPC argument descriptions to RPCHelpMan
rABC578deeb08e19: Pass abc RPC argument descriptions to RPCHelpMan
Summary

This tree in favor of D5571.

Partial backport of Core PR14796

Test Plan

On master:

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

On the patched branch:

ninja
./bitcoind
./getrpchelps.sh RPCs abcPatched
./checkrpc.sh RPCs master abcPatched D5700diff

Verify the changes in D5700diff.

Scripts:


D5700diff:

Diff Detail

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

Event Timeline

Owners added a reviewer: Restricted Owners Package.Apr 10 2020, 17:36

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

deadalnix requested changes to this revision.Apr 10 2020, 22:13
deadalnix added a subscriber: deadalnix.

Some cosmetic changes, but it looks better.

src/rpc/util.h
84 ↗(On Diff #18735)

Why is this here rather than with other members? Please don't put it int he middle of constructors declarations.

This revision now requires changes to proceed.Apr 10 2020, 22:13

Moved member variable with others.

This revision is now accepted and ready to land.Apr 12 2020, 01:29