Page MenuHomePhabricator

Pass rpc/mining RPC results and examples to RPCHelpMan
ClosedPublic

Authored by nakihito on Apr 24 2020, 01:22.

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

Verify changes in mining.diff.

Scripts:


mining.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 24 2020, 01:22

[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 requested changes to this revision.Apr 24 2020, 08:24
Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/rpc/mining.cpp
503 ↗(On Diff #19078)

This block needs to be fixed, the added indent created a lot of single word lines with the continuation on next line.

This revision now requires changes to proceed.Apr 24 2020, 08:24
This revision is now accepted and ready to land.Apr 27 2020, 09:32