| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #7296 | Wladimir J. van der Laan | 2016-01-13 | 1 | -8/+12 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Add sane fallback for fee estimation | Alex Morcos | 2016-01-05 | 1 | -0/+9 | |
| | * | | Always respect GetRequiredFee for wallet txs | Alex Morcos | 2016-01-05 | 1 | -8/+3 | |
| * | | | Make sure conflicted wallet tx's update balances | Alex Morcos | 2016-01-06 | 1 | -0/+7 | |
| |/ / | ||||||
| * | | Merge pull request #7205 | Wladimir J. van der Laan | 2016-01-05 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | fix logic for error log | accraze | 2015-12-12 | 1 | -1/+1 | |
| * | | wallet: check if tx scriptPubKey is unspendable | accraze | 2015-12-12 | 1 | -1/+1 | |
| * | | checks for null data transaction before debug.log | accraze | 2015-12-11 | 1 | -1/+2 | |
| * | | Merge pull request #7154 | Wladimir J. van der Laan | 2015-12-09 | 1 | -6/+11 | |
| |\ \ | ||||||
| | * | | [Qt] add InMempool() info to transaction details | Jonas Schnelli | 2015-12-02 | 1 | -6/+11 | |
| * | | | Added a test for the pruning of extraneous inputs after ApproximateBestSet | Murch | 2015-12-07 | 1 | -6/+8 | |
| * | | | Moved set reduction to the end of ApproximateBestSubset to reduce performance... | Murch | 2015-12-07 | 1 | -16/+11 | |
| * | | | Coinselection prunes extraneous inputs from ApproximateBestSubset | AlSzacrel | 2015-12-06 | 1 | -0/+13 | |
| | |/ |/| | ||||||
| * | | Fix typo in wallet.cpp | MarcoFalke | 2015-12-02 | 1 | -1/+1 | |
| * | | Merge pull request #6216 | Wladimir J. van der Laan | 2015-12-02 | 1 | -9/+19 | |
| |\ \ | |/ |/| | ||||||
| | * | Take the training wheels off anti-fee-sniping | Peter Todd | 2015-06-21 | 1 | -9/+19 | |
| * | | Merge pull request #7096 | Wladimir J. van der Laan | 2015-12-01 | 1 | -4/+3 | |
| |\ \ | ||||||
| | * | | Move fPayAtLeastCustomFee function to CC | Pieter Wuille | 2015-11-30 | 1 | -4/+3 | |
| * | | | Merge pull request #7105 | Wladimir J. van der Laan | 2015-12-01 | 1 | -14/+83 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Keep track of explicit wallet conflicts instead of using mempool | Pieter Wuille | 2015-11-29 | 1 | -14/+83 | |
| * | | | Default fPayAtLeastCustomFee to false | Ryan Havar | 2015-11-28 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | [trivial] Reuse translation and cleanup DEFAULT_* values | MarcoFalke | 2015-11-28 | 1 | -2/+2 | |
| * | | Constrain constant values to a single location in code | Luke Dashjr | 2015-11-28 | 1 | -2/+2 | |
| * | | Merge pull request #6134 | Wladimir J. van der Laan | 2015-11-27 | 1 | -13/+11 | |
| |\ \ | ||||||
| | * | | Pass reference to estimateSmartFee and cleanup whitespace | Suhas Daftuar | 2015-11-24 | 1 | -1/+1 | |
| | * | | Change wallet and GUI code to use new smart fee estimation calls. | Alex Morcos | 2015-11-16 | 1 | -14/+12 | |
| * | | | Optimisation: Store transaction list order in memory rather than compute it e... | Luke Dashjr | 2015-11-21 | 1 | -29/+18 | |
| |/ / | ||||||
| * | | Merge pull request #6163 | Wladimir J. van der Laan | 2015-11-10 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Globals: Explicit Consensus::Params arg for main: | Jorge Timón | 2015-10-30 | 1 | -1/+1 | |
| * | | | Merge pull request #6887 | Wladimir J. van der Laan | 2015-11-05 | 1 | -2/+7 | |
| |\ \ \ | ||||||
| | * | | | [qt] Properly display required fee instead of minTxFee | MarcoFalke | 2015-11-03 | 1 | -2/+7 | |
| | |/ / | ||||||
| * | | | Merge pull request #6669 | Wladimir J. van der Laan | 2015-11-04 | 1 | -9/+7 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | [wallet] Add comments for doxygen | MarcoFalke | 2015-10-28 | 1 | -0/+1 | |
| | * | | [wallet] Refactor to use new MIN_CHANGE | MarcoFalke | 2015-10-28 | 1 | -9/+6 | |
| * | | | Only call TrimToSize once per reorg/blocks disconnect | Matt Corallo | 2015-10-13 | 1 | -1/+1 | |
| * | | | Merge pull request #5924 | Wladimir J. van der Laan | 2015-10-01 | 1 | -7/+4 | |
| |\ \ \ | ||||||
| | * | | | Clean up change computation in CreateTransaction. | Daniel Kraft | 2015-05-03 | 1 | -7/+4 | |
| * | | | | Do not store Merkle branches in the wallet. | Pieter Wuille | 2015-09-22 | 1 | -14/+1 | |
| | |/ / |/| | | ||||||
| * | | | Merge pull request #6415 | Wladimir J. van der Laan | 2015-08-14 | 1 | -2/+8 | |
| |\ \ \ | ||||||
| | * | | | SQUASH "Implement watchonly support in fundrawtransaction" | Matt Corallo | 2015-08-08 | 1 | -1/+1 | |
| | * | | | Implement watchonly support in fundrawtransaction | Matt Corallo | 2015-07-20 | 1 | -2/+5 | |
| | * | | | Also remove pay-2-pubkey from watch when adding a priv key | Matt Corallo | 2015-07-20 | 1 | -0/+3 | |
| * | | | | Make sure LogPrintf strings are line-terminated | Wladimir J. van der Laan | 2015-08-03 | 1 | -1/+1 | |
| * | | | | Includes: Cleanup around net main and wallet | Jorge Timón | 2015-07-23 | 1 | -0/+4 | |
| * | | | | TRIVIAL: Missing includes | Jorge Timón | 2015-07-23 | 1 | -0/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #6365 | Wladimir J. van der Laan | 2015-07-06 | 1 | -0/+9 | |
| |\ \ \ | ||||||
| | * | | | Move recently introduced CTransAction::IsEquivalentTo to CWalletTx | Wladimir J. van der Laan | 2015-07-02 | 1 | -0/+9 | |
| * | | | | Merge pull request #6335 | Wladimir J. van der Laan | 2015-07-06 | 1 | -0/+1 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Policy: MOVEONLY: Create policy/policy.h with some constants | Jorge Timón | 2015-06-26 | 1 | -0/+1 | |