aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.h
Commit message (Expand)AuthorAgeFilesLines
* Use importmulti timestamp when importing watch only keysRussell Yanofsky2017-02-101-1/+1
* Merge #9227: Make nWalletDBUpdated atomic to avoid a potential race.Wladimir J. van der Laan2017-02-061-1/+2
|\
| * Make nWalletDBUpdated atomic to avoid a potential race.Patrick Strateman2016-12-211-1/+2
* | 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
| |/
* / Wallet: Let the interval-flushing thread figure out the filenameLuke Dashjr2016-11-111-1/+1
|/
* Get rid of nType and nVersionPieter Wuille2016-11-071-2/+2
* Move CWalletDB::ReorderTransactions to CWalletPatrick Strateman2016-10-301-2/+1
* [WIP] Remove unused statement in serializationPavel Janík2016-09-091-2/+0
* [Wallet] comsetic non-code changes for the HD featureJonas Schnelli2016-07-151-2/+2
* [Wallet] ensure CKeyMetadata.hdMasterKeyID will be cleared during SetNull()Jonas Schnelli2016-07-151-2/+2
* [Wallet] extend CKeyMetadata with HD keypathJonas Schnelli2016-07-091-1/+12
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-0/+1
* [Wallet] Add simplest BIP32/deterministic key generation implementationJonas Schnelli2016-05-311-0/+32
* Move BackupWallet to CWallet::BackupWalletPatrick Strateman2016-05-161-1/+0
* Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDiskPatrick Strateman2016-05-091-1/+1
* Added companion removeprunedfunds call.instagibbs2016-03-231-0/+1
* [wallet] Move hardcoded file name out of log messagesMarcoFalke2016-03-141-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Constrain constant values to a single location in codeLuke Dashjr2015-11-281-0/+2
* Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr2015-11-211-1/+3
* Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+0
* ensure consistent header comment naming conventionsPhilip Kaufmann2015-04-201-3/+3
* move ThreadFlushWalletDB declaration to walletdb.hPhilip Kaufmann2015-04-081-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/+142