haskell-bitcoin / bitcoin

Bitcoin Library for Haskell
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Remove coin selection from core library #3

Closed ProofOfKeags closed 1 year ago

ProofOfKeags commented 2 years ago

Coin selection algorithms are a fuzzy solution, as such they need to be flexible and swappable. Ideally we make it easy to create a means of plugging in your own and also export some simple or common ones.

Suggested by @wraithm.