aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
AgeCommit message (Expand)Author
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
2013-01-26Merge pull request #2182 from gavinandresen/addressoracleGavin Andresen
2013-01-21Merge pull request #1872 from gmaxwell/listaddrnotmineGregory Maxwell
2013-01-16Replace RelayMessage with RelayTransaction.Matt Corallo
2013-01-15Remove IsFromMe() check in CTxMemPool::accept()Gavin Andresen
2012-12-26If the prio. will be enough after the next block don't force fees.Gregory Maxwell
2012-12-14In listaddressgroupings push down the IsMine check to run on each input.Gregory Maxwell
2012-12-12Merge pull request #1861 from jgarzik/coinlockGavin Andresen
2012-12-04rework ThreadSafeAskFee() / askFee() functionsPhilip Kaufmann
2012-11-24Merge pull request #2013 from sipa/blockheaderPieter Wuille
2012-11-16Merge pull request #2009 from sipa/fixmoveGavin Andresen
2012-11-15Add new RPC "lockunspent", to prevent spending of selected outputsJeff Garzik
2012-11-16Split off CBlockHeader from CBlockPieter Wuille
2012-11-14Prevent RPC 'move' from deadlockingPieter Wuille
2012-11-13add CWalletTx::GetImmatureCredit() and use it in CWallet::GetImmatureBalance()Philip Kaufmann
2012-11-04Merge pull request #1830 from Diapolo/trans_rem_spacesWladimir J. van der Laan
2012-11-03Add -walletnotify to call an external script on wallet transactionskjj2
2012-11-01Bugfix: do not keep relaying spent wallet transactionsPieter Wuille
2012-10-25fix some double-spaces in stringsPhilip Kaufmann
2012-10-21Bugfix: do not mark all future coins spentPieter Wuille
2012-10-20Transaction hash cachingPieter Wuille
2012-10-20Batch block connection during IBDPieter Wuille