aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* [doc] rpc: remove "fallback to" from RBF default helpSjors Provoost2019-08-171-8/+8
* [rpc] walletcreatefundedpsbt: use wallet default RBFSjors Provoost2019-08-171-1/+7
* Make and get the multisig redeemscript and destination in one function instea...Andrew Chow2019-06-211-2/+2
* rpc: bugfix: Properly use iswitness in converttopsbtMarcoFalke2019-06-181-2/+7
* rpc: Switch touched RPCs to IsValidNumArgsMarcoFalke2019-06-181-4/+6
* [rpc] Remove the addresses field from the getaddressinfo return objectJohn Newbery2019-04-151-11/+2
* Merge #15408: Remove unused TransactionError constantsMarcoFalke2019-02-221-4/+4
|\
| * Remove unused TransactionError constantsMarcoFalke2019-02-141-4/+4
* | [Doc] add missing newline to witnessScript in listunspent helpDavid A. Harding2019-02-161-1/+1
* | Fetch keys from keypool when private keys are disabledAndrew Chow2019-02-141-12/+1
* | Merge #14021: Import key origin data through descriptors in importmultiMeshCollider2019-02-151-6/+5
|\ \
| * | Store key origin info in key metadataAndrew Chow2019-02-141-2/+4
| * | Remove hdmasterkeyidAndrew Chow2019-02-141-4/+0
| * | 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-2/+26
|\ \ | |/ |/|
| * Make listunspent and signrawtransaction RPCs support witnessScriptMeshCollider2019-02-131-2/+26
* | Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...MeshCollider2019-02-141-57/+13
|\ \ | |/ |/|
| * Switch away from exceptions in refactored tx codeGlenn Willen2019-02-111-2/+11
| * Move PSBT definitions and code to separate filesGlenn Willen2019-02-111-54/+1
| * Split DecodePSBT into Base64 and Raw versionsGlenn Willen2019-02-111-1/+1
* | Merge #14918: RPCHelpMan: Check default values are given at compile-timeMarcoFalke2019-02-121-149/+149
|\ \
| * | RPCHelpMan: Check default values are given at compile-timeMarcoFalke2019-02-111-149/+149
| |/
* | Merge #15153: gui: Add Open Wallet menuJonas Schnelli2019-02-121-13/+3
|\ \ | |/ |/|
| * wallet: Factor out LoadWalletJoão Barbosa2019-02-041-13/+3
* | Merge #15226: Allow creating blank (empty) wallets (alternative)MeshCollider2019-02-111-7/+23
|\ \
| * | [wallet] Support creating a blank walletAndrew Chow2019-02-101-7/+23
| |/
* | wallet: Add lock annotation for mapAddressBookMarcoFalke2019-02-071-1/+1
* | Merge #15245: remove deprecated mentions of signrawtransaction from fundraw helpMarcoFalke2019-02-051-2/+3
|\ \
| * | remove deprecated mentions of signrawtransaction from fundraw helpGregory Sanders2019-02-041-2/+3
| |/
* | Document rescanblockchain returned stop_height being nullRussell Yanofsky2019-02-011-2/+2
* | Add suggested rescanblockchain commentsRussell Yanofsky2019-02-011-0/+5
* | Rename ScanResult stop_block fieldRussell Yanofsky2019-02-011-1/+1
|/
* Merge #15235: Do not import private keys to wallets with private keys disabledWladimir J. van der Laan2019-02-011-0/+4
|\
| * Do not import private keys to wallets with private keys disabledAndrew Chow2019-01-311-0/+4
* | Merge #15292: Remove 'boost::optional'-related false positive -Wmaybe-uniniti...Wladimir J. van der Laan2019-01-301-1/+2
|\ \
| * | Remove 'boost::optional'-related gcc warningsHennadii Stepanov2019-01-301-1/+2
* | | Merge #15279: wallet: Clarify rescanblockchain docMarcoFalke2019-01-301-3/+3
|\ \ \ | |/ / |/| |
| * | wallet: Fixup rescanblockchain result docMarcoFalke2019-01-291-3/+3
* | | Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet codeMeshCollider2019-01-301-44/+41
|\ \ \ | |/ / |/| |
| * | Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...Russell Yanofsky2019-01-151-25/+23
| * | Add findFork and findBlock to the Chain interfaceRussell Yanofsky2019-01-151-17/+15
| * | Add height, depth, and hash methods to the Chain interfaceRussell Yanofsky2019-01-151-3/+4
* | | RPCHelpMan: Pass through Result and ExamplesMarcoFalke2019-01-251-255/+300
| |/ |/|
* | Merge #14906: refactor: Make explicit CMutableTransaction -> CTransaction con...Wladimir J. van der Laan2019-01-211-1/+1
|\ \
| * | Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...lucash-dev2018-12-171-1/+1
* | | Remove errant past from walletcreatefundedpsbt for nLocktime replaceabilityGregory Sanders2019-01-191-2/+1
* | | rpc: remove duplicate solvable field from getaddressinfofanquake2019-01-181-3/+1
| |/ |/|
* | Merge #14941: rpc: Make unloadwallet wait for complete wallet unloadWladimir J. van der Laan2019-01-151-9/+1
|\ \
| * | rpc: Make unloadwallet wait for complete wallet unloadJoão Barbosa2019-01-151-9/+1
| |/
* | Use C++11 default member initializersMarcoFalke2019-01-051-6/+3