Remove unused includes.
[novacoin.git] / src / keystore.h
2016-03-08 CryptoManiacImportWallet() : process private key pairs
2016-03-04 CryptoManiacEncryption/decryption support for malleable keys.
2016-03-04 CryptoManiacStore only the second half of private key pair.
2016-02-22 CryptoManiacDo some cleanup, add importmalleablekey RPC call
2016-02-19 CryptoManiacScriptPubKeyToJSON: include matched key view.
2016-02-14 svostPerformance: replace iterator++ with ++iterator 275/head
2016-02-14 0xDEADFACERPC: Add new methods suitable for malleable key pairs...
2016-02-13 0xDEADFACEListMalleablePubKeys method
2016-02-12 0xDEADFACEExperimental support for TX_PUBKEY_DROP spending.
2015-04-10 svostRemove msvc warnings. 201/head
2015-02-11 MASM fanWallet decryption support
2014-12-31 fsb4000Add removeaddress RPC call
2014-07-25 CryptoManiacBugfix: Unspendable inputs handling
2014-07-19 CryptoManiacMerge support for watch-only addresses
2013-04-15 alexhzupdate to 0.4 preview
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-16 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-16 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-04-15 Wladimir J. van... fix warnings: delete called on 'XX' that has virtual...
2012-04-15 Wladimir J. van... fix warnings: delete called on 'XX' that has virtual...
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-03-26 Pieter WuilleBegin doxygen-compatible comments
2012-02-18 Pieter WuilleMove GenerateNewKey back to CWallet
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-01-13 Gavin AndresenReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP...
2012-01-09 Pieter WuilleCompressed pubkeys
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-19 Gavin AndresenUse block times for 'hard' OP_EVAL switchover, and...
2011-12-19 Gavin AndresenOP_EVAL implementation
2011-12-17 Pieter WuilleAdd GetSecret() and GetKeys() to CKeyStore
2011-11-06 Pieter WuilleSome extra comments
2011-11-02 Matt CoralloAdd returns to avoid annoying compile-time warnings.
2011-10-25 Matt CoralloAdd returns to avoid annoying compile-time warnings.
2011-08-31 Gavin AndresenSetCrypted() obtains keystore lock, to be safe.
2011-08-31 Gavin AndresenFix rpc-hanging deadlocks
2011-08-09 Matt CoralloUnify copyright notices.
2011-07-17 Pieter WuilleUse CBitcoinAddress instead of string/uint160
2011-07-17 Pieter Wuilleget rid of mapPubKeys
2011-07-13 Pieter WuilleDo not use obsolete CPrivKey for passing keys around
2011-07-13 Matt CoralloAdd wallet privkey encryption.
2011-07-08 Pieter WuillePrepare codebase for Encrypted Keys.
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-20 Pieter WuilleBugfixes walletclass
2011-06-15 Pieter WuilleCWallet class
2011-06-15 Pieter Wuillemove wallet code to separate file