File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
- ` verify ` flag removed from ` TransactionDetails ` .
11
11
- Add ` get_internal_address ` to allow you to get internal addresses just as you get external addresses.
12
12
- added ` ensure_addresses_cached ` to ` Wallet ` to let offline wallets load and cache addresses in their database
13
+ - Added ` Wallet::get_signers() ` , ` Wallet::get_address_validators() ` and ` Wallet::has_internal_descriptor() ` , exposed the ` AsDerived ` trait.
13
14
14
15
## [ v0.16.1] - [ v0.16.0]
15
16
@@ -421,4 +422,4 @@ final transaction is created by calling `finish` on the builder.
421
422
[ v0.14.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.13.0...v0.14.0
422
423
[ v0.15.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.14.0...v0.15.0
423
424
[ v0.16.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.15.0...v0.16.0
424
- [ v0.16.1 ] : https://github.com/bitcoindevkit/bdk/compare/v0.16.0...v0.16.1
425
+ [ v0.16.1 ] : https://github.com/bitcoindevkit/bdk/compare/v0.16.0...v0.16.1
You can’t perform that action at this time.
0 commit comments