aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Store a fixed order of transactions (and accounting) in the walletLuke Dashjr2012-08-231-1/+82
* Implement raw transaction RPC callsGavin Andresen2012-07-051-1/+1
* Fix a few typosfanquake2012-06-291-1/+1
* Refactor SelectCoinsMinConf() and add unit tests.Chris Moore2012-06-041-1/+32
* Merge pull request #837 from sje397/ShowImmatureBalanceWladimir J. van der Laan2012-06-021-0/+1
|\
| * Added 'immature balance' for miners. Only displayed if the balance is greater...sje3972012-05-251-0/+1
* | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-8/+8
* | Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-12/+12
|/
* Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+1
|\
| * Update License in File HeadersFordy2012-05-181-1/+1
* | Process address book updates incrementallyWladimir J. van der Laan2012-05-201-1/+1
* | Convert UI interface to boost::signals2.Wladimir J. van der Laan2012-05-201-0/+11
* | Fine-grained UI updatesWladimir J. van der Laan2012-05-201-9/+1
|/