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