aboutsummaryrefslogtreecommitdiff
path: root/src/walletdb.h
AgeCommit message (Expand)Author
2014-10-03[Wallet] Watch-only fixesCozz Lovan
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-18cleanup class private and public areas in walletdbPhilip Kaufmann
2014-09-18prefer const string& over char* in CDB and CWalletDB constructorPhilip Kaufmann
2014-09-02Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODSPieter Wuille
2014-09-01Merge pull request #4737Pieter Wuille
2014-08-31Use CSizeComputer to avoid counting sizes in SerializationOpPieter Wuille
2014-08-31rework overhauled serialization methods to non-staticKamil Domanski
2014-08-31overhaul serialization codeKamil Domanski
2014-08-28add missing header end commentsPhilip Kaufmann
2014-07-02Use script matching rather than destination matching for watch-only.Pieter Wuille
2014-07-02Add support for watch-only addressesPieter Wuille
2014-06-16Let -zapwallettxes recover transaction meta dataCozz Lovan
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