aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
AgeCommit message (Expand)Author
2017-09-07Bump wallet version number to 159900Andrew Chow
2017-09-07Merge #10916: add missing lock to crypter GetKeys()Wladimir J. van der Laan
2017-09-06Introduce wrappers around CBitcoinAddressPieter Wuille
2017-09-06Document assumptions that are being made to avoid NULL pointer dereferencespracticalswift
2017-09-03wallet: update stored witness in AddToWalletSuhas Daftuar
2017-08-28Merge #11126: Acquire cs_main lock before cs_wallet during wallet initializationWladimir J. van der Laan
2017-08-28Merge #11145: Fix rounding bug in calculation of minimum changeWladimir J. van der Laan
2017-08-28Document assumptions that are being made to avoid division by zeropracticalswift
2017-08-25Output a bit more information for fee calculation report.Alex Morcos
2017-08-25Fix rounding errors in calculation of minimum change sizeAlex Morcos
2017-08-25Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cppWladimir J. van der Laan
2017-08-24Acquire cs_main lock before cs_wallet during wallet initializationRussell Yanofsky
2017-08-22Merge #11007: wallet: Fix potential memory leak when loading a corrupted wall...Wladimir J. van der Laan
2017-08-18Merge #10952: [wallet] Remove vchDefaultKey and have better first run detectionWladimir J. van der Laan
2017-08-18Merge #11044: [wallet] Keypool topup cleanupsWladimir J. van der Laan
2017-08-18Merge #11039: Avoid second mapWallet lookupWladimir J. van der Laan
2017-08-17Assert that CWallet::SyncMetaData finds oldest transaction.Eelis
2017-08-16[wallet] Add logging to MarkReserveKeysAsUsedJohn Newbery
2017-08-16[wallet] Remove keypool_topup_cleanupsJohn Newbery
2017-08-16Use nullptr instead of zero (0) as the null pointer constantpracticalswift
2017-08-16Merge #10956: Fix typosMarcoFalke
2017-08-15Remove vchDefaultKey and have better first run detectionAndrew Chow
2017-08-14wallet: Avoid second mapWallet lookupJoão Barbosa
2017-08-14wallet: Fix memory leak when loading a corrupted wallet filepracticalswift
2017-08-14Check that -blocknotify command is non-empty before executingpracticalswift
2017-08-14Don't use pass by reference to const for cheaply-copied types (bool, char, et...practicalswift
2017-08-14MOVEONLY: Init functions wallet/wallet.cpp -> wallet/init.cppRussell Yanofsky
2017-08-14MOVEONLY: Fee functions wallet/wallet.cpp -> wallet/fees.cppRussell Yanofsky
2017-08-14Move some static functions out of wallet.h/cppRussell Yanofsky
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-14Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan
2017-08-14Merge #11022: Basic keypool topupWladimir J. van der Laan
2017-08-10[wallet] keypool mark-used and topupJohn Newbery
2017-08-08Fix typos.practicalswift
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-08-06Fix resendwallettransactions assert failure if -walletbroadcast=0Matt Corallo
2017-08-04[wallet] Add HasUnusedKeys() helperJohn Newbery
2017-08-04[wallet] Cache keyid -> keypool id mappingsJohn Newbery
2017-08-03Merge #10942: Eliminate fee overpaying edge case when subtracting fee from re...Wladimir J. van der Laan
2017-08-02[wallet] [moveonly] Move LoadKeyPool to cppMatt Corallo
2017-08-02[wallet] [moveonly] Move CAffectedKeysVisitorJonas Schnelli
2017-07-28Clarify help message for -discardfeeAlex Morcos
2017-07-28[wallet] Specify wallet name in wallet loading errorsJohn Newbery
2017-07-28Reject invalid wallet filesJoão Barbosa
2017-07-28Reject duplicate wallet filenamesJoão Barbosa
2017-07-27Eliminate fee overpaying edge case when subtracting fee from recipientsAlex Morcos
2017-07-26Merge #10854: Avoid using sizes on non-fixed-width types to derive protocol c...Wladimir J. van der Laan
2017-07-23keystore GetKeys(): return result instead of writing to referenceMarko Bencun
2017-07-20Merge #10862: Remove unused variable int64_t nEnd. Fix typo: "conditon" → "...Wladimir J. van der Laan
2017-07-19Merge #10817: Redefine Dust and add a discard_rateWladimir J. van der Laan