aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-74/+78
* Use boost signals for callbacks from main to walletPieter Wuille2013-10-261-5/+4
* Remove broken PrintWallet functionalityPieter Wuille2013-10-261-2/+0
* Do not treat fFromMe transaction differently when broadcastingPieter Wuille2013-10-261-2/+0
* Bump Year Number to 2013super32013-10-201-1/+1
* Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-1/+1
* qt: Handle address purpose in incremental updatesWladimir J. van der Laan2013-08-291-2/+6
* Remove fAllowReuse from GetKeyFromPool.Gregory Maxwell2013-08-231-1/+1
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-2/+4
* Refactor: Move GetAccountAddresses to CWalletGavin Andresen2013-08-221-5/+2
* Refactor: CAddressBookData for mapAddressBookGavin Andresen2013-08-221-1/+17
* Merge pull request #2776 from jgarzik/keypoolsizeGavin Andresen2013-08-141-2/+2
|\
| * CWallet::TopUpKeyPool() takes optional pool size argumentJeff Garzik2013-06-251-2/+2
* | Make sure new wallet variables are initializedPieter Wuille2013-07-291-0/+4
* | Bugfix: Store last/next wallet resend times unique per CWallet objectLuke Dashjr2013-07-171-0/+3
|/
* Add GetKeyBirthTimes to walletPieter Wuille2013-06-221-1/+3
* Refactor keytime/metadata and wallet encryption bugfixPieter Wuille2013-06-201-3/+5
* Remove broken option to skip input checking for wallet txn.Matt Corallo2013-06-131-1/+1
* Wallet: store key creation time. Calculate whole-wallet birthday.Jeff Garzik2013-06-101-2/+4
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-2/+2
* Get rid of db dependencies on mainEric Lombrozo2013-06-051-1/+3
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-2/+2
* Merge pull request #2577 from gavinandresen/fee_bandaidGavin Andresen2013-05-041-2/+4
|\
| * CreateTransaction: return strFailReason on failureGavin Andresen2013-05-031-2/+4
* | Merge pull request #2566 from sipa/nodefGavin Andresen2013-05-031-1/+1
|\ \
| * | Allow the default key to be unavailablePieter Wuille2013-04-251-1/+1
| |/
* / Do not write to wallet during LoadWalletGavin Andresen2013-05-021-1/+1
|/
* Always print full hashes (tx, block, inv)Pieter Wuille2013-04-071-1/+1
* Clean up shutdown processGavin Andresen2013-04-031-2/+1
* Merge pull request #1861 from jgarzik/coinlockGavin Andresen2012-12-121-0/+7
|\
| * Add new RPC "lockunspent", to prevent spending of selected outputsJeff Garzik2012-11-151-0/+7
* | Merge pull request #2009 from sipa/fixmoveGavin Andresen2012-11-161-1/+1
|\ \ | |/ |/|
| * Prevent RPC 'move' from deadlockingPieter Wuille2012-11-141-1/+1
* | add CWalletTx::GetImmatureCredit() and use it in CWallet::GetImmatureBalance()Philip Kaufmann2012-11-131-0/+18
* | Transaction hash cachingPieter Wuille2012-10-201-1/+1
* | Batch block connection during IBDPieter Wuille2012-10-201-5/+1
* | UltraprunePieter Wuille2012-10-201-4/+3
|/
* Handle corrupt wallets gracefully.Gavin Andresen2012-10-081-2/+2
* Trim trailing whitespace for src/*.{h,cpp}Jeff Garzik2012-09-181-1/+1
* Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoinGavin Andresen2012-09-181-0/+7
|\
| * Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr2012-09-081-0/+7
* | Merge pull request #1774 from luke-jr/refactor_timesGavin Andresen2012-09-021-1/+6
|\|
| * Bugfix: Require OrderedTxItems to provide properly scoped accounting entry listLuke Dashjr2012-09-021-1/+6
* | Merge pull request #1672 from gmaxwell/filter_listunspentGregory Maxwell2012-08-241-0/+3
|\ \
| * | Change CWallet addressgrouping to use CTxDestination instead of strings.Gregory Maxwell2012-08-241-10/+2
| * | Add txout address filtering to listunspent.Gregory Maxwell2012-08-231-1/+1
| * | Add address groupings RPC from the coincontrol patches.coderrr2012-08-231-0/+11
| |/
* | Avoid leaving return types or function attributes on their own lines.Gregory Maxwell2012-08-241-6/+2
* | Treat generation (mined) transactions less different from receive transactionsLuke Dashjr2012-08-231-2/+2
|/
* Choose reasonable "smart" times to display for transactionsLuke Dashjr2012-08-231-2/+14