Get rid of 'e': all unused
[novacoin.git] / src / walletdb.cpp
2016-03-30 svostGet rid of 'e': all unused
2016-03-29 CryptoManiacMove signature verification functions to CPubKey.
2016-03-14 svostFix msvc c4127 warning 290/head
2016-03-13 CryptoManiacFix compilation warnings.
2016-03-11 CryptoManiacKeep address labels for pubkey pair addresses.
2016-03-08 CryptoManiacImportWallet() : process private key pairs
2016-03-08 CryptoManiacc_str() isn't needed here
2016-03-08 CryptoManiacDumpWallet() cleanup
2016-03-07 CryptoManiacNew dump function.
2016-03-06 svostGet rid of boost::split function 287/head
2016-03-04 CryptoManiacEncryption/decryption support for malleable keys.
2016-03-04 CryptoManiacStore only the second half of private key pair.
2016-02-14 0xDEADFACERPC: Add new methods suitable for malleable key pairs...
2015-10-18 CryptoManiacReorganize includes a bit.
2015-03-02 MASM fanAdd -zapwallettxes cli/config option, used for wallet...
2015-02-11 MASM fanWallet decryption support
2014-12-27 CryptoManiacCode cleanup
2014-12-18 CryptoManiacClean issues which some LLVM configurations don't like
2014-07-25 CryptoManiacBugfix: Unspendable inputs handling
2014-07-19 CryptoManiacMerge support for watch-only addresses
2014-07-16 CryptoManiacMulti-threaded signatures checking support, rename...
2014-07-10 CryptoManiacMove importwallet and dumpwallet implementations to...
2013-08-24 alexRemove loop macro from util.h
2013-08-18 alexBUGFIX: Move boost/version.hpp include from db.cpp...
2013-07-28 alexAdd wallet dump functionality and key creation timestamps
2013-04-15 alexhzupdate to 0.4 preview
2012-07-25 Sunny KingPPCoin: Change date display format and clean up a merge...
2012-05-20 FordyUpdate License in File Headers
2012-05-06 Luke DashjrBugfix: %-12I64d is not valid and causes the parameter...
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Jeff GarzikMove CWalletDB code to new walletdb module.