aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/coinselection.h
Commit message (Expand)AuthorAgeFilesLines
* amount: Move CAmount CENT to unit test headerMarcoFalke2018-09-171-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* clean-up: Remove no longer used ivars from CInputCoinKarl-Johan Alm2018-07-241-2/+0
* wallet: Switch to using output groups instead of coins in coin selectionKarl-Johan Alm2018-07-241-2/+2
* wallet: Add output groupingKarl-Johan Alm2018-07-241-0/+30
* wallet: Add input bytes to CInputCoinKarl-Johan Alm2018-07-241-0/+8
* moveonly: CoinElegibilityFilter into coinselection.hKarl-Johan Alm2018-07-241-0/+11
* Fix missing or inconsistent include guardspracticalswift2018-03-221-3/+3
* Move current coin selection algorithm to coinselection.{cpp,h}Andrew Chow2018-03-131-0/+2
* Remove coinselection.h -> wallet.h circular dependencyAndrew Chow2018-03-131-1/+38
* Implement Branch and Bound coin selection in a new fileAndrew Chow2018-03-131-0/+15