Preserve key compression attribute while initializing a new instance of CKey.
[novacoin.git] / src / keystore.cpp
2016-04-02 CryptoManiacPreserve key compression attribute while initializing...
2016-03-29 CryptoManiacMove signature verification functions to CPubKey.
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...
2016-02-13 0xDEADFACEListMalleablePubKeys method
2016-02-12 0xDEADFACEExperimental support for TX_PUBKEY_DROP spending.
2015-02-11 MASM fanWallet decryption support
2015-01-10 CryptoManiacAdd redeemScript size sanity checkings.
2014-12-31 fsb4000Add removeaddress RPC call
2014-07-25 CryptoManiacBugfix: Unspendable inputs handling
2014-07-19 CryptoManiacPrevent import keys for watch-only addresses and vice...
2014-07-19 CryptoManiacMerge support for watch-only addresses
2014-07-10 CryptoManiacCreate wallet security menu
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-17 Pieter WuilleRemove headers.h
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-05 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-05 Pieter WuilleVerify status of encrypt/decrypt calls to detect failed...
2012-04-05 Pieter WuilleVerify status of encrypt/decrypt calls to detect failed...
2012-02-18 Pieter WuilleMove GenerateNewKey back to CWallet
2012-02-11 Pieter WuilleFix wallet encryption with compressed pubkeys
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-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-27 Matt CoralloFix EncryptKeys crash introduced by a9ba4710, identifie...
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-07-07 Wladimir J. van... Sync to bitcoin git e94010b2395694d56dd6
2011-07-07 Wladimir J. van... CKeyStore::AddKey must return a boolean
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-15 Pieter WuilleCWallet class
2011-06-15 Pieter Wuillemove wallet code to separate file