Age | Commit message (Expand) | Author |
---|---|---|
2018-08-24 | util: Replace boost::signals2 with std::function | MarcoFalke |
2018-08-08 | Merge #13780: 0.17: Pre-branch maintenance | Wladimir J. van der Laan |
2018-07-31 | wallet: sum ancestors rather than taking max in output groups | Karl-Johan Alm |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-24 | Merge #12257: [wallet] Use destination groups instead of coins in coin select | Wladimir J. van der Laan |
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-18 | Remove redundant statement | practicalswift |
2018-05-02 | Add missing newlines to LogPrint debug logging | Wladimir J. van der Laan |
2018-03-13 | Move current coin selection algorithm to coinselection.{cpp,h} | Andrew Chow |
2018-03-13 | Implement Branch and Bound coin selection in a new file | Andrew Chow |