aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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