| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge #13780: 0.17: Pre-branch maintenance | Wladimir J. van der Laan | 2018-08-08 | 1 | -1/+1 |
| |\ | |||||
| | * | Update copyright headers to 2018 | DrahtBot | 2018-07-27 | 1 | -1/+1 |
| * | | wallet: sum ancestors rather than taking max in output groups | Karl-Johan Alm | 2018-07-31 | 1 | -6/+6 |
| |/ | |||||
| * | Merge #12257: [wallet] Use destination groups instead of coins in coin select | Wladimir J. van der Laan | 2018-07-24 | 1 | -62/+88 |
| |\ | |||||
| | * | wallet: Switch to using output groups instead of coins in coin selection | Karl-Johan Alm | 2018-07-24 | 1 | -62/+51 |
| | * | wallet: Add output grouping | Karl-Johan Alm | 2018-07-24 | 1 | -0/+37 |
| * | | Remove redundant statement | practicalswift | 2018-07-18 | 1 | -1/+1 |
| |/ | |||||
| * | Add missing newlines to LogPrint debug logging | Wladimir J. van der Laan | 2018-05-02 | 1 | -2/+2 |
| * | Move current coin selection algorithm to coinselection.{cpp,h} | Andrew Chow | 2018-03-13 | 1 | -0/+135 |
| * | Implement Branch and Bound coin selection in a new file | Andrew Chow | 2018-03-13 | 1 | -0/+165 |