aboutsummaryrefslogtreecommitdiff
path: root/src/walletdb.h
AgeCommit message (Expand)Author
2014-02-14Add -zapwallettxes cli/config option, used for wallet recoveryJeff Garzik
2014-02-07remove setting methods in wallet/walletdbCozz Lovan
2014-01-19wallet: add interface for storing generic data on destinationsWladimir J. van der Laan
2013-11-11Fix struct/class declaration mismatchesGavin Andresen
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-20Merge pull request #3119Pieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-08-28improve wallet load time by removing duplicated calls to EC_KEY_check_key and...patrick s
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
2013-06-20Refactor keytime/metadata and wallet encryption bugfixPieter Wuille
2013-06-10Wallet: store key creation time. Calculate whole-wallet birthday.Jeff Garzik
2013-06-05Get rid of db dependencies on mainEric Lombrozo
2013-05-30CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille
2012-10-08Handle corrupt wallets gracefully.Gavin Andresen
2012-09-26walletdb.h: remove dead codeJeff Garzik
2012-09-08Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr
2012-08-23Store a fixed order of transactions (and accounting) in the walletLuke Dashjr
2012-05-24Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille
2012-05-24Encapsulate public keys in CPubKeyPieter Wuille
2012-05-18Update License in File HeadersFordy
2012-04-17Move CWalletDB code to new walletdb module.Jeff Garzik