aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* Shuffle inputs and outputs after joining psbtsAndrew Chow2019-09-241-1/+24
* rpc: Fix getblocktemplate CLI example (#16594)Emil Engler2019-09-241-1/+1
* [rpc] walletcreatefundedpsbt: use wallet default RBFSjors Provoost2019-08-172-8/+14
* signrawtransactionwithkey: report error when missing redeemScript/witnessScri...Anthony Towns2019-07-051-0/+3
* Make and get the multisig redeemscript and destination in one function instea...Andrew Chow2019-06-213-9/+22
* rpc: bugfix: Properly use iswitness in converttopsbtMarcoFalke2019-06-181-9/+16
* rpc: Switch touched RPCs to IsValidNumArgsMarcoFalke2019-06-181-8/+12
* Add example 2nd arg to signrawtransactionwithkeyChris Moore2019-06-171-2/+2
* Fix RPC/pruneblockchain returned prune heightJonas Schnelli2019-06-141-1/+6
* net: Rename ::fRelayTxes to ::g_relay_txesMarcoFalke2019-05-161-1/+1
* rpc: getrpcinfo docsBen Carman2019-04-111-2/+14
* [rpc] Remove deprecated functionality message from validateaddress helpJohn Newbery2019-03-221-5/+1
* Fix overflow bug in analyzepsbt fee: CAmount instead of intPieter Wuille2019-03-131-2/+2
* rpc: return a number for estimated_feerate in analyzepsbtfanquake2019-03-131-1/+1
* doc: correct analysepsbt rpc docfanquake2019-03-131-7/+7
* Merge #15552: 0.18: Granular invalidateblock and RewindBlockIndexWladimir J. van der Laan2019-03-071-3/+3
|\
| * Call InvalidateBlock without cs_main heldPieter Wuille2019-02-241-3/+3
* | [rpc] deriveaddresses: add range to CRPCConvertParamSjors Provoost2019-03-012-3/+2
* | Make deriveaddresses use stop/[start,stop] notation for rangesPieter Wuille2019-02-281-16/+16
* | Add support for stop/[start,stop] ranges to scantxoutsetPieter Wuille2019-02-281-6/+9
* | Support ranges arguments in RPC helpPieter Wuille2019-02-282-0/+9
* | Add ParseRange function to parse args of the form int/[int,int]Pieter Wuille2019-02-282-0/+17
* | refactor: Use RPCHelpMan::IsValidNumArgs in getrawtransactionMarcoFalke2019-02-251-5/+7
* | doc: Remove misleading hint in getrawtransactionMarcoFalke2019-02-251-2/+1
* | Merge #15401: rpc: Actually throw help when passed invalid number of paramsWladimir J. van der Laan2019-02-254-22/+41
|\ \ | |/ |/|
| * rpc: Actually throw help when passed invalid number of paramsMarcoFalke2019-02-202-13/+13
| * rpc: Add RPCHelpMan::IsValidNumArgs()MarcoFalke2019-02-202-9/+28
* | Merge #15435: rpc: Add missing #includeMarcoFalke2019-02-222-1/+1
|\ \
| * | Add missing #include.Daniel Kraft2019-02-182-1/+1
| |/
* | Merge #15408: Remove unused TransactionError constantsMarcoFalke2019-02-221-4/+5
|\ \ | |/ |/|
| * Remove unused TransactionError constantsMarcoFalke2019-02-141-4/+5
* | Merge #15368: Descriptor checksumsWladimir J. van der Laan2019-02-161-2/+43
|\ \
| * | Make descriptor checksums mandatory in deriveaddresses and importmultiPieter Wuille2019-02-151-2/+2
| * | Add getdescriptorinfo to compute checksumPieter Wuille2019-02-151-0/+41
* | | Merge #13932: Additional utility RPCs for PSBTWladimir J. van der Laan2019-02-162-0/+339
|\ \ \ | |/ / |/| |
| * | Implement analyzepsbt RPC and testsAndrew Chow2019-02-161-0/+198
| * | Implement joinpsbts RPC and testsAndrew Chow2019-02-162-0/+76
| * | Implement utxoupdatepsbt RPC and testsAndrew Chow2019-02-161-0/+65
| |/
* | Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblo...MarcoFalke2019-02-151-14/+14
|\ \
| * | [rpc] mining: Omit uninitialized currentblockweight, currentblocktxMarcoFalke2019-02-121-14/+14
* | | Merge #14021: Import key origin data through descriptors in importmultiMeshCollider2019-02-151-0/+1
|\ \ \
| * | | Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow2019-02-141-0/+1
| | |/ | |/|
* | | Merge #14481: Add P2SH-P2WSH support to listunspent RPCWladimir J. van der Laan2019-02-141-5/+16
|\ \ \ | |/ / |/| |
| * | Make listunspent and signrawtransaction RPCs support witnessScriptMeshCollider2019-02-131-5/+16
* | | Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...MeshCollider2019-02-143-93/+59
|\ \ \ | |/ / |/| |
| * | Factor out combine / finalize / extract PSBT helpersGlenn Willen2019-02-112-26/+16
| * | Remove op== on PSBTs; check compatibility in MergeGlenn Willen2019-02-111-2/+1
| * | Switch away from exceptions in refactored tx codeGlenn Willen2019-02-113-1/+38
| * | Move PSBT definitions and code to separate filesGlenn Willen2019-02-111-0/+1
| * | Factor BroadcastTransaction out of sendrawtransactionGlenn Willen2019-02-111-65/+4