aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
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-27Merge #10075: Remove unused C++ code not covered by unit testsWladimir J. van der Laan
2017-04-26cleanup: reduce to one GetMinimumFee call signatureAlex Morcos
2017-04-26Remove unused C++ code not covered by unit testspracticalswift
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-21wallet: Add comment describing the various classes in walletdb.hWladimir J. van der Laan
2017-04-20Merge #10181: Include cleanupWladimir J. van der Laan
2017-04-20Merge #9942: Refactor CBlockPolicyEstimatorWladimir J. van der Laan
2017-04-20wallet: Make IsDummy private in CWalletDBWrapperWladimir J. van der Laan
2017-04-20wallet: CWalletDB CDB composition not inheritanceWladimir 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-18[rpc] Add abortrescan command to RPC interface.Kalle Alm
2017-04-17Merge #10207: Clarify importprivkey help text ... example of blank label with...MarcoFalke
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-13Clarify importprivkey help text with example of blank label without rescanWarren Togami
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-13Missing includesJorge Timón
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
2017-04-10Merge #9725: CValidationInterface CleanupsWladimir J. van der Laan
2017-04-10Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos
2017-04-10Merge #10164: Wallet: reduce excess logic InMempool()Wladimir J. van der Laan
2017-04-08[Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoinNicolasDorier
2017-04-07[trivial] Fix typo ("improssible" → "impossible")practicalswift
2017-04-07Merge #9681: Refactor Bumpfee, move core functionality to CWalletWladimir J. van der Laan
2017-04-07Take a CTransactionRef in AddToWalletIfInvolvingMe to avoid a copyMatt Corallo
2017-04-07Use std::shared_ptr instead of boost::shared_ptr in ScriptForMiningMatt Corallo