| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | amount: Move CAmount CENT to unit test header | MarcoFalke | 2018-09-17 | 1 | -1/+1 |
| * | Update copyright headers to 2018 | DrahtBot | 2018-07-27 | 1 | -1/+1 |
| * | clean-up: Remove no longer used ivars from CInputCoin | Karl-Johan Alm | 2018-07-24 | 1 | -2/+0 |
| * | wallet: Switch to using output groups instead of coins in coin selection | Karl-Johan Alm | 2018-07-24 | 1 | -2/+2 |
| * | wallet: Add output grouping | Karl-Johan Alm | 2018-07-24 | 1 | -0/+30 |
| * | wallet: Add input bytes to CInputCoin | Karl-Johan Alm | 2018-07-24 | 1 | -0/+8 |
| * | moveonly: CoinElegibilityFilter into coinselection.h | Karl-Johan Alm | 2018-07-24 | 1 | -0/+11 |
| * | Fix missing or inconsistent include guards | practicalswift | 2018-03-22 | 1 | -3/+3 |
| * | Move current coin selection algorithm to coinselection.{cpp,h} | Andrew Chow | 2018-03-13 | 1 | -0/+2 |
| * | Remove coinselection.h -> wallet.h circular dependency | Andrew Chow | 2018-03-13 | 1 | -1/+38 |
| * | Implement Branch and Bound coin selection in a new file | Andrew Chow | 2018-03-13 | 1 | -0/+15 |