aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/util.h
Commit message (Expand)AuthorAgeFilesLines
* Merge #19386: rpc: Assert that RPCArg names are equal to CRPCCommand ones (se...MarcoFalke2020-07-151-2/+17
|\
| * rpc: Update server to use new RPCHelpManMarcoFalke2020-07-031-0/+1
| * rpc: Add option to hide RPCArgMarcoFalke2020-07-031-1/+5
| * rpc: Add CRPCCommand constructor which takes RPCHelpManMarcoFalke2020-06-301-1/+11
* | rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)Fabian Jahr2020-06-221-0/+3
|/
* Merge #18607: rpc: Fix named arguments in documentationMarcoFalke2020-04-171-3/+9
|\
| * rpc: Document all aliases for second arg of getblockMarcoFalke2020-04-161-3/+9
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
|/
* rpc: Document an RPCResult for all calls; Enforce at compile timeMarcoFalke2020-03-131-5/+0
* Merge #18208: rpc: Change RPCExamples to bech32MarcoFalke2020-03-111-2/+2
|\
| * Change example addresses to bech32Yusuf Sahin HAMZA2020-03-011-2/+2
* | rpc: Auto-format RPCResultMarcoFalke2020-02-251-8/+73
* | rpc: Move OuterType enum to headerMarcoFalke2020-02-251-26/+36
|/
* rpc: update validateaddress RPCExamples to bech32Sebastian Falbesoner2020-02-131-0/+6
* qa: unify unix epoch time descriptionsJon Atack2019-12-131-0/+6
* wallet: replace raw pointer with const reference in AddrToPubKeyHarris2019-11-241-1/+1
* Avoid using g_rpc_node global in wallet codeRussell Yanofsky2019-10-281-6/+0
* scripted-diff: Rename InitInterfaces to NodeContextRussell Yanofsky2019-10-281-2/+2
* util: Add CHECK_NONFATAL and use it in src/rpcMarcoFalke2019-10-181-6/+7
* rpc/net: decode the services flags in a new entrydarosior2019-09-051-0/+4
* Merge #16227: Refactor CWallet's inheritance chainWladimir J. van der Laan2019-07-111-3/+3
|\
| * scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow2019-07-091-3/+3
| * Remove CKeyStore and squash into CBasicKeyStoreAndrew Chow2019-07-091-3/+3
* | Merge #16240: JSONRPCRequest-aware RPCHelpManMarcoFalke2019-07-091-0/+10
|\ \
| * | Make the RPCHelpMan aware of JSONRPCRequest and add Check() helperKarl-Johan Alm2019-07-081-0/+9
| * | rpc: migrate JSONRPCRequest functionality into request.cppKarl-Johan Alm2019-07-051-0/+1
| |/
* | Merge #14505: test: Add linter to make sure single parameter constructors are...Wladimir J. van der Laan2019-07-081-1/+1
|\ \ | |/ |/|
| * Add Travis check for single parameter constructors not marked "explicit"practicalswift2019-06-261-1/+1
* | Merge #15427: Add support for descriptors to utxoupdatepsbtWladimir J. van der Laan2019-07-021-0/+5
|\ \ | |/ |/|
| * Abstract out EvalDescriptorStringOrObject from scantxoutsetPieter Wuille2019-05-101-0/+5
* | Make and get the multisig redeemscript and destination in one function instea...Andrew Chow2019-06-201-1/+2
|/
* Merge #15744: refactor: Extract ParseDescriptorRangeMarcoFalke2019-05-101-1/+1
|\
| * Extract ParseDescriptorRangeBen Woosley2019-04-131-1/+1
* | [build] Move rpc utility methods to rpc/utilJohn Newbery2019-04-091-0/+42
|/
* Merge #15288: Remove wallet -> node global function callsMarcoFalke2019-03-041-1/+1
|\
| * Remove uses of fee globals in wallet codeRussell Yanofsky2019-02-221-1/+1
* | 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
|/