]> Untitled Git - bdk/commitdiff
Update changelog
authorAlekos Filini <alekos.filini@gmail.com>
Wed, 9 Mar 2022 17:43:42 +0000 (18:43 +0100)
committerSteve Myers <steve@notmandatory.org>
Tue, 5 Apr 2022 01:57:33 +0000 (18:57 -0700)
CHANGELOG.md

index 44e6ed4ae58810a897c1d7171c9d1ea62f7a8b21..e243b1b910994392c197ea3481a4c4069026ba93 100644 (file)
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+
+- Added `Wallet::get_signers()`, `Wallet::descriptor_checksum()` and `Wallet::get_address_validators()`, exposed the `AsDerived` trait.
+
 ## [v0.17.0] - [v0.16.1]
 
 - Removed default verification from `wallet::sync`. sync-time verification is added in `script_sync` and is activated by `verify` feature flag.
@@ -437,4 +440,4 @@ final transaction is created by calling `finish` on the builder.
 [v0.16.0]: https://github.com/bitcoindevkit/bdk/compare/v0.15.0...v0.16.0
 [v0.16.1]: https://github.com/bitcoindevkit/bdk/compare/v0.16.0...v0.16.1
 [v0.17.0]: https://github.com/bitcoindevkit/bdk/compare/v0.16.1...v0.17.0
-[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.17.0...HEAD
\ No newline at end of file
+[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.17.0...HEAD