Skip to content

Commit 8ee8a95

Browse files
committed
doc: taproot became always active in v24.0
1 parent 9a7eece commit 8ee8a95

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)