21 Commits (3480bf7c650bb14a31020c3ef33e76edea650e13)

Author SHA1 Message Date
Jeff Garzik 518f3bdae3 Add -zapwallettxes cli/config option, used for wallet recovery 11 years ago
Cozz Lovan cdb6c16935 remove setting methods in wallet/walletdb 11 years ago
Wladimir J. van der Laan b10e147096 wallet: add interface for storing generic data on destinations 11 years ago
Gavin Andresen 3a6faabecf Fix struct/class declaration mismatches 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
patrick s 6e51b3bddf improve wallet load time by removing duplicated calls to EC_KEY_check_key and adding a hash for vchPubKey/vchPrivKey entries in wallet.dat 11 years ago
Gavin Andresen a41d5fe019 Payment Protocol: X509-validated payment requests 11 years ago
Pieter Wuille 4addb2c066 Refactor keytime/metadata and wallet encryption bugfix 11 years ago
Jeff Garzik 3869fb89b6 Wallet: store key creation time. Calculate whole-wallet birthday. 11 years ago
Eric Lombrozo 336fe971e6 Get rid of db dependencies on main 11 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor 11 years ago
Gavin Andresen eed1785f70 Handle corrupt wallets gracefully. 12 years ago
Jeff Garzik 189eb6a989 walletdb.h: remove dead code 12 years ago
Luke Dashjr da7b8c1260 Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db 12 years ago
Luke Dashjr 9c7722b7c5 Store a fixed order of transactions (and accounting) in the wallet 12 years ago
Pieter Wuille 1025440184 Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress 12 years ago
Pieter Wuille fd61d6f506 Encapsulate public keys in CPubKey 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 13 years ago
Jeff Garzik 9eace6b113 Move CWalletDB code to new walletdb module. 13 years ago