| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Do not shadow variables. | Pavel JanÃk | 2016-08-31 | 1 | -3/+3 |
| | | |||||
| * | wallet: Revert input selection post-pruning | Wladimir J. van der Laan | 2016-07-01 | 1 | -14/+0 |
| | | | | | | | | | | | This reverts PR #4906, "Coinselection prunes extraneous inputs from ApproximateBestSubset". Apparently the previous behavior of slightly over-estimating the set of inputs was useful in cleaning up UTXOs. See also #7664, #7657, as well as 2016-07-01 discussion on #bitcoin-core-dev IRC. | ||||
| * | [wallet] tests: Don't use floating point | MarcoFalke | 2016-06-17 | 1 | -21/+25 |
| | | |||||
| * | Merge #7688: List solvability in listunspent output and improve help | Wladimir J. van der Laan | 2016-04-25 | 1 | -1/+1 |
| |\ | | | | | | | c3932b3 List solvability in listunspent output and improve help (Pieter Wuille) | ||||
| | * | List solvability in listunspent output and improve help | Pieter Wuille | 2016-03-14 | 1 | -1/+1 |
| | | | |||||
| * | | test: Create test fixture for wallet | Wladimir J. van der Laan | 2016-04-18 | 1 | -2/+2 |
| |/ | | | | | Removes all the `#ifdef ENABLE_WALLET` from `test_bitcoin` by making the wallet tests use their own fixture. | ||||
| * | Merge pull request #7293 | Wladimir J. van der Laan | 2016-01-07 | 1 | -6/+19 |
| |\ | | | | | | | | | faf538b [trivial] Merge test cases and replace CENT with COIN (MarcoFalke) fa3c7e6 [wallet] Add regression test for vValue sort order (MarcoFalke) | ||||
| | * | [trivial] Merge test cases and replace CENT with COIN | MarcoFalke | 2016-01-05 | 1 | -15/+10 |
| | | | |||||
| | * | [wallet] Add regression test for vValue sort order | MarcoFalke | 2016-01-05 | 1 | -0/+18 |
| | | | |||||
| * | | Merge pull request #7205 | Wladimir J. van der Laan | 2016-01-05 | 1 | -1/+1 |
| |\ \ | |/ |/| | | | | | | | fa71669 [devtools] Use git pretty-format for year parsing (MarcoFalke) fa24439 Bump copyright headers to 2015 (MarcoFalke) fa6ad85 [devtools] Rewrite fix-copyright-headers.py (MarcoFalke) | ||||
| | * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | [wallet] Adjust pruning test | MarcoFalke | 2015-12-09 | 1 | -8/+10 |
| | | | |||||
| * | | Added a test for the pruning of extraneous inputs after ApproximateBestSet | Murch | 2015-12-07 | 1 | -0/+18 |
| |/ | |||||
| * | [wallet] Refactor to use new MIN_CHANGE | MarcoFalke | 2015-10-28 | 1 | -46/+67 |
| | | | | | | | | | * Introduce new constant MIN_CHANGE and use it instead of the hardcoded "CENT" * Add test case for MIN_CHANGE * Introduce new constant for -mintxfee default: DEFAULT_TRANSACTION_MINFEE = 1000 | ||||
| * | [Move Only] Move wallet related things to src/wallet/ | Jonas Schnelli | 2015-03-12 | 1 | -0/+310 |
| could once be renamed from /src/wallet to /src/legacywallet. | |||||