aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2019-06-21Make and get the multisig redeemscript and destination in one function instea...Andrew Chow
2019-06-18scripted-diff: Replace fprintf with tfm::formatMarcoFalke
2019-06-18Exceptions should be caught by reference, not by value.Kristaps Kaupe
2019-06-18rpc: bugfix: Properly use iswitness in converttopsbtMarcoFalke
2019-06-18rpc: Switch touched RPCs to IsValidNumArgsMarcoFalke
2019-04-16Merge #15803: [0.18] Backport 15749: importmulti only imports origin info for...MarcoFalke
2019-04-16Take non-importing keys into account for spendability warning in descriptor i...Pieter Wuille
2019-04-16Import all origin info in importmulti; even for non-importing pubkeysPieter Wuille
2019-04-16Keep full pubkeys in FlatSigningProvider::originsPieter Wuille
2019-04-15Merge #15800: Backport: [rpc] Remove the addresses field from the getaddressi...MarcoFalke
2019-04-15[rpc] Remove the addresses field from the getaddressinfo return objectJohn Newbery
2019-04-01wallet: Update transactions with current mempool after loadJoão Barbosa
2019-04-01wallet: Move CWallet::ReacceptWalletTransactions locks to callersJoão Barbosa
2019-03-14wallet: Log and ignore errors in ListWalletDir and IsBerkeleyBtreeJoão Barbosa
2019-02-28Use stop/[start,stop] notation in importmulti desc rangePieter Wuille
2019-02-23wallet: Use fsbridge::ifstream to fix Windows path issueChun Kuan Lee
2019-02-22Merge #15408: Remove unused TransactionError constantsMarcoFalke
2019-02-17Use a single wallet batch for UpgradeKeyMetadataJonas Schnelli
2019-02-17Merge #15425: [Doc] add missing newline to listunspent help for witnessScriptWladimir J. van der Laan
2019-02-16[Doc] importmulti: add missing description of keypool optionDavid A. Harding
2019-02-16[Doc] add missing newline to witnessScript in listunspent helpDavid A. Harding
2019-02-15Make descriptor checksums mandatory in deriveaddresses and importmultiPieter Wuille
2019-02-14Import public keys in orderAndrew Chow
2019-02-14Add option to importmulti add an imported pubkey to the keypoolAndrew Chow
2019-02-14Fetch keys from keypool when private keys are disabledAndrew Chow
2019-02-14Add a method to add a pubkey to the keypoolAndrew Chow
2019-02-15Merge #14021: Import key origin data through descriptors in importmultiMeshCollider
2019-02-14Import KeyOriginData when importing descriptorsAndrew Chow
2019-02-14Implement a function to add KeyOriginInfo to a walletAndrew Chow
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 a method to CWallet to write just CKeyMetadataAndrew Chow
2019-02-14Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}Andrew Chow
2019-02-14Refactor keymetadata writing to a separate methodAndrew 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-13Merge #15334: wallet: Log absolute paths for the walletsWladimir J. van der Laan
2019-02-13Merge #15390: [wallet-tool] Close bdb when flushing walletMarcoFalke
2019-02-13Make listunspent and signrawtransaction RPCs support witnessScriptMeshCollider
2019-02-12Merge #14918: RPCHelpMan: Check default values are given at compile-timeMarcoFalke
2019-02-13Log full paths for walletsHennadii Stepanov
2019-02-12[wallet] Close bdb when flushing wallet.John Newbery
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