mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
Merge bitcoin/bitcoin#25618: Release notes for Miniscript support in P2WSH descriptors
d751beb7ac
Release notes for Miniscript support in P2WSH descriptors (Antoine Poinsot) Pull request description: Changelog for #24148. ACKs for top commit: Sjors: ACKd751beb7ac
achow101: ACKd751beb7ac
w0xlt: ACKd751beb7ac
Tree-SHA512: 5ecdc8501fdacca35b33f7425dbc192860e3e061bc9287b682c55d6da210cc5c0ff7154629e453a9a8d528bad518c35c49de31d114acab77bf27449940e9ca04
This commit is contained in:
commit
826fae6a0f
1 changed files with 23 additions and 0 deletions
23
doc/release-notes-24148.md
Normal file
23
doc/release-notes-24148.md
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue