File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ - Added ` Wallet::get_signers() ` , ` Wallet::descriptor_checksum() ` and ` Wallet::get_address_validators() ` , exposed the ` AsDerived ` trait.
10
+
9
11
## [ v0.17.0] - [ v0.16.1]
10
12
11
13
- Removed default verification from ` wallet::sync ` . sync-time verification is added in ` script_sync ` and is activated by ` verify ` feature flag.
@@ -437,4 +439,4 @@ final transaction is created by calling `finish` on the builder.
437
439
[ v0.16.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.15.0...v0.16.0
438
440
[ v0.16.1 ] : https://github.com/bitcoindevkit/bdk/compare/v0.16.0...v0.16.1
439
441
[ v0.17.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.16.1...v0.17.0
440
- [ unreleased ] : https://github.com/bitcoindevkit/bdk/compare/v0.17.0...HEAD
442
+ [ unreleased ] : https://github.com/bitcoindevkit/bdk/compare/v0.17.0...HEAD
You can’t perform that action at this time.
0 commit comments