aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.cpp
Commit message (Expand)AuthorAgeFilesLines
* really s/doge/dis/g this timeTomo Ueda2021-09-021-1/+1
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-1/+1
* Add missing cs_wallet lock that triggers new lock held assertionRussell Yanofsky2017-02-151-1/+1
* Use importmulti timestamp when importing watch only keysRussell Yanofsky2017-02-101-11/+25
* Dedup nTimeFirstKey update logicRussell Yanofsky2017-02-101-7/+2
* Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race.Wladimir J. van der Laan2017-02-061-26/+40
|\
| * Make nWalletDBUpdated atomic to avoid a potential race.Patrick Strateman2016-12-211-26/+40
* | Merge #9450: Increment MIT licence copyright header year on files modified in...Wladimir J. van der Laan2017-01-041-1/+1
|\ \
| * | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | | Merge #8776: Wallet refactoring leading up to multiwalletPieter Wuille2017-01-031-1/+2
|\ \ \ | |/ / |/| |
| * | Wallet: Let the interval-flushing thread figure out the filenameLuke Dashjr2016-11-111-1/+2
| |/
* / Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
|/
* Move CWalletDB::ReorderTransactions to CWalletPatrick Strateman2016-10-301-77/+1
* Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/Wladimir J. van der Laan2016-09-021-2/+1
|\
| * C++11: s/boost::scoped_ptr/std::unique_ptr/Jorge Timón2016-09-011-2/+1
* | Do not shadow variables.Pavel Janík2016-08-311-3/+3
|/
* Merge #8564: [Wallet] remove unused code/conditions in ReadAtCursorPieter Wuille2016-08-291-4/+4
|\
| * [Wallet] remove unused code/conditions in ReadAtCursorJonas Schnelli2016-08-231-4/+4
* | Merge #8445: Move CWallet::setKeyPool to private section of CWallet.Wladimir J. van der Laan2016-08-241-8/+2
|\ \ | |/ |/|
| * Move CWallet::setKeyPool to private section of CWalletPatrick Strateman2016-08-171-8/+2
* | Use __func__ to get function name for output printingMarcoFalke2016-08-191-2/+2
|/
* Split CWallet::AddToWallet into AddToWallet and LoadToWallet.Patrick Strateman2016-07-291-1/+1
* [Wallet] keep HD seed during salvagewalletJonas Schnelli2016-07-091-1/+1
* [Wallet] Add simplest BIP32/deterministic key generation implementationJonas Schnelli2016-05-311-0/+17
* Move BackupWallet to CWallet::BackupWalletPatrick Strateman2016-05-161-40/+0
* Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDiskPatrick Strateman2016-05-091-5/+5
* Added companion removeprunedfunds call.instagibbs2016-03-231-0/+39
* [wallet] Move hardcoded file name out of log messagesMarcoFalke2016-03-141-9/+9
* c++11: add scoped enum fallbacks to CPPFLAGS rather than defining them locallyCory Fields2016-01-081-5/+0
* Merge pull request #7229Wladimir J. van der Laan2016-01-071-1/+6
|\
| * [walletdb] Add missing LOCK() in Recover() for dummyWalletMarcoFalke2015-12-191-1/+6
* | c++11: detect and correct for boost builds with an incompatible abiCory Fields2016-01-051-0/+6
* | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|/
* Merge pull request #6914Wladimir J. van der Laan2015-12-011-5/+5
|\
| * Prevector typePieter Wuille2015-11-131-5/+5
* | Constrain constant values to a single location in codeLuke Dashjr2015-11-281-1/+1
* | Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr2015-11-211-1/+7
|/
* Reject invalid pubkeys when reading ckey items from the wallet.Gregory Maxwell2015-10-291-1/+6
* Do not store Merkle branches in the wallet.Pieter Wuille2015-09-221-2/+4
* Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+1
* Merge pull request #5669Wladimir J. van der Laan2015-05-271-0/+1
|\
| * Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon2015-05-151-0/+1
* | minor: remove unneeded bool in CWalletDB::RecoverPhilip Kaufmann2015-05-141-2/+1
|/
* Includes: Do not include main.h from any other headerJorge Timón2015-03-241-0/+1
* use constant references for strings in functions in wallet/*.*Philip Kaufmann2015-03-211-2/+2
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-0/+986