aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle inputs and outputs after joining psbtsAndrew Chow2019-09-241-1/+24
* [rpc] walletcreatefundedpsbt: use wallet default RBFSjors Provoost2019-08-171-7/+13
* signrawtransactionwithkey: report error when missing redeemScript/witnessScri...Anthony Towns2019-07-051-0/+3
* 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 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
* refactor: Use RPCHelpMan::IsValidNumArgs in getrawtransactionMarcoFalke2019-02-251-5/+7
* doc: Remove misleading hint in getrawtransactionMarcoFalke2019-02-251-2/+1
* Merge #15408: Remove unused TransactionError constantsMarcoFalke2019-02-221-4/+5
|\
| * Remove unused TransactionError constantsMarcoFalke2019-02-141-4/+5
* | Merge #13932: Additional utility RPCs for PSBTWladimir J. van der Laan2019-02-161-0/+338
|\ \
| * | Implement analyzepsbt RPC and testsAndrew Chow2019-02-161-0/+198
| * | Implement joinpsbts RPC and testsAndrew Chow2019-02-161-0/+75
| * | Implement utxoupdatepsbt RPC and testsAndrew Chow2019-02-161-0/+65
| |/
* | 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-141-93/+27
|\ \ | |/ |/|
| * Factor out combine / finalize / extract PSBT helpersGlenn Willen2019-02-111-26/+14
| * Remove op== on PSBTs; check compatibility in MergeGlenn Willen2019-02-111-2/+1
| * Switch away from exceptions in refactored tx codeGlenn Willen2019-02-111-1/+8
| * Move PSBT definitions and code to separate filesGlenn Willen2019-02-111-0/+1
| * Factor BroadcastTransaction out of sendrawtransactionGlenn Willen2019-02-111-65/+4
| * Split DecodePSBT into Base64 and Raw versionsGlenn Willen2019-02-111-3/+3
* | RPCHelpMan: Check default values are given at compile-timeMarcoFalke2019-02-111-60/+60
|/
* Merge #15337: rpc: Fix for segfault if combinepsbt called with empty inputsMarcoFalke2019-02-111-0/+3
|\
| * rpc: Fix for segfault if combinepsbt called with empty inputsbenthecarman2019-02-041-0/+3
* | [Docs] Small updates to getrawtransaction descriptionAmiti Uttarwar2019-02-041-6/+10
|/
* Merge #15159: [RPC] Remove lookup to UTXO set from GetTransactionMarcoFalke2019-01-301-8/+7
|\
| * [RPC] Update getrawtransaction interfaceAmiti Uttarwar2019-01-261-8/+7
* | RPCHelpMan: Pass through Result and ExamplesMarcoFalke2019-01-251-90/+102
* | Merge #14906: refactor: Make explicit CMutableTransaction -> CTransaction con...Wladimir J. van der Laan2019-01-211-4/+4
|\ \ | |/ |/|
| * Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...lucash-dev2018-12-171-4/+4
* | Merge #14966: docs: fix testmempoolaccept CLI syntaxMarcoFalke2018-12-291-1/+1
|\ \
| * | fix testmempoolaccept CLI syntax1Il12018-12-151-1/+1
| |/
* / clarifying getrawtransaction[time] get help textBen Carman2018-12-171-1/+1
|/
* Merge #14877: rpc: Document default values for optional argumentsMarcoFalke2018-12-101-9/+9
|\
| * rpc: Document default values for optional argumentsMarcoFalke2018-12-071-9/+9
* | rpc: Avoid creating non-standard raw transactionsMarcoFalke2018-12-061-3/+13
|/
* rpc: Pass argument descriptions to RPCHelpManMarcoFalke2018-11-271-204/+126
* clarify RPC rawtransaction documentationJameson Lopp2018-11-261-2/+2
* Use RPCHelpMan for all RPCsMarcoFalke2018-11-141-48/+82
* Merge #14530: Use RPCHelpMan to generate RPC doc stringsMarcoFalke2018-11-131-9/+86
|\
| * rpc: Add RPCHelpMan for machine-generated helpMarcoFalke2018-11-121-6/+83
| * rpc: Include rpc/util.h where needed for RPCHelpManMarcoFalke2018-11-091-3/+3
* | Merge #14356: fix converttopsbt permitsigdata arg, add basic testWladimir J. van der Laan2018-11-121-1/+1
|\ \