Skip to content

Commit 826fae6

Browse files
committed
Merge bitcoin/bitcoin#25618: Release notes for Miniscript support in P2WSH descriptors
d751beb Release notes for Miniscript support in P2WSH descriptors (Antoine Poinsot) Pull request description: Changelog for #24148. ACKs for top commit: Sjors: ACK d751beb achow101: ACK d751beb w0xlt: ACK bitcoin/bitcoin@d751beb Tree-SHA512: 5ecdc8501fdacca35b33f7425dbc192860e3e061bc9287b682c55d6da210cc5c0ff7154629e453a9a8d528bad518c35c49de31d114acab77bf27449940e9ca04
2 parents 6decded + d751beb commit 826fae6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

doc/release-notes-24148.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Notable changes
2+
===============
3+
4+
Wallet
5+
------
6+
7+
- The `wsh()` output descriptor was extended with Miniscript support. You can import Miniscript
8+
descriptors for P2WSH in a watchonly wallet to track coins, but you can't spend from them using
9+
the Bitcoin Core wallet yet.
10+
You can find more about Miniscript on the [reference website](https://bitcoin.sipa.be/miniscript/).
11+
12+
13+
Low-level changes
14+
=================
15+
16+
RPC
17+
---
18+
19+
- The `deriveaddresses`, `getdescriptorinfo`, `importdescriptors` and `scantxoutset` commands now
20+
accept Miniscript expression within a `wsh()` descriptor.
21+
22+
- The `getaddressinfo`, `decodescript`, `listdescriptors` and `listunspent` commands may now output
23+
a Miniscript descriptor inside a `wsh()` where a `wsh(raw())` descriptor was previously returned.

0 commit comments

Comments
 (0)