diff options
| author | Pieter Wuille <[email protected]> | 2020-10-15 14:20:20 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2020-10-15 14:20:20 -0700 |
| commit | 5669642a0bbac60b746e9301de2cefd6358ca0c0 (patch) | |
| tree | 37b3572f0e00be07b34cc56f0874b912c71e5dff /doc/bips.md | |
| parent | Merge #20090: [doc] Tiny followups to new getpeerinfo connection type field (diff) | |
| download | discoin-5669642a0bbac60b746e9301de2cefd6358ca0c0.tar.xz discoin-5669642a0bbac60b746e9301de2cefd6358ca0c0.zip | |
docs: mention BIPs 340-342 in doc/bips.md
Diffstat (limited to 'doc/bips.md')
| -rw-r--r-- | doc/bips.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bips.md b/doc/bips.md index ad6f7a076..8c20533c9 100644 --- a/doc/bips.md +++ b/doc/bips.md @@ -45,3 +45,4 @@ BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.21.0**): * [`BIP 176`](https://github.com/bitcoin/bips/blob/master/bip-0176.mediawiki): Bits Denomination [QT only] is supported as of **v0.16.0** ([PR 12035](https://github.com/bitcoin/bitcoin/pull/12035)). * [`BIP 325`](https://github.com/bitcoin/bips/blob/master/bip-0325.mediawiki): Signet test network is supported as of **v0.21.0** ([PR 18267](https://github.com/bitcoin/bitcoin/pull/18267)). * [`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)). +* [`BIP 340`](https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki) [`341`](https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki) [`342`](https://github.com/bitcoin/bips/blob/master/bip-0342.mediawiki): Validation rules for Taproot (including Schnorr signatures and Tapscript leaves) are implemented as of **v0.21.0** ([PR 19953](https://github.com/bitcoin/bitcoin/pull/19953)), without mainnet activation. |