Skip to content

Commit 79afe6b

Browse files
committed
Merge bitcoin#32776: doc: taproot became always active in v24.0 (doc/bips.md)
8ee8a95 doc: taproot became always active in v24.0 (Sjors Provoost) Pull request description: Split from bitcoin#26201. ACKs for top commit: maflcko: lgtm ACK 8ee8a95 janb84: ACK 8ee8a95 Tree-SHA512: 1ac6994c6775ca5423f022d1e02e3d531fb7fa295be9940355b8aa9d173787a8d65945a0cf976ab344bcaa3ea8a0f3aa6f8da851325bf475e59375981b115cab
2 parents 9a7eece + 8ee8a95 commit 79afe6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/bips.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ BIPs that are implemented by Bitcoin Core:
5858
Validation rules for Taproot (including Schnorr signatures and Tapscript
5959
leaves) are implemented as of **v0.21.0** ([PR 19953](https://github.com/bitcoin/bitcoin/pull/19953)),
6060
with mainnet activation as of **v0.21.1** ([PR 21377](https://github.com/bitcoin/bitcoin/pull/21377),
61-
[PR 21686](https://github.com/bitcoin/bitcoin/pull/21686)).
61+
[PR 21686](https://github.com/bitcoin/bitcoin/pull/21686)),
62+
always active as of **v24.0** ([PR 23536](https://github.com/bitcoin/bitcoin/pull/23536)).
6263
* [`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)).
6364
* [`BIP 371`](https://github.com/bitcoin/bips/blob/master/bip-0371.mediawiki): Taproot fields for PSBT as of **v24.0** ([PR 22558](https://github.com/bitcoin/bitcoin/pull/22558)).
6465
* [`BIP 379`](https://github.com/bitcoin/bips/blob/master/bip-0379.md): Miniscript was partially implemented in **v24.0** ([PR 24148](https://github.com/bitcoin/bitcoin/pull/24148)), and fully implemented as of **v26.0** ([PR 27255](https://github.com/bitcoin/bitcoin/pull/27255)).

0 commit comments

Comments
 (0)