aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2019-01-31Merge #15002: 0.17: Backport #14941Wladimir J. van der Laan
2019-01-25Remove errant past from walletcreatefundedpsbt for nLocktime replaceabilityGregory Sanders
2019-01-16rpc: Make unloadwallet wait for complete wallet unloadJoão Barbosa
2018-12-24Merge #14893: 0.17 [Backport 14890] rpc: Avoid creating non-standard raw tran...MarcoFalke
2018-12-09importmulti: Don't add internal addresses to address bookGregory Sanders
2018-12-07rpc: Avoid creating non-standard raw transactionsMarcoFalke
2018-12-05rpc: Fix wallet unload during walletpassphrase timeoutJoão Barbosa
2018-12-03Refactor PSBTInput signing to enforce invariantGlenn Willen
2018-12-03Simplify arguments to SignPSBTInputGlenn Willen
2018-12-03New PartiallySignedTransaction constructor from CTransctionGlenn Willen
2018-12-03Remove redundant txConst parameter to FillPSBTGlenn Willen
2018-12-03More concise conversion of CDataStream to stringGlenn Willen
2018-12-01Merge #14196: [0.17][psbt] always drop the unnecessary utxo and convert non-w...MarcoFalke
2018-11-30CreateTransaction: Assume minimum p2sh-p2wpkh spend size for unknown changeGregory Sanders
2018-11-30Remove stale comment in CalculateMaximumSignedInputSizeGregory Sanders
2018-11-28wallet: Avoid potential use of unitialized value bnb_used in CWallet::CreateT...practicalswift
2018-11-28[wallet] Ensure wallet is unlocked before signinggustavonalle
2018-10-10[wallet] Restore ability to list incoming transactions by labelRussell Yanofsky
2018-09-11Convert non-witness UTXOs to witness if witness sig createdAndrew Chow
2018-09-11Drop the unnecessary UTXO based on the UTXOs present, not on earlier wallet t...Andrew Chow
2018-08-28fix walletcreatefundedpsbt deriv paths, add testGregory Sanders
2018-08-27Docs: Fix help message typo optiona -> optionalBen Woosley
2018-08-21RPCTypeCheck bip32derivs arg in walletcreatefundedGregory Sanders
2018-08-21walletcreatefundedpsbt: remove duplicate replaceable argGregory Sanders
2018-08-15Only wipe wrong UTXO type data if overwritten by walletPieter Wuille
2018-08-13Merge #13666: Always create signatures with Low R valuesWladimir J. van der Laan
2018-08-13Merge #13808: wallet: shuffle coins before grouping, where warrantedWladimir J. van der Laan
2018-08-10Merge #13908: [Docs] upgrade rescan time warning from minutes to >1 hourMarcoFalke
2018-08-09Use 72 byte dummy signatures when watching only inputs may be usedAndrew Chow
2018-08-09Use 71 byte signature for DUMMY_SIGNATURE_CREATORAndrew Chow
2018-08-10wallet: shuffle coins before grouping, where warrantedKarl-Johan Alm
2018-08-09Use pushKV in some new PSBT RPCs.Daniel Kraft
2018-08-09Merge #13911: doc: Revert translated string change, clarify wallet log messagesMarcoFalke
2018-08-09Merge #13876: wallet: Catch filesystem_error and raise InitErrorMarcoFalke
2018-08-08Trivial: Revert translated string change, clarify wallet log messagesPierre Rochard
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-07[Docs] upgrade rescan time warning from minutes to >1 hourMason Simon
2018-08-07Merge #13812: wallet: sum ancestors rather than taking max in output groupsWladimir J. van der Laan
2018-08-07Merge #13843: [trivial] Add doxygen-compatible comments to CAffectedKeysVisitorWladimir J. van der Laan
2018-08-07Merge #13657: wallet: assert to ensure accuracy of CMerkleTx::GetBlocksToMatu...Wladimir J. van der Laan
2018-08-07Merge #13667: wallet: Fix backupwallet for multiwalletsWladimir J. van der Laan
2018-08-04wallet: Catch filesystem_error and raise InitErrorMarcoFalke
2018-08-03[trivial] add doxygen-compatible comments to CAffectedKeysVisitorPierre Rochard
2018-08-02[wallet] Add wallet name to log messagesPierre Rochard
2018-08-02trivial: correct typosVarunram
2018-08-01Merge #13805: [wallet] Correctly limit output group sizeMarcoFalke
2018-07-31wallet: sum ancestors rather than taking max in output groupsKarl-Johan Alm
2018-07-30[wallet] correctly limit output group sizeSuhas Daftuar
2018-07-29refactor: Avoid locking tx pool cs thriceMarcoFalke
2018-07-29Merge #13774: Return void instead of bool for functions that cannot failMarcoFalke