aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make and get the multisig redeemscript and destination in one function instea...Andrew Chow2019-06-211-6/+18
* Support ranges arguments in RPC helpPieter Wuille2019-02-281-0/+8
* Add ParseRange function to parse args of the form int/[int,int]Pieter Wuille2019-02-281-0/+14
* Merge #15401: rpc: Actually throw help when passed invalid number of paramsWladimir J. van der Laan2019-02-251-7/+22
|\
| * rpc: Add RPCHelpMan::IsValidNumArgs()MarcoFalke2019-02-201-7/+22
* | Add missing #include.Daniel Kraft2019-02-181-1/+0
|/
* Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...MeshCollider2019-02-141-0/+28
|\
| * Factor out combine / finalize / extract PSBT helpersGlenn Willen2019-02-111-0/+2
| * Switch away from exceptions in refactored tx codeGlenn Willen2019-02-111-0/+26
* | Merge #14918: RPCHelpMan: Check default values are given at compile-timeMarcoFalke2019-02-121-18/+29
|\ \ | |/ |/|
| * RPCHelpMan: Check default values are given at compile-timeMarcoFalke2019-02-111-18/+29
* | Move ParseConfirmTarget from rpc/mining to rpc/utilRussell Yanofsky2019-02-081-0/+12
|/
* RPCHelpMan: Pass through Result and ExamplesMarcoFalke2019-01-251-2/+31
* RPCHelpMan: Support required arguments after optional onesMarcoFalke2018-12-101-9/+7
* rpc: Assert named arguments are unique in RPCHelpManJoão Barbosa2018-12-071-0/+10
* RPCHelpMan: Add space after colons in extended descriptionMarcoFalke2018-12-041-7/+14
* rpc: Pass argument descriptions to RPCHelpManMarcoFalke2018-11-271-4/+194
* Use RPCHelpMan for all RPCsMarcoFalke2018-11-141-0/+4
* rpc: Add RPCHelpMan for machine-generated helpMarcoFalke2018-11-121-0/+92
* Pass chain and client variables where neededRussell Yanofsky2018-11-061-0/+2
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Merge #12542: Remove redundant includes. Conform to header include guidelines.Pieter Wuille2018-03-161-1/+0
|\
| * Remove redundant includes. Conform to header include guidelines.practicalswift2018-02-271-1/+0
* | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
|/
* [rpc] Move DescribeAddressVisitor to rpc/utilJohn Newbery2018-02-161-0/+61
* Disallow using addresses in createmultisigAndrew Chow2018-01-111-0/+68