53 Commits (30ab2c9c46ce38197017ce6a6e13869617e692c7)

Author SHA1 Message Date
Pieter Wuille 30ab2c9c46 Preparations for key import/export 13 years ago
Pieter Wuille 4c6e22953e Make CWalletTx::pwallet private 13 years ago
Dylan Noblesmith 94f778bdeb Implement an mlock()'d string class for storing passphrases 13 years ago
Gavin Andresen b2d3b2d65d Never remove database files on shutdown, it caused unreadable wallets on some testers' machines. 13 years ago
Gavin Andresen 1c15f88653 Only remove database log files on shutdown after wallet encryption/rewrite 13 years ago
Gavin Andresen 37971fcc76 Create new keypool for newly encrypted wallets. 13 years ago
Gavin Andresen d764d9161e Obsolete keypool and make sure database removes log files on shutdown. 13 years ago
Pieter Wuille 9e9869d0fe Resilvering 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
Nils Schneider 6ccff2cbde remove cryptopp dependency, add simple unittest for SHA256Transform() 13 years ago
Wladimir J. van der Laan c5aa1b139a update to work with new lock system, add protocol.* to build system 13 years ago
Gavin Andresen ed02c95d50 obtain cs_wallet mutex to protect vchDefaultKey 13 years ago
Gavin Andresen 7db3b75b3e Logic running with -keypool=0 was wrong (empty keys were being returned). Fixes #445 13 years ago
Gavin Andresen 471426fb3b Fixed potential deadlocks in GUI code. 13 years ago
Gavin Andresen 6cc4a62c0e Fix rpc-hanging deadlocks 13 years ago
Matt Corallo b2120e223a Unify copyright notices. 13 years ago
Pieter Wuille b63241d451 Bugfix: don't overuse limited ExtractAddress 13 years ago
Pieter Wuille a7dd11c6da Fix for small change outputs 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
Wladimir J. van der Laan a35ee96336 Add call to request unconfirmed balance 13 years ago
Matt Corallo a2606bad09 Fix Build in GetReservedKey() in wallet.cpp 13 years ago
Matt Corallo cee69980b0 Generate Warning when using default key. 13 years ago
Matt Corallo 0d7b28e52e Fix crashes when a wallet is locked and GetReservedKey() is called 13 years ago
Giel van Schijndel 84c3c2ebe7 fix warning: control reaches end of non-void function [-Wreturn-type] 13 years ago
Pieter Wuille d5115a71a1 Bugfix: add autogenerated addresses to address book 13 years ago
Jeff Garzik 116df55e21 Update CWallet::LoadWallet for proper return type. 13 years ago
Giel van Schijndel 858cebed7d fix warning: unused variable 'X' [-Wunused-variable] 13 years ago
Matt Corallo 7414733bea Make an invalid addrIncoming so that old clients crash. 13 years ago
Matt Corallo 96f34cd5c4 Use DB Transactions when encrypting wallet. 13 years ago
Matt Corallo ddebdd9a8f Set the number of SHA512 rounds based on the speed of the computer. 13 years ago
Matt Corallo 4e87d341f7 Add wallet privkey encryption. 13 years ago
Wladimir J. van der Laan df5ccbd2b2 Show unconfirmed balance on overview page 13 years ago
Pieter Wuille acd6501610 Prepare codebase for Encrypted Keys. 13 years ago
Wladimir J. van der Laan ae3d0aba15 Sync to bitcoin git e94010b239 13 years ago
Wladimir J. van der Laan 42c405ad23 temp patch for qtui 13 years ago
Matt Corallo 7ec552676c Add minversion to wallet. 13 years ago
Pieter Wuille e9f61c8787 Fix synchronization of default key 13 years ago
Wladimir J. van der Laan b8f174a5ce as there is no "default receiving address" in this GUI, don't autogenerate new addresses on receiving 13 years ago
Stéphane Gimenez 4d410cfce9 Fix AddressBook syncrhonization between a CWallet and CWalletDB 13 years ago
Wladimir J. van der Laan e8ef3da713 update core to d0d80170a2 (CWallet class) 13 years ago
Pieter Wuille d3800d59d5 Fix segfault when creating new wallet 13 years ago
Pieter Wuille 98705aa51c Bugfixes walletclass 13 years ago
Jeff Garzik aa0c5e87e8 CWalletTx::GetAmounts(): pass NULL for CKeyStore*, rather than false 13 years ago
Pieter Wuille 64c7ee7e6b CWallet class 13 years ago
Pieter Wuille e89b9f6a2a move wallet code to separate file 13 years ago