aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
2019-02-22Merge #15408: Remove unused TransactionError constantsMarcoFalke
2019-02-16[Doc] add missing newline to witnessScript in listunspent helpDavid A. Harding
2019-02-14Fetch keys from keypool when private keys are disabledAndrew Chow
2019-02-15Merge #14021: Import key origin data through descriptors in importmultiMeshCollider
2019-02-14Store key origin info in key metadataAndrew Chow
2019-02-14Merge #14481: Add P2SH-P2WSH support to listunspent RPCWladimir J. van der Laan
2019-02-14Remove hdmasterkeyidAndrew Chow
2019-02-14Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow
2019-02-14Remove unused TransactionError constantsMarcoFalke
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-12Merge #15153: gui: Add Open Wallet menuJonas Schnelli
2019-02-11Switch away from exceptions in refactored tx codeGlenn Willen
2019-02-11Move PSBT definitions and code to separate filesGlenn 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 #15226: Allow creating blank (empty) wallets (alternative)MeshCollider
2019-02-10[wallet] Support creating a blank walletAndrew Chow
2019-02-07wallet: Add lock annotation for mapAddressBookMarcoFalke
2019-02-05Merge #15245: remove deprecated mentions of signrawtransaction from fundraw helpMarcoFalke
2019-02-04remove deprecated mentions of signrawtransaction from fundraw helpGregory Sanders
2019-02-04wallet: Factor out LoadWalletJoão Barbosa
2019-02-01Document rescanblockchain returned stop_height being nullRussell Yanofsky
2019-02-01Add suggested rescanblockchain commentsRussell Yanofsky
2019-02-01Rename ScanResult stop_block fieldRussell Yanofsky
2019-02-01Merge #15235: Do not import private keys to wallets with private keys disabledWladimir J. van der Laan
2019-01-31Do not import private keys to wallets with private keys disabledAndrew Chow
2019-01-30Merge #15292: Remove 'boost::optional'-related false positive -Wmaybe-uniniti...Wladimir J. van der Laan
2019-01-30Remove 'boost::optional'-related gcc warningsHennadii Stepanov
2019-01-30Merge #15279: wallet: Clarify rescanblockchain docMarcoFalke
2019-01-30Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet codeMeshCollider
2019-01-29wallet: Fixup rescanblockchain result docMarcoFalke
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-19Remove errant past from walletcreatefundedpsbt for nLocktime replaceabilityGregory Sanders
2019-01-18rpc: remove duplicate solvable field from getaddressinfofanquake
2019-01-15Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...Russell Yanofsky
2019-01-15Add findFork and findBlock to the Chain interfaceRussell Yanofsky
2019-01-15Add height, depth, and hash methods to the Chain interfaceRussell Yanofsky
2019-01-15Merge #14941: rpc: Make unloadwallet wait for complete wallet unloadWladimir J. van der Laan
2019-01-15rpc: Make unloadwallet wait for complete wallet unloadJoão Barbosa
2019-01-05Use C++11 default member initializersMarcoFalke
2018-12-21Merge #14653: rpcwallet: Add missing transaction categories to rpc helptextsMarcoFalke
2018-12-17 Minimal changes to comply with explicit CMutableTransaction -> CTranaction c...lucash-dev
2018-12-12Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...MeshCollider
2018-12-10Merge #14877: rpc: Document default values for optional argumentsMarcoFalke
2018-12-07rpc: Document default values for optional argumentsMarcoFalke
2018-12-06rpc: Avoid creating non-standard raw transactionsMarcoFalke
2018-12-05Merge #14796: rpc: Pass argument descriptions to RPCHelpManMarcoFalke