Skip to content

Commit c5d2a7a

Browse files
MarcoFalkeknst
authored andcommitted
Merge 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
1 parent d6c0f54 commit c5d2a7a

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
@@ -43,3 +43,11 @@ Versions and PRs are relevant to Bitcoin's core if not mentioned other.
4343
* [`BIP 174`](https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki): RPCs to operate on Partially Signed Bitcoin Transactions (PSBT) are present as of **v18.0** ([PR 13557](https://github.com/bitcoin/bitcoin/pull/13557)).
4444
* [`BIP 324`](https://github.com/bitcoin/bips/blob/master/bip-0324.mediawiki): The v2 transport protocol specified by BIP324 and the associated `NODE_P2P_V2` service bit are supported as of **v22.0**, but off by default ([PR 28331](https://github.com/bitcoin/bitcoin/pull/28331)). On by default as of **v22.1** ([PR 29347](https://github.com/bitcoin/bitcoin/pull/29347)).
4545
* [`BIP 339`](https://github.com/bitcoin/bips/blob/master/bip-0339.mediawiki): Relay of transactions by wtxid is supported as of **v0.21.0** ([PR 18044](https://github.com/bitcoin/bitcoin/pull/18044)).
46+
* [`BIP 380`](https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki)
47+
[`381`](https://github.com/bitcoin/bips/blob/master/bip-0381.mediawiki)
48+
[`382`](https://github.com/bitcoin/bips/blob/master/bip-0382.mediawiki)
49+
[`383`](https://github.com/bitcoin/bips/blob/master/bip-0383.mediawiki)
50+
[`384`](https://github.com/bitcoin/bips/blob/master/bip-0384.mediawiki)
51+
[`385`](https://github.com/bitcoin/bips/blob/master/bip-0385.mediawiki):
52+
Output Script Descriptors, and most of Script Expressions are implemented as of **v0.17.0** ([PR 13697](https://github.com/bitcoin/bitcoin/pull/13697)).
53+
* [`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)