aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* wallet: fundrawtx fee rate coverage, fixup ParseConfirmTarget()Jon Atack2020-10-291-4/+5
* Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)MarcoFalke2020-08-141-2/+2
|\
| * rpc: Treat all args after a hidden arg as hidden as wellMarcoFalke2020-08-021-2/+2
* | refactor: Make HexStr take a spanWladimir J. van der Laan2020-08-061-1/+1
|/
* Merge #19386: rpc: Assert that RPCArg names are equal to CRPCCommand ones (se...MarcoFalke2020-07-151-19/+25
|\
| * rpc: Add option to hide RPCArgMarcoFalke2020-07-031-19/+8
| * rpc: Add CRPCCommand constructor which takes RPCHelpManMarcoFalke2020-06-301-0/+14
| * rpc: Check that left section is not multilineMarcoFalke2020-06-261-0/+3
* | Merge #19328: Add gettxoutsetinfo hash_type optionMarcoFalke2020-07-061-0/+17
|\ \ | |/ |/|
| * rpc: Add hash_type NONE to gettxoutsetinfoFabian Jahr2020-06-221-0/+2
| * rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)Fabian Jahr2020-06-221-0/+15
* | refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)Wladimir J. van der Laan2020-06-241-2/+2
|/
* refactor: Error message bilingual_str consistencyWladimir J. van der Laan2020-06-091-1/+2
* util: dedup code in callers of serviceFlagToStr()Vasil Dimov2020-05-291-6/+2
* util: simplify the interface of serviceFlagToStr()Vasil Dimov2020-05-291-1/+1
* Merge #18165: Consolidate service flag bit-to-name conversion to a shared ser...Jonas Schnelli2020-05-291-10/+7
|\
| * Consolidate service flag bit-to-name conversion to a shared serviceFlagToStr ...Luke Dashjr2020-02-211-10/+7
* | Merge #18607: rpc: Fix named arguments in documentationMarcoFalke2020-04-171-8/+26
|\ \
| * | rpc: Document all aliases for second arg of getblockMarcoFalke2020-04-161-8/+26
* | | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
|/ /
* | Bugfix: RPC: JSON null is not "None"Luke Dashjr2020-04-021-1/+1
* | Bugfix: RPC: Don't use a continuation elipsis after an elision elipsisLuke Dashjr2020-04-021-4/+4
* | Bugfix: RPC: Add missing commas and correct indentation of explicit ELISIONLuke Dashjr2020-04-021-2/+2
* | Merge #18444: RPC: Remove final comma for last entry of fixed-size arrays/obj...MarcoFalke2020-03-281-1/+9
|\ \
| * | Bugfix: RPC: Remove final comma for last entry of fixed-size Arrays and Objec...Luke Dashjr2020-03-281-1/+9
* | | Merge #18134: Replace std::to_string with locale-independent alternativeWladimir J. van der Laan2020-03-251-1/+1
|\ \ \ | |/ / |/| |
| * | Replace std::to_string with locale-independent alternativeBen Woosley2020-03-141-1/+1
* | | Merge #18316: util: HelpExampleRpc formattingfanquake2020-03-131-2/+2
|\ \ \ | |/ / |/| |
| * | util: HelpExampleRpc formatting fixupJon Atack2020-03-111-2/+2
* | | Merge #18208: rpc: Change RPCExamples to bech32MarcoFalke2020-03-111-1/+1
|\ \ \ | |/ / |/| |
| * | Change example addresses to bech32Yusuf Sahin HAMZA2020-03-011-1/+1
* | | rpc: Auto-format RPCResultMarcoFalke2020-02-251-1/+90
* | | rpc: Move OuterType enum to headerMarcoFalke2020-02-251-17/+6
|/ /
* / rpc: update validateaddress RPCExamples to bech32Sebastian Falbesoner2020-02-131-0/+1
|/
* qa: unify unix epoch time descriptionsJon Atack2019-12-131-0/+2
* wallet: replace raw pointer with const reference in AddrToPubKeyHarris2019-11-241-3/+3
* replace asserts in RPC code with CHECK_NONFATAL and add linterAdam Jonas2019-10-301-4/+4
* Avoid using g_rpc_node global in wallet codeRussell Yanofsky2019-10-281-2/+0
* scripted-diff: Rename InitInterfaces to NodeContextRussell Yanofsky2019-10-281-1/+1
* rpc/net: decode the services flags in a new entrydarosior2019-09-051-0/+18
* rpc: Use Join helper in rpc/utilMarcoFalke2019-08-201-6/+3
* Give more errors for specific failure conditionsAndrew Chow2019-08-161-1/+1
* Return an error from descriptor Parse that gives more information about what ...Andrew Chow2019-08-161-2/+3
* Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow2019-07-091-1/+1
* scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow2019-07-091-3/+3
* Remove CKeyStore and squash into CBasicKeyStoreAndrew Chow2019-07-091-3/+3
* Merge #15427: Add support for descriptors to utxoupdatepsbtWladimir J. van der Laan2019-07-021-0/+38
|\
| * Abstract out EvalDescriptorStringOrObject from scantxoutsetPieter Wuille2019-05-101-0/+38
* | Make and get the multisig redeemscript and destination in one function instea...Andrew Chow2019-06-201-6/+18
|/
* Merge #15744: refactor: Extract ParseDescriptorRangeMarcoFalke2019-05-101-1/+19
|\