mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-04 17:52:25 +01:00
782 B
782 B
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.
Low-level changes
RPC
-
The
deriveaddresses,getdescriptorinfo,importdescriptorsandscantxoutsetcommands now accept Miniscript expression within awsh()descriptor. -
The
getaddressinfo,decodescript,listdescriptorsandlistunspentcommands may now output a Miniscript descriptor inside awsh()where awsh(raw())descriptor was previously returned.