aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|\ \ \
| * | | SQUASH "Implement watchonly support in fundrawtransaction"Matt Corallo2015-08-081-1/+1
| * | | Implement watchonly support in fundrawtransactionMatt Corallo2015-07-201-2/+5
| * | | Also remove pay-2-pubkey from watch when adding a priv keyMatt Corallo2015-07-201-0/+3
* | | | Make sure LogPrintf strings are line-terminatedWladimir J. van der Laan2015-08-031-1/+1
* | | | Includes: Cleanup around net main and walletJorge Timón2015-07-231-0/+4
* | | | TRIVIAL: Missing includesJorge Timón2015-07-231-0/+2
|/ / /
* | | Merge pull request #6365Wladimir J. van der Laan2015-07-061-0/+9
|\ \ \
| * | | Move recently introduced CTransAction::IsEquivalentTo to CWalletTxWladimir J. van der Laan2015-07-021-0/+9
* | | | Merge pull request #6335Wladimir J. van der Laan2015-07-061-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Policy: MOVEONLY: Create policy/policy.h with some constantsJorge Timón2015-06-261-0/+1