File tree 3 files changed +321
-29
lines changed
3 files changed +321
-29
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
- - added ` OldestFirstCoinSelection ` impl to ` CoinSelectionAlgorithm `
9
+ - Added ` OldestFirstCoinSelection ` impl to ` CoinSelectionAlgorithm `
10
10
- New MSRV set to ` 1.56 `
11
11
- Unpinned tokio to ` 1 `
12
12
- Add traits to reuse ` Blockchain ` s across multiple wallets (` BlockchainFactory ` and ` StatelessBlockchain ` ).
13
13
- Upgrade to rust-bitcoin ` 0.28 `
14
+ - Added ` Waste ` struct to ` coinselection ` module, with impl of
15
+ ` Waste::calculate ` to compute waste metric for coin selection algorithms.
16
+ - Added ` _cost_of_change ` parameter for ` CoinSelectionAlgorithm::coin_select `
17
+ to pass the cost of generating change to calculate the waste metric for each
18
+ algorithm.
19
+ - Changed ` OutputGroup ` owned ` weighted_utxo ` value to borrowed one.
14
20
15
21
16
22
## [ v0.18.0] - [ v0.17.0]
You can’t perform that action at this time.
0 commit comments