Skip to content

Commit 76886ce

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#23410: doc: Add output script descriptors BIPs 380..386
c02a674 doc: Add output script descriptors BIPs 380..386 (Hennadii Stepanov) Pull request description: BIPs 380..385 are implemented as of v0.17.0. BIP 386 is implemented as of v22.0. ACKs for top commit: sipa: ACK c02a674 jarolrod: ACK c02a674 shaavan: ACK c02a674 Tree-SHA512: 40f0252d3aad08c61a8e1476d26a590dbcf3f9d66c1f8315d15d13feb17288cc25b9c75df5b938f77695eafaba847dacc0020a880ba6034a511e7c9b7f40fd8f
2 parents 5adc5c0 + c02a674 commit 76886ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/bips.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,11 @@ BIPs that are implemented by Bitcoin Core (up-to-date up to **v22.0**):
5757
with mainnet activation as of **v0.21.1** ([PR 21377](https://github.com/bitcoin/bitcoin/pull/21377),
5858
[PR 21686](https://github.com/bitcoin/bitcoin/pull/21686)).
5959
* [`BIP 350`](https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki): Addresses for native v1+ segregated Witness outputs use Bech32m instead of Bech32 as of **v22.0** ([PR 20861](https://github.com/bitcoin/bitcoin/pull/20861)).
60+
* [`BIP 380`](https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki)
61+
[`381`](https://github.com/bitcoin/bips/blob/master/bip-0381.mediawiki)
62+
[`382`](https://github.com/bitcoin/bips/blob/master/bip-0382.mediawiki)
63+
[`383`](https://github.com/bitcoin/bips/blob/master/bip-0383.mediawiki)
64+
[`384`](https://github.com/bitcoin/bips/blob/master/bip-0384.mediawiki)
65+
[`385`](https://github.com/bitcoin/bips/blob/master/bip-0385.mediawiki):
66+
Output Script Descriptors, and most of Script Expressions are implemented as of **v0.17.0** ([PR 13697](https://github.com/bitcoin/bitcoin/pull/13697)).
67+
* [`BIP 386`](https://github.com/bitcoin/bips/blob/master/bip-0386.mediawiki): tr() Output Script Descriptors are implemented as of **v22.0** ([PR 22051](https://github.com/bitcoin/bitcoin/pull/22051)).

0 commit comments

Comments
 (0)