aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
AgeCommit message (Expand)Author
2016-05-16Move BackupWallet to CWallet::BackupWalletPatrick Strateman
2016-05-16Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalancePatrick Strateman
2016-05-16Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.Gregory Maxwell
2016-05-10Merge #8028: Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDiskWladimir J. van der Laan
2016-05-10init: Move berkeleydb version reporting to walletWladimir J. van der Laan
2016-05-09Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDiskPatrick Strateman
2016-04-25Merge #7688: List solvability in listunspent output and improve helpWladimir J. van der Laan
2016-04-22Merge #7816: [Wallet] slighly refactor GetOldestKeyPoolTime()Wladimir J. van der Laan
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-06[Wallet] slightly refactor GetOldestKeyPoolTime()Jonas Schnelli
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-14List solvability in listunspent output and improve helpPieter Wuille
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