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 @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
- Add ` get_internal_address ` to allow you to get internal addresses just as you get external addresses.
14
14
- added ` ensure_addresses_cached ` to ` Wallet ` to let offline wallets load and cache addresses in their database
15
15
- Add ` is_spent ` field to ` LocalUtxo ` ; when we notice that a utxo has been spent we set ` is_spent ` field to true instead of deleting it from the db.
16
+ - Added ` Wallet::get_signers() ` , ` Wallet::descriptor_checksum() ` and ` Wallet::get_address_validators() ` , exposed the ` AsDerived ` trait.
16
17
17
18
### Sync API change
18
19
@@ -437,4 +438,4 @@ final transaction is created by calling `finish` on the builder.
437
438
[ v0.16.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.15.0...v0.16.0
438
439
[ v0.16.1 ] : https://github.com/bitcoindevkit/bdk/compare/v0.16.0...v0.16.1
439
440
[ 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
441
+ [ unreleased ] : https://github.com/bitcoindevkit/bdk/compare/v0.17.0...HEAD
You can’t perform that action at this time.
0 commit comments