Releases: p2pderivatives/rust-bitcoin-coin-selection
Releases · p2pderivatives/rust-bitcoin-coin-selection
bitcoin-coin-selection-0.8.5
- Bump MSRV to 1.74.0 #206
bitcoin-coin-selection-0.8.4
- Remove dependency of CheckedSum trait of bitcoin-units bitcoin/bitcoin#33419
bitcoin-coin-selection-0.8.3
- Add Coin Grinder #75
bitcoin-coin-selection-0.8.2
bitcoin-coin-selection-0.8.1
- Feature gate rand crate #170
0.8.0
- 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
- Find optimal waste score in less iterations for BnB search algorithm
v0.7.0
- 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.