aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...Wladimir J. van der Laan2016-02-041-1/+1
|\
| * include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli2015-12-041-1/+1
* | Move maxTxFee out of mempoolMarcoFalke2016-02-021-4/+4
* | mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFeeMarcoFalke2016-01-301-1/+0
* | Merge #7183: Improved readability of ApproximateBestSubsetWladimir J. van der Laan2016-01-201-1/+2
|\ \
| * | Improved readability of sorting for coin selection.Murch2016-01-051-1/+2
| |/
* | Merge pull request #7312Wladimir J. van der Laan2016-01-131-16/+85
|\ \
| * | [Wallet] Call notification signal when a transaction is abandonedJonas Schnelli2016-01-131-0/+1
| * | Add new rpc call: abandontransactionAlex Morcos2016-01-131-11/+79
| * | Make wallet descendant searching more efficientAlex Morcos2016-01-071-5/+5
* | | Merge pull request #7296Wladimir J. van der Laan2016-01-131-8/+12
|\ \ \ | |/ / |/| |
| * | Add sane fallback for fee estimationAlex Morcos2016-01-051-0/+9
| * | Always respect GetRequiredFee for wallet txsAlex Morcos2016-01-051-8/+3
* | | Make sure conflicted wallet tx's update balancesAlex Morcos2016-01-061-0/+7
|/ /
* | Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\ \
| * | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| |/
* | fix logic for error logaccraze2015-12-121-1/+1
* | wallet: check if tx scriptPubKey is unspendableaccraze2015-12-121-1/+1
* | checks for null data transaction before debug.logaccraze2015-12-111-1/+2
* | Merge pull request #7154Wladimir J. van der Laan2015-12-091-6/+11
|\ \
| * | [Qt] add InMempool() info to transaction detailsJonas Schnelli2015-12-021-6/+11
* | | Added a test for the pruning of extraneous inputs after ApproximateBestSetMurch2015-12-071-6/+8
* | | Moved set reduction to the end of ApproximateBestSubset to reduce performance...Murch2015-12-071-16/+11
* | | Coinselection prunes extraneous inputs from ApproximateBestSubsetAlSzacrel2015-12-061-0/+13
| |/ |/|
* | Fix typo in wallet.cppMarcoFalke2015-12-021-1/+1
* | Merge pull request #6216Wladimir J. van der Laan2015-12-021-9/+19
|\ \ | |/ |/|
| * Take the training wheels off anti-fee-snipingPeter Todd2015-06-211-9/+19
* | Merge pull request #7096Wladimir J. van der Laan2015-12-011-4/+3
|\ \
| * | Move fPayAtLeastCustomFee function to CCPieter Wuille2015-11-301-4/+3
* | | Merge pull request #7105Wladimir J. van der Laan2015-12-011-14/+83
|\ \ \ | |/ / |/| |
| * | Keep track of explicit wallet conflicts instead of using mempoolPieter Wuille2015-11-291-14/+83
* | | Default fPayAtLeastCustomFee to falseRyan Havar2015-11-281-1/+1
|/ /
* | [trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke2015-11-281-2/+2
* | Constrain constant values to a single location in codeLuke Dashjr2015-11-281-2/+2
* | Merge pull request #6134Wladimir J. van der Laan2015-11-271-13/+11
|\ \
| * | Pass reference to estimateSmartFee and cleanup whitespaceSuhas Daftuar2015-11-241-1/+1
| * | Change wallet and GUI code to use new smart fee estimation calls.Alex Morcos2015-11-161-14/+12
* | | Optimisation: Store transaction list order in memory rather than compute it e...Luke Dashjr2015-11-211-29/+18
|/ /
* | Merge pull request #6163Wladimir J. van der Laan2015-11-101-1/+1
|\ \
| * | Globals: Explicit Consensus::Params arg for main:Jorge Timón2015-10-301-1/+1
* | | Merge pull request #6887Wladimir J. van der Laan2015-11-051-2/+7
|\ \ \
| * | | [qt] Properly display required fee instead of minTxFeeMarcoFalke2015-11-031-2/+7
| |/ /
* | | Merge pull request #6669Wladimir J. van der Laan2015-11-041-9/+7
|\ \ \ | |/ / |/| |
| * | [wallet] Add comments for doxygenMarcoFalke2015-10-281-0/+1
| * | [wallet] Refactor to use new MIN_CHANGEMarcoFalke2015-10-281-9/+6
* | | Only call TrimToSize once per reorg/blocks disconnectMatt Corallo2015-10-131-1/+1
* | | Merge pull request #5924Wladimir J. van der Laan2015-10-011-7/+4
|\ \ \
| * | | Clean up change computation in CreateTransaction.Daniel Kraft2015-05-031-7/+4
* | | | Do not store Merkle branches in the wallet.Pieter Wuille2015-09-221-14/+1
| |/ / |/| |
* | | Merge pull request #6415Wladimir J. van der Laan2015-08-141-2/+8
|\ \ \