Releases: p2pderivatives/rust-bitcoin-coin-selection
Releases · p2pderivatives/rust-bitcoin-coin-selection
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.