Skip to content

Releases: p2pderivatives/rust-bitcoin-coin-selection

bitcoin-coin-selection-0.8.5

21 Oct 12:19

Choose a tag to compare

bitcoin-coin-selection-0.8.4

21 Oct 12:08

Choose a tag to compare

bitcoin-coin-selection-0.8.3

13 Oct 13:10

Choose a tag to compare

bitcoin-coin-selection-0.8.2

29 Sep 12:43

Choose a tag to compare

  • Expose errors module #177
  • Make interface more generic #83

bitcoin-coin-selection-0.8.1

27 Sep 16:42

Choose a tag to compare

  • Feature gate rand crate #170

0.8.0

17 Sep 11:14

Choose a tag to compare

  • Use Weight metric instead of Satisfaction Weight #96
  • Add max_weight parameter to selection algorithms #108
  • Upgrade to Rust Bitcoin Units 1.0 RC dependency #104
  • Change return type to Result #110
  • Use concrete type instead of generic type for WeightedUtxo interface #128
  • Extend WeightedUtxo fields #131
  • Move array of WeightedUtxos to last positional argument for SRD #164
  • Rename algorithm function calls #166

v0.7.1

23 Aug 22:10

Choose a tag to compare

  • Find optimal waste score in less iterations for BnB search algorithm

v0.7.0

22 Apr 10:35

Choose a tag to compare

  • Update MSRV to 1.63.0
  • ITERATION_LIMIT const now uses a u32 data type.
  • Both SRD and BNB now return the iteration count.
  • Add UTXO exclusion shortcut performance optimization.
  • Change algorithm return types to vector instead of iterator.