We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef08fbd commit 20d36c7Copy full SHA for 20d36c7
CHANGELOG.md
@@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
- Upgrade to rust-bitcoin `0.28`
14
- If using the `sqlite-db` feature all cached wallet data is deleted due to a possible UTXO inconsistency, a wallet.sync will recreate it
15
- Update `PkOrF` in the policy module to become an enum
16
+- Add experimental support for Taproot, including:
17
+ - Support for `tr()` descriptors with complex tapscript trees
18
+ - Creation of Taproot PSBTs (BIP-371)
19
+ - Signing Taproot PSBTs (key spend and script spend)
20
+ - Support for `tr()` descriptors in the `descriptor!()` macro
21
22
## [v0.18.0] - [v0.17.0]
23
0 commit comments