aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/util.h
Commit message (Expand)AuthorAgeFilesLines
* Make and get the multisig redeemscript and destination in one function instea...Andrew Chow2019-06-211-1/+2
* Support ranges arguments in RPC helpPieter Wuille2019-02-281-0/+1
* Add ParseRange function to parse args of the form int/[int,int]Pieter Wuille2019-02-281-0/+3
* Merge #15401: rpc: Actually throw help when passed invalid number of paramsWladimir J. van der Laan2019-02-251-2/+6
|\
| * rpc: Add RPCHelpMan::IsValidNumArgs()MarcoFalke2019-02-201-2/+6
* | Add missing #include.Daniel Kraft2019-02-181-0/+1
|/
* Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...MeshCollider2019-02-141-0/+4
|\
| * Switch away from exceptions in refactored tx codeGlenn Willen2019-02-111-0/+4
* | Merge #14918: RPCHelpMan: Check default values are given at compile-timeMarcoFalke2019-02-121-12/+26
|\ \ | |/ |/|
| * RPCHelpMan: Check default values are given at compile-timeMarcoFalke2019-02-111-12/+26
* | Move ParseConfirmTarget from rpc/mining to rpc/utilRussell Yanofsky2019-02-081-0/+3
|/
* RPCHelpMan: Pass through Result and ExamplesMarcoFalke2019-01-251-1/+55
* Merge #14877: rpc: Document default values for optional argumentsMarcoFalke2018-12-101-1/+1
|\
| * rpc: Document default values for optional argumentsMarcoFalke2018-12-071-1/+1
* | rpc: Assert named arguments are unique in RPCHelpManJoão Barbosa2018-12-071-4/+1
|/
* RPCHelpMan: Add space after colons in extended descriptionMarcoFalke2018-12-041-2/+15
* rpc: Pass argument descriptions to RPCHelpManMarcoFalke2018-11-271-8/+38
* Merge #14726: Use RPCHelpMan for all RPCsWladimir J. van der Laan2018-11-231-6/+8
|\
| * Use RPCHelpMan for all RPCsMarcoFalke2018-11-141-6/+8
* | Merge #14718: Remove unreferenced boost headersMarcoFalke2018-11-191-2/+0
|\ \ | |/ |/|
| * Remove unreferenced boost headersMurray Nesbitt2018-11-161-2/+0
* | rpc: Add RPCHelpMan for machine-generated helpMarcoFalke2018-11-121-0/+49
|/
* Pass chain and client variables where neededRussell Yanofsky2018-11-061-0/+6
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Remove redundant includes. Conform to header include guidelines.practicalswift2018-02-271-1/+0
* [rpc] Move DescribeAddressVisitor to rpc/utilJohn Newbery2018-02-161-0/+9
* Disallow using addresses in createmultisigAndrew Chow2018-01-111-0/+19