aboutsummaryrefslogtreecommitdiff
path: root/src/walletdb.h
Commit message (Expand)AuthorAgeFilesLines
* Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODSPieter Wuille2014-09-021-1/+1
* Merge pull request #4737Pieter Wuille2014-09-011-3/+5
|\
| * Use CSizeComputer to avoid counting sizes in SerializationOpPieter Wuille2014-08-311-3/+1
| * rework overhauled serialization methods to non-staticKamil Domanski2014-08-311-6/+6
| * overhaul serialization codeKamil Domanski2014-08-311-5/+9
* | add missing header end commentsPhilip Kaufmann2014-08-281-0/+1
|/
* Use script matching rather than destination matching for watch-only.Pieter Wuille2014-07-021-1/+1
* Add support for watch-only addressesPieter Wuille2014-07-021-0/+3
* Let -zapwallettxes recover transaction meta dataCozz Lovan2014-06-161-2/+2
* Add -zapwallettxes cli/config option, used for wallet recoveryJeff Garzik2014-02-141-0/+2
* remove setting methods in wallet/walletdbCozz Lovan2014-02-071-16/+0
* wallet: add interface for storing generic data on destinationsWladimir J. van der Laan2014-01-191-0/+5
* Fix struct/class declaration mismatchesGavin Andresen2013-11-111-1/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-111/+33
* Merge pull request #3119Pieter Wuille2013-10-201-1/+1
|\
| * Bump Year Number to 2013super32013-10-201-1/+1
* | improve wallet load time by removing duplicated calls to EC_KEY_check_key and...patrick s2013-08-281-2/+8
|/
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-1/+3
* Refactor keytime/metadata and wallet encryption bugfixPieter Wuille2013-06-201-8/+6
* Wallet: store key creation time. Calculate whole-wallet birthday.Jeff Garzik2013-06-101-2/+49
* Get rid of db dependencies on mainEric Lombrozo2013-06-051-0/+4
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-5/+5
* Handle corrupt wallets gracefully.Gavin Andresen2012-10-081-2/+5
* walletdb.h: remove dead codeJeff Garzik2012-09-261-30/+0
* Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr2012-09-081-0/+6
* Store a fixed order of transactions (and accounting) in the walletLuke Dashjr2012-08-231-0/+4
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-0/+1
* Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-10/+10
* Update License in File HeadersFordy2012-05-181-1/+1
* Move CWalletDB code to new walletdb module.Jeff Garzik2012-04-171-0/+179