aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
AgeCommit message (Expand)Author
2019-02-16Merge #15368: Descriptor checksumsWladimir J. van der Laan
2019-02-16Merge #13932: Additional utility RPCs for PSBTWladimir J. van der Laan
2019-02-16Implement analyzepsbt RPC and testsAndrew Chow
2019-02-15Make descriptor checksums mandatory in deriveaddresses and importmultiPieter Wuille
2019-02-15Add getdescriptorinfo to compute checksumPieter Wuille
2019-02-16Implement joinpsbts RPC and testsAndrew Chow
2019-02-16Implement utxoupdatepsbt RPC and testsAndrew Chow
2019-02-15Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblo...MarcoFalke
2019-02-15Merge #14021: Import key origin data through descriptors in importmultiMeshCollider
2019-02-14Merge #14481: Add P2SH-P2WSH support to listunspent RPCWladimir J. van der Laan
2019-02-14Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow
2019-02-14Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...MeshCollider
2019-02-13Make listunspent and signrawtransaction RPCs support witnessScriptMeshCollider
2019-02-12Merge #14918: RPCHelpMan: Check default values are given at compile-timeMarcoFalke
2019-02-12[rpc] mining: Omit uninitialized currentblockweight, currentblocktxMarcoFalke
2019-02-11Factor out combine / finalize / extract PSBT helpersGlenn Willen
2019-02-11Remove op== on PSBTs; check compatibility in MergeGlenn Willen
2019-02-11Switch away from exceptions in refactored tx codeGlenn Willen
2019-02-11Move PSBT definitions and code to separate filesGlenn Willen
2019-02-11Factor BroadcastTransaction out of sendrawtransactionGlenn Willen
2019-02-11Split DecodePSBT into Base64 and Raw versionsGlenn Willen
2019-02-11RPCHelpMan: Check default values are given at compile-timeMarcoFalke
2019-02-11Merge #15373: Move ParseConfirmTarget from rpc/mining to rpc/utilMarcoFalke
2019-02-11Merge #15337: rpc: Fix for segfault if combinepsbt called with empty inputsMarcoFalke
2019-02-11Merge #15226: Allow creating blank (empty) wallets (alternative)MeshCollider
2019-02-10[wallet] Support creating a blank walletAndrew Chow
2019-02-08Move ParseConfirmTarget from rpc/mining to rpc/utilRussell Yanofsky
2019-02-08Merge #14667: Add deriveaddresses RPC util methodMeshCollider
2019-02-05Merge #15332: [Docs] Small updates to getrawtransaction descriptionMarcoFalke
2019-02-05Merge #15245: remove deprecated mentions of signrawtransaction from fundraw helpMarcoFalke
2019-02-04rpc: Fix for segfault if combinepsbt called with empty inputsbenthecarman
2019-02-04Merge #15266: memory: Construct globals on first useMarcoFalke
2019-02-04[Docs] Small updates to getrawtransaction descriptionAmiti Uttarwar
2019-02-04remove deprecated mentions of signrawtransaction from fundraw helpGregory Sanders
2019-01-31Merge #15272: doc: correct logging return type and RPC exampleWladimir J. van der Laan
2019-01-30Merge #15159: [RPC] Remove lookup to UTXO set from GetTransactionMarcoFalke
2019-01-29log: Construct global logger on first useMarcoFalke
2019-01-29[rpc] util: add deriveaddresses methodSjors Provoost
2019-01-29doc: correct logging rpc return type and examplefanquake
2019-01-29Merge #14987: RPCHelpMan: Pass through Result and ExamplesMarcoFalke
2019-01-28Merge #15248: rpc: Compile on GCC4.8MarcoFalke
2019-01-27rpc: Compile on GCC4.8MarcoFalke
2019-01-26[RPC] Update getrawtransaction interfaceAmiti Uttarwar
2019-01-25RPCHelpMan: Pass through Result and ExamplesMarcoFalke
2019-01-21Merge #14906: refactor: Make explicit CMutableTransaction -> CTransaction con...Wladimir J. van der Laan
2019-01-16net: move BanMan to its own filesCory Fields
2019-01-16banman: create and split out banmanCory Fields
2019-01-16net: Break disconnecting out of Ban()Cory Fields
2019-01-14Merge #14982: rpc: Add getrpcinfo commandWladimir J. van der Laan
2019-01-13Drop IsLimited in favor of IsReachableBen Woosley