aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
AgeCommit message (Expand)Author
2016-04-19Merge #7787: [Moveonly] Create ui_interface.cppWladimir J. van der Laan
2016-04-15Add lockUnspents option to fundrawtransactionJoão Barbosa
2016-04-15Add change options to fundrawtransactionJoão Barbosa
2016-04-02[ui] Move InitError, InitWarning, AmountErrMsgMarcoFalke
2016-04-02Merge #7691: [Wallet] refactor wallet/init interactionWladimir J. van der Laan
2016-03-29Merge #7558: [RPC] Add import/removeprunedfunds rpc callWladimir J. van der Laan
2016-03-24Merge #7506: Use CCoinControl selection in CWallet::FundTransactionWladimir J. van der Laan
2016-03-23Added companion removeprunedfunds call.instagibbs
2016-03-23Merge #7715: Fix calculation of balances and available coins.Wladimir J. van der Laan
2016-03-22Prevent multiple calls to CWallet::AvailableCoinsJoão Barbosa
2016-03-22[Wallet] refactor wallet/init interactionJonas Schnelli
2016-03-21Implement "feefilter" P2P message.Alex Morcos
2016-03-18Fix calculation of balances and available coins.Alex Morcos
2016-03-14[qt] Remove 0-fee from send dialogMarcoFalke
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-08Use CCoinControl selection in CWallet::FundTransactionJoão Barbosa
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