aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
AgeCommit message (Expand)Author
2013-10-10wallet: remove automatic update of default keyWladimir J. van der Laan
2013-10-04Remove CENT-output free transaction rule when relayingGavin Andresen
2013-09-20fix some printf -> LogPrintf leftoversPhilip Kaufmann
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-09-17[Fee logic] Don't count txins for priority to encourage sweeping.Gregory Maxwell
2013-08-29qt: Handle address purpose in incremental updatesWladimir J. van der Laan
2013-08-23Remove fAllowReuse from GetKeyFromPool.Gregory Maxwell
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
2013-08-22Refactor: Move GetAccountAddresses to CWalletGavin Andresen
2013-08-22Refactor: CAddressBookData for mapAddressBookGavin Andresen
2013-08-14Merge pull request #2776 from jgarzik/keypoolsizeGavin Andresen
2013-07-31Remove #define loop from util.hGavin Andresen
2013-07-17Bugfix: Avoid trying to parse outputs that aren't relevant to CWalletTx::GetA...Luke Dashjr
2013-07-17Bugfix: Store last/next wallet resend times unique per CWallet objectLuke Dashjr
2013-06-25CWallet::TopUpKeyPool() takes optional pool size argumentJeff Garzik
2013-06-23Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...Eric Lombrozo
2013-06-23Merge pull request #2592 from sipa/dumpwalletPieter Wuille
2013-06-22Merge pull request #2660 from TheBlueMatt/gmfrefactorPieter Wuille
2013-06-22Add GetKeyBirthTimes to walletPieter Wuille
2013-06-20Refactor keytime/metadata and wallet encryption bugfixPieter Wuille
2013-06-14Refactor fee rules to make them actually readable.Matt Corallo
2013-06-13Remove broken option to skip input checking for wallet txn.Matt Corallo
2013-06-10Wallet: optimize rescan to skip blocks prior to birthdayJeff Garzik
2013-06-10Wallet: store key creation time. Calculate whole-wallet birthday.Jeff Garzik
2013-06-05Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo
2013-06-05Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg...Eric Lombrozo
2013-06-04build: cosmetics after last commitCory Fields
2013-06-04build: use runtime setting for wallet rather than QT_GUI defineCory Fields
2013-05-30Merge pull request #2644 from sipa/constfindblockJeff Garzik
2013-05-30Merge pull request #2625 from gavinandresen/walletlock_asioJeff Garzik
2013-05-30CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille
2013-05-12Make FindBlockByHeight constant-time.Pieter Wuille
2013-05-07Use boost::asio::deadline_timer for walletpassphrase timeoutGavin Andresen
2013-05-04Merge pull request #2577 from gavinandresen/fee_bandaidGavin Andresen
2013-05-03Merge pull request #2566 from sipa/nodefGavin Andresen
2013-05-03Un-hardcode TX_FEE constantsGavin Andresen
2013-05-03CreateTransaction: return strFailReason on failureGavin Andresen
2013-05-03Define dust transaction outputs, and make them non-standardGavin Andresen
2013-05-02Do not write to wallet during LoadWalletGavin Andresen
2013-04-25Allow the default key to be unavailablePieter Wuille
2013-04-09Merge pull request #2478 from sipa/fullhashGavin Andresen
2013-04-08Merge pull request #2272 from gavinandresen/getbalancefixGavin Andresen
2013-04-07Always print full hashes (tx, block, inv)Pieter Wuille
2013-04-03Clean up shutdown processGavin Andresen
2013-02-22Merge pull request #2312 from gmaxwell/random_randomGavin Andresen
2013-02-22Merge pull request #1974 from kjj2/walletnotifyGavin Andresen
2013-02-18Internal RNG for approximateBestSubset to prevent degenerate behavior.Gregory Maxwell
2013-02-05Make transactions larger than 100K non-standardGavin Andresen
2013-02-04Fix getbalance discrepencyGavin Andresen
2013-01-30Correctly randomize change output positionGavin Andresen