Partial backport of Core PR14987
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGINGc03c766cf334: Finish Passing rpc/blockchain RPC results and examples to RPCHelpMan
rABCc03c766cf334: Finish Passing rpc/blockchain RPC results and examples to RPCHelpMan
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 blockchain2.diff
Verify changes in blockchain2.diff.
Scripts:
blockchain2.diff:
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- PR14987-blockchain2
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 10457 Build 18734: Default Diff Build & Tests Build 18733: arc lint + arc unit
Event Timeline
Comment Actions
[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.
src/rpc/blockchain.cpp | ||
---|---|---|
2013 | This seems to be part of PR14877 https://github.com/bitcoin/bitcoin/pull/14877 which appear to be ported along with PR14796 ?. Please remove and make sure there is no leftover in the end. |