aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
AgeCommit message (Expand)Author
2017-06-05CWalletDB: Store the update counter per walletLuke Dashjr
2017-06-05wallet: Move nAccountingEntryNumber from static/global to CWalletLuke Dashjr
2017-06-05Merge #10403: Fix importmulti failure to return rescan errorsWladimir J. van der Laan
2017-06-05Merge #10455: Simplify feebumper minimum fee code slightlyWladimir J. van der Laan
2017-06-02Merge #10500: Avoid CWalletTx copies in GetAddressBalances and GetAddressGrou...Pieter Wuille
2017-06-01Avoid CWalletTx copies in GetAddressBalances and GetAddressGroupingsRussell Yanofsky
2017-05-25Simplify feebumper minimum fee code slightlyRussell Yanofsky
2017-05-23Merge #10347: Use range-based for loops (C++11) when looping over vector elem...Pieter Wuille
2017-05-23Merge #10295: [qt] Move some WalletModel functions into CWalletWladimir J. van der Laan
2017-05-22Merge #10390: [wallet] remove minimum total fee optionWladimir J. van der Laan
2017-05-19Use range-based for loops (C++11) when looping over vector elementspracticalswift
2017-05-18Merge #9697: [Qt] simple fee bumper with user verificationJonas Schnelli
2017-05-17Add missing LOCK2 in CWallet::GetAvailableBalanceRussell Yanofsky
2017-05-17[qt] Move some WalletModel functions into CWalletRussell Yanofsky
2017-05-17Add query options to listunspent rpc callPedro Branco
2017-05-15Fix importmulti failure to return rescan errorsRussell Yanofsky
2017-05-11remove minimum total fee optionGregory Sanders
2017-05-11Add cs_wallet lock assertion to SignTransaction()Jonas Schnelli
2017-05-03Consensus: Minimal way to move dust out of consensusJorge Timón
2017-05-03Merge #10115: Avoid reading the old hd master key during wallet encryptionWladimir J. van der Laan
2017-05-02Merge #10180: [trivial] Fix typos (tempoarily → temporarily, inadvertantly ...Wladimir J. van der Laan
2017-05-01[Wallet] unset change position when there is no change on exact matchGregory Sanders
2017-04-26cleanup: reduce to one GetMinimumFee call signatureAlex Morcos
2017-04-26[wallet] Remove unneeded legacy getbalance codeRussell Yanofsky
2017-04-26[wallet] Add GetLegacyBalance method to simplify getbalance RPCRussell Yanofsky
2017-04-25Merge #10265: [wallet] [moveonly] Check non-null pindex before potentially re...Wladimir J. van der Laan
2017-04-25[wallet] Make sure pindex is non-null before possibly referencing in LogPrint...Karl-Johan Alm
2017-04-24Merge #9951: Wallet database handling abstractions/simplificationsWladimir J. van der Laan
2017-04-24Merge #9792: FastRandomContext improvements and switch to ChaCha20Wladimir J. van der Laan
2017-04-20Merge #9942: Refactor CBlockPolicyEstimatorWladimir J. van der Laan
2017-04-20wallet: Reduce references to global bitdb environmentWladimir J. van der Laan
2017-04-20wallet: Get rid of fFileBackedWladimir J. van der Laan
2017-04-20wallet: Introduce database handle wrapperWladimir J. van der Laan
2017-04-19Merge #9827: Improve ScanForWalletTransactions return valueWladimir J. van der Laan
2017-04-19Merge #10221: Stop treating coinbase outputs differently in GUI: show them at...Jonas Schnelli
2017-04-19Merge #10226: wallet: Use boost to more portably ensure -wallet specifies onl...Wladimir J. van der Laan
2017-04-18wallet: Use boost to more portably ensure -wallet specifies only a filenameLuke Dashjr
2017-04-18Merge #10208: [wallet] Rescan abortabilityWladimir J. van der Laan
2017-04-17[wallet] Add support for aborting wallet transaction rescans.Kalle Alm
2017-04-17[qt] Stop treating coinbase outputs differently: show them at 1confMatt Corallo
2017-04-17Merge #10178: Remove CValidationInterface::UpdatedTransactionWladimir J. van der Laan
2017-04-13Avoid reading the old hd master key during wallet encryptionMatt Corallo
2017-04-13Remove CValidationInterface::UpdatedTransactionMatt Corallo
2017-04-13Merge #10165: [Wallet] Refactoring by using CInputCoin instead of std::pairWladimir J. van der Laan
2017-04-13[Wallet] Prevent CInputCoin to be in a null stateNicolasDorier
2017-04-13[Wallet] Simplify code using CInputCoinNicolasDorier
2017-04-13[Wallet] Decouple CInputCoin from CWalletTxNicolasDorier
2017-04-11Make CWallet::SyncTransactions() interface friendlierJohn Newbery
2017-04-11AddToWalletIfInvolvingMe should test pIndex, not posInBlockJohn Newbery
2017-04-10[trivial] Fix typos (tempoarily → temporarily, inadvertantly → inadverten...practicalswift