We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f32532 commit c5fa6a0Copy full SHA for c5fa6a0
CHANGELOG.md
@@ -6,8 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
-- added `OldestFirstCoinSelection` impl to `CoinSelectionAlgorithm`
+- Added `OldestFirstCoinSelection` impl to `CoinSelectionAlgorithm`
10
- New MSRV set to `1.56`
11
+- Added `Waste` struct to `coinselection` module, with impl of
12
+ `Waste::calculate` to compute waste metric for coin selection algorithms.
13
+- Added `_cost_of_change` parameter for `CoinSelectionAlgorithm::coin_select`
14
+ to pass the cost of generating change to calculate the waste metric for each
15
+ algorithm.
16
+- Changed `OutputGroup` owned `weighted_utxo` value to borrowed one.
17
18
19
## [v0.18.0] - [v0.17.0]
0 commit comments