36 Commits (51ed9ec971614aebdbfbd9527aba365dd0afd437)

Author SHA1 Message Date
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Pieter Wuille dfa23b94c2 CSecret/CKey -> CKey/CPubKey split/refactor 11 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
Wladimir J. van der Laan ab1b288fa7 Convert UI interface to boost::signals2. 12 years ago
Wladimir J. van der Laan fe4a655042 Fine-grained UI updates 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 12 years ago
Pieter Wuille 7f3ccb59da Split synchronization mechanisms from util.{h,cpp} 12 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 12 years ago
Wladimir J. van der Laan 2e120f28e0 fix warnings: delete called on 'XX' that has virtual functions but non-virtual destructor [-Wdelete-non-virtual-dtor] 12 years ago
Pieter Wuille f8dcd5ca6f Use scoped locks instead of CRITICAL_BLOCK 12 years ago
Pieter Wuille 6b8de05d0a Begin doxygen-compatible comments 12 years ago
Pieter Wuille 9976cf070f Move GenerateNewKey back to CWallet 12 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Gavin Andresen 922e8e2929 Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). 13 years ago
Pieter Wuille 11529c6e4f Compressed pubkeys 13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
Gavin Andresen 2a45a494b0 Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript 13 years ago
Gavin Andresen e679ec969c OP_EVAL implementation 13 years ago
Pieter Wuille 93db3fceac Add GetSecret() and GetKeys() to CKeyStore 13 years ago
Pieter Wuille d825e6a31b Some extra comments 13 years ago
Matt Corallo 0767e69199 Add returns to avoid annoying compile-time warnings. 13 years ago
Gavin Andresen e3c26b2573 SetCrypted() obtains keystore lock, to be safe. 13 years ago
Gavin Andresen 6cc4a62c0e Fix rpc-hanging deadlocks 13 years ago
Matt Corallo b2120e223a Unify copyright notices. 13 years ago
Pieter Wuille 2ffba736e9 Use CBitcoinAddress instead of string/uint160 13 years ago
Pieter Wuille 03fbd79049 get rid of mapPubKeys 13 years ago
Pieter Wuille 0efda1a79e Do not use obsolete CPrivKey for passing keys around 13 years ago
Matt Corallo 4e87d341f7 Add wallet privkey encryption. 13 years ago
Pieter Wuille acd6501610 Prepare codebase for Encrypted Keys. 13 years ago
Wladimir J. van der Laan e8ef3da713 update core to d0d80170a2 (CWallet class) 13 years ago
Pieter Wuille 98705aa51c Bugfixes walletclass 13 years ago
Pieter Wuille 64c7ee7e6b CWallet class 13 years ago
Pieter Wuille e89b9f6a2a move wallet code to separate file 13 years ago