aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.cpp
AgeCommit message (Expand)Author
2016-01-07[qa] wallet: Check if maintenance changes the balanceMarcoFalke
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-12-01Merge pull request #6914Wladimir J. van der Laan
2015-11-28Constrain constant values to a single location in codeLuke Dashjr
2015-11-21Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr
2015-11-13Prevector typePieter Wuille
2015-10-29Reject invalid pubkeys when reading ckey items from the wallet.Gregory Maxwell
2015-09-22Do not store Merkle branches in the wallet.Pieter Wuille
2015-07-23Includes: Cleanup around net main and walletJorge Timón
2015-05-27Merge pull request #5669Wladimir J. van der Laan
2015-05-15Consensus: MOVEONLY: Move CValidationState from main consensus/validationjtimon
2015-05-14minor: remove unneeded bool in CWalletDB::RecoverPhilip Kaufmann
2015-03-24Includes: Do not include main.h from any other headerJorge Timón
2015-03-21use constant references for strings in functions in wallet/*.*Philip Kaufmann
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli