aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
AgeCommit message (Expand)Author
2016-03-14[wallet] Move hardcoded file name out of log messagesMarcoFalke
2016-03-14[Wallet] optimize return value of InitLoadWallet()Jonas Schnelli
2016-03-11[Wallet] move "load wallet phase" to CWalletJonas Schnelli
2016-03-11Merge #7576: [Wallet] move wallet help string creation to CWalletWladimir J. van der Laan
2016-03-05[Wallet] move wallet help string creation to CWalletJonas Schnelli
2016-03-03Merge #7521: Don't resend wallet txs that aren't in our own mempoolWladimir J. van der Laan
2016-02-27Fix doxygen comment for payTxFeeMarcoFalke
2016-02-11Don't resend wallet txs that aren't in our own mempoolAlex Morcos
2016-02-09wallet: Ignore MarkConflict if block hash is not knownWladimir J. van der Laan
2016-02-04Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...Wladimir J. van der Laan
2016-02-02Move maxTxFee out of mempoolMarcoFalke
2016-01-30mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeMarcoFalke
2016-01-20Merge #7183: Improved readability of ApproximateBestSubsetWladimir J. van der Laan
2016-01-13Merge pull request #7312Wladimir J. van der Laan
2016-01-13[Wallet] Call notification signal when a transaction is abandonedJonas Schnelli
2016-01-13Add new rpc call: abandontransactionAlex Morcos
2016-01-13Merge pull request #7296Wladimir J. van der Laan
2016-01-07Make wallet descendant searching more efficientAlex Morcos
2016-01-06Make sure conflicted wallet tx's update balancesAlex Morcos
2016-01-05Improved readability of sorting for coin selection.Murch
2016-01-05Add sane fallback for fee estimationAlex Morcos
2016-01-05Always respect GetRequiredFee for wallet txsAlex Morcos
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-12fix logic for error logaccraze
2015-12-12wallet: check if tx scriptPubKey is unspendableaccraze
2015-12-11checks for null data transaction before debug.logaccraze
2015-12-09Merge pull request #7154Wladimir J. van der Laan
2015-12-07Added a test for the pruning of extraneous inputs after ApproximateBestSetMurch
2015-12-07Moved set reduction to the end of ApproximateBestSubset to reduce performance...Murch
2015-12-06Coinselection prunes extraneous inputs from ApproximateBestSubsetAlSzacrel
2015-12-04include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli
2015-12-02Fix typo in wallet.cppMarcoFalke
2015-12-02Merge pull request #6216Wladimir J. van der Laan
2015-12-02[Qt] add InMempool() info to transaction detailsJonas Schnelli
2015-12-01Merge pull request #7096Wladimir J. van der Laan
2015-12-01Merge pull request #7105Wladimir J. van der Laan
2015-11-30Move fPayAtLeastCustomFee function to CCPieter Wuille
2015-11-29Keep track of explicit wallet conflicts instead of using mempoolPieter Wuille
2015-11-28Default fPayAtLeastCustomFee to falseRyan Havar
2015-11-28[trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke
2015-11-28Constrain constant values to a single location in codeLuke Dashjr
2015-11-27Merge pull request #6134Wladimir J. van der Laan
2015-11-24Pass reference to estimateSmartFee and cleanup whitespaceSuhas Daftuar
2015-11-21Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr
2015-11-16Change wallet and GUI code to use new smart fee estimation calls.Alex Morcos
2015-11-10Merge pull request #6163Wladimir J. van der Laan
2015-11-05Merge pull request #6887Wladimir J. van der Laan
2015-11-04Merge pull request #6669Wladimir J. van der Laan
2015-11-03[qt] Properly display required fee instead of minTxFeeMarcoFalke