aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #2182 from gavinandresen/addressoracleGavin Andresen2013-01-261-1/+1
|\ \
| * | Remove IsFromMe() check in CTxMemPool::accept()Gavin Andresen2013-01-151-1/+1
* | | Merge pull request #1872 from gmaxwell/listaddrnotmineGregory Maxwell2013-01-211-12/+21
|\ \ \
| * | | In listaddressgroupings push down the IsMine check to run on each input.Gregory Maxwell2012-12-141-12/+21
* | | | Replace RelayMessage with RelayTransaction.Matt Corallo2013-01-161-4/+3
| |/ / |/| |
* | | If the prio. will be enough after the next block don't force fees.Gregory Maxwell2012-12-261-1/+4
* | | Merge pull request #1861 from jgarzik/coinlockGavin Andresen2012-12-121-2/+36
|\ \ \
| * | | Add new RPC "lockunspent", to prevent spending of selected outputsJeff Garzik2012-11-151-2/+36
* | | | rework ThreadSafeAskFee() / askFee() functionsPhilip Kaufmann2012-12-041-1/+1
* | | | Merge pull request #2013 from sipa/blockheaderPieter Wuille2012-11-241-1/+1
|\ \ \ \
| * | | | Split off CBlockHeader from CBlockPieter Wuille2012-11-161-1/+1
| |/ / /
* | | | Merge pull request #2009 from sipa/fixmoveGavin Andresen2012-11-161-3/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Prevent RPC 'move' from deadlockingPieter Wuille2012-11-141-3/+7
* | | | add CWalletTx::GetImmatureCredit() and use it in CWallet::GetImmatureBalance()Philip Kaufmann2012-11-131-3/+2
* | | | Merge pull request #1830 from Diapolo/trans_rem_spacesWladimir J. van der Laan2012-11-041-4/+4
|\ \ \ \
| * | | | fix some double-spaces in stringsPhilip Kaufmann2012-10-251-4/+4
* | | | | Bugfix: do not keep relaying spent wallet transactionsPieter Wuille2012-11-011-9/+5
|/ / / /
* | | | Bugfix: do not mark all future coins spentPieter Wuille2012-10-211-2/+2
* | | | Transaction hash cachingPieter Wuille2012-10-201-3/+2
* | | | Batch block connection during IBDPieter Wuille2012-10-201-14/+7
* | | | UltraprunePieter Wuille2012-10-201-44/+19
|/ / /
* | | Handle corrupt wallets gracefully.Gavin Andresen2012-10-081-3/+5
* | | fix -Wformat warnings all over the sourcePhilip Kaufmann2012-10-011-3/+3
|/ /
* | Merge pull request #1717 from Diapolo/Qt_change_TX_displayWladimir J. van der Laan2012-09-201-1/+1
|\ \ | |/ |/|
| * Qt: show mined transactions at depth 1Philip Kaufmann2012-08-241-1/+1
* | Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoinGavin Andresen2012-09-181-1/+8
|\ \
| * | Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr2012-09-081-1/+8
* | | Correct LoadWallet() return value (false -> DB_LOAD_OK)xanatos2012-09-051-1/+1
* | | Merge pull request #1738 from laanwj/2012_08_boostthreadJeff Garzik2012-09-041-1/+1
|\ \ \
| * | | Rename CreateThread to NewThreadWladimir J. van der Laan2012-08-291-1/+1
* | | | Merge pull request #1774 from luke-jr/refactor_timesGavin Andresen2012-09-021-4/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Bugfix: Require OrderedTxItems to provide properly scoped accounting entry listLuke Dashjr2012-09-021-4/+4
* | | Merge pull request #1672 from gmaxwell/filter_listunspentGregory Maxwell2012-08-241-0/+123
|\ \ \ | |_|/ |/| |
| * | Change CWallet addressgrouping to use CTxDestination instead of strings.Gregory Maxwell2012-08-241-34/+34
| * | Add address groupings RPC from the coincontrol patches.coderrr2012-08-231-0/+123
| |/
* / Treat generation (mined) transactions less different from receive transactionsLuke Dashjr2012-08-231-18/+6
|/
* Choose reasonable "smart" times to display for transactionsLuke Dashjr2012-08-231-1/+72
* Store a fixed order of transactions (and accounting) in the walletLuke Dashjr2012-08-231-0/+3
* Removed useless assignmentxanatos2012-08-231-1/+0
* Merge pull request #1632 from luke-jr/spellingJeff Garzik2012-08-011-2/+2
|\
| * Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-2/+2
* | Update Warning-strings to use a standard-formatPhilip Kaufmann2012-08-011-1/+1
|/
* Implement raw transaction RPC callsGavin Andresen2012-07-051-2/+5
* Fix coin selection to only include change when it's necessary.Chris Moore2012-06-041-42/+51
* Preserve the shuffled order of coins with equal value to give more randomized...Chris Moore2012-06-041-1/+10
* Move the random_shuffle call back into SelectCoinsMinConf() so we can unit te...Chris Moore2012-06-041-0/+2
* Refactor SelectCoinsMinConf() and add unit tests.Chris Moore2012-06-041-47/+55
* Merge pull request #837 from sje397/ShowImmatureBalanceWladimir J. van der Laan2012-06-021-7/+20
|\
| * Added 'immature balance' for miners. Only displayed if the balance is greater...sje3972012-05-251-7/+20
* | Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-28/+28