Page MenuHomePhabricator

Pass rpc/rawtransaction RPC results and examples to RPCHelpMan
ClosedPublic

Authored by nakihito on Apr 27 2020, 17:37.

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

Verify rawtxn1.diff does not exist.

Scripts:


Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR14987-rawtxn
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10432
Build 18685: Default Diff Build & Tests
Build 18684: arc lint + arc unit

Event Timeline

Owners added a reviewer: Restricted Owners Package.Apr 27 2020, 17:37

[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 27 2020, 18:25