diff options
author | Antoine Poinsot <darosior@protonmail.com> | 2022-07-15 14:20:26 +0200 |
---|---|---|
committer | Antoine Poinsot <darosior@protonmail.com> | 2022-07-15 14:20:26 +0200 |
commit | d751beb7ac1c26d9d892ef3d3f244090d46b1e00 (patch) | |
tree | 54a1d2e82f757b7ecb99d6ea2580f62d9afe5e62 /doc | |
parent | 85b601e04363664eae1b4b802cd8dde942761939 (diff) |
Release notes for Miniscript support in P2WSH descriptors
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-24148.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/release-notes-24148.md b/doc/release-notes-24148.md new file mode 100644 index 0000000000..f7a0fd6fa1 --- /dev/null +++ b/doc/release-notes-24148.md @@ -0,0 +1,23 @@ +Notable changes +=============== + +Wallet +------ + +- The `wsh()` output descriptor was extended with Miniscript support. You can import Miniscript + descriptors for P2WSH in a watchonly wallet to track coins, but you can't spend from them using + the Bitcoin Core wallet yet. + You can find more about Miniscript on the [reference website](https://bitcoin.sipa.be/miniscript/). + + +Low-level changes +================= + +RPC +--- + +- The `deriveaddresses`, `getdescriptorinfo`, `importdescriptors` and `scantxoutset` commands now + accept Miniscript expression within a `wsh()` descriptor. + +- The `getaddressinfo`, `decodescript`, `listdescriptors` and `listunspent` commands may now output + a Miniscript descriptor inside a `wsh()` where a `wsh(raw())` descriptor was previously returned. |