aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
AgeCommit message (Expand)Author
2019-02-14Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; relate...MeshCollider
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
2018-12-04rpc: Add description to fundrawtransaction vout_indexMarcoFalke
2018-12-01Add all category options to wallet rpc helpandrewtoth
2018-11-27Merge #14477: Add ability to convert solvability info to descriptorPieter Wuille
2018-11-27rpc: Pass argument descriptions to RPCHelpManMarcoFalke
2018-11-26qa: Add wallet_encryption error testsMarcoFalke
2018-11-14Add descriptors to listunspent and getaddressinfo + testsPieter Wuille
2018-11-14Use RPCHelpMan for all RPCsMarcoFalke
2018-11-13Rename ListTransactions filter variableRussell Yanofsky
2018-11-13[wallet] Restore ability to list incoming transactions by labelRussell Yanofsky
2018-11-13rpc: Correctly name argumentsJon Layton