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