aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
AgeCommit message (Expand)Author
2013-11-18Coincontrol cleanup (e.g. add missing license)Philip Kaufmann
2013-11-14Coin Control FeaturesCozz Lovan
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-26Use boost signals for callbacks from main to walletPieter Wuille
2013-10-26Remove broken PrintWallet functionalityPieter Wuille
2013-10-26Do not treat fFromMe transaction differently when broadcastingPieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
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-29Make sure new wallet variables are initializedPieter Wuille
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-22Add GetKeyBirthTimes to walletPieter Wuille
2013-06-20Refactor keytime/metadata and wallet encryption bugfixPieter Wuille
2013-06-13Remove broken option to skip input checking for wallet txn.Matt Corallo
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-05Get rid of db dependencies on mainEric Lombrozo
2013-05-30CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille
2013-05-04Merge pull request #2577 from gavinandresen/fee_bandaidGavin Andresen
2013-05-03Merge pull request #2566 from sipa/nodefGavin Andresen
2013-05-03CreateTransaction: return strFailReason on failureGavin Andresen
2013-05-02Do not write to wallet during LoadWalletGavin Andresen
2013-04-25Allow the default key to be unavailablePieter Wuille
2013-04-07Always print full hashes (tx, block, inv)Pieter Wuille
2013-04-03Clean up shutdown processGavin Andresen
2012-12-12Merge pull request #1861 from jgarzik/coinlockGavin Andresen
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-14Prevent RPC 'move' from deadlockingPieter Wuille
2012-11-13add CWalletTx::GetImmatureCredit() and use it in CWallet::GetImmatureBalance()Philip Kaufmann
2012-10-20Transaction hash cachingPieter Wuille
2012-10-20Batch block connection during IBDPieter Wuille
2012-10-20UltraprunePieter Wuille
2012-10-08Handle corrupt wallets gracefully.Gavin Andresen
2012-09-18Trim trailing whitespace for src/*.{h,cpp}Jeff Garzik
2012-09-18Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoinGavin Andresen
2012-09-08Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr
2012-09-02Merge pull request #1774 from luke-jr/refactor_timesGavin Andresen
2012-09-02Bugfix: Require OrderedTxItems to provide properly scoped accounting entry listLuke Dashjr
2012-08-24Merge pull request #1672 from gmaxwell/filter_listunspentGregory Maxwell
2012-08-24Change CWallet addressgrouping to use CTxDestination instead of strings.Gregory Maxwell
2012-08-24Avoid leaving return types or function attributes on their own lines.Gregory Maxwell
2012-08-23Treat generation (mined) transactions less different from receive transactionsLuke Dashjr
2012-08-23Add txout address filtering to listunspent.Gregory Maxwell