From 557b638df872eb3dffea96d6b4401f2173866e6d Mon Sep 17 00:00:00 2001 From: claylock Date: Thu, 26 Oct 2023 15:20:30 +0000 Subject: [PATCH] Edited appc_bips.adoc with Atlas code editor --- appc_bips.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appc_bips.adoc b/appc_bips.adoc index c3120d2f..d07b73f0 100644 --- a/appc_bips.adoc +++ b/appc_bips.adoc @@ -31,6 +31,8 @@ BIPs that are ((("Bitcoin Improvement Proposals (BIPs)", "implemented by Bitcoin - BIP32: Hierarchical Deterministic Wallets has been implemented since v0.13.0 (PR #8035). - BIP34: The rule that requires blocks to contain their height (number) in the coinbase input, and the introduction of version 2 blocks has been implemented since v0.7.0. The rule took effect for version 2 blocks as of block 224413 (March 5th 2013), and version 1 blocks are no longer allowed since block 227931 (March 25th 2013) (PR #1526). - BIP35: The 'mempool' protocol message (and the protocol version bump to 60002) has been implemented since v0.7.0 (PR #1641). As of v0.13.0, this is only available for NODE_BLOOM (BIP111) peers. + +[role="less_space pagebreak-before"] - BIP37: The bloom filtering for transaction relaying, partial Merkle trees for blocks, and the protocol version bump to 70001 (enabling low-bandwidth lightweight clients) has been implemented since v0.8.0 (PR #1795). Disabled by default since v0.19.0, can be enabled by the -peerbloomfilters option. - BIP42: The bug that would have caused the subsidy schedule to resume after block 13440000 was fixed in v0.9.2 (PR #3842). - BIP43: The experimental descriptor wallets introduced in v0.21.0 by default use the Hierarchical Deterministic Wallet derivation proposed by BIP43. (PR #16528)