Age | Commit message (Expand) | Author |
2014-10-03 | [Wallet] Watch-only fixes | Cozz Lovan |
2014-09-26 | Use a typedef for monetary values | Mark Friedenbach |
2014-09-18 | cleanup class private and public areas in walletdb | Philip Kaufmann |
2014-09-18 | prefer const string& over char* in CDB and CWalletDB constructor | Philip Kaufmann |
2014-09-02 | Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS | Pieter Wuille |
2014-09-01 | Merge pull request #4737 | Pieter Wuille |
2014-08-31 | Use CSizeComputer to avoid counting sizes in SerializationOp | Pieter Wuille |
2014-08-31 | rework overhauled serialization methods to non-static | Kamil Domanski |
2014-08-31 | overhaul serialization code | Kamil Domanski |
2014-08-28 | add missing header end comments | Philip Kaufmann |
2014-07-02 | Use script matching rather than destination matching for watch-only. | Pieter Wuille |
2014-07-02 | Add support for watch-only addresses | Pieter Wuille |
2014-06-16 | Let -zapwallettxes recover transaction meta data | Cozz Lovan |
2014-02-14 | Add -zapwallettxes cli/config option, used for wallet recovery | Jeff Garzik |
2014-02-07 | remove setting methods in wallet/walletdb | Cozz Lovan |
2014-01-19 | wallet: add interface for storing generic data on destinations | Wladimir J. van der Laan |
2013-11-11 | Fix struct/class declaration mismatches | Gavin Andresen |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-10-20 | Merge pull request #3119 | Pieter Wuille |
2013-10-20 | Bump Year Number to 2013 | super3 |
2013-08-28 | improve wallet load time by removing duplicated calls to EC_KEY_check_key and... | patrick s |
2013-08-22 | Payment Protocol: X509-validated payment requests | Gavin Andresen |
2013-06-20 | Refactor keytime/metadata and wallet encryption bugfix | Pieter Wuille |
2013-06-10 | Wallet: store key creation time. Calculate whole-wallet birthday. | Jeff Garzik |
2013-06-05 | Get rid of db dependencies on main | Eric Lombrozo |
2013-05-30 | CSecret/CKey -> CKey/CPubKey split/refactor | Pieter Wuille |
2012-10-08 | Handle corrupt wallets gracefully. | Gavin Andresen |
2012-09-26 | walletdb.h: remove dead code | Jeff Garzik |
2012-09-08 | Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in db | Luke Dashjr |
2012-08-23 | Store a fixed order of transactions (and accounting) in the wallet | Luke Dashjr |
2012-05-24 | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress | Pieter Wuille |
2012-05-24 | Encapsulate public keys in CPubKey | Pieter Wuille |
2012-05-18 | Update License in File Headers | Fordy |
2012-04-17 | Move CWalletDB code to new walletdb module. | Jeff Garzik |