aboutsummaryrefslogtreecommitdiff
path: root/doc/bips.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-05-12 09:51:42 +0100
committerfanquake <fanquake@gmail.com>2023-05-12 10:07:58 +0100
commit2e9fc2e353fe56e8e9ea2b2505aa69b9825122f7 (patch)
treec147e25bfec46db1f674306eaa2c27e20cb94d14 /doc/bips.md
parent7b7636ead18fd006815d867aa580b34e3e70731e (diff)
parenta26ff204f0f0355749a1b61136437623b325f8fb (diff)
Merge bitcoin/bitcoin#27624: [23.2] Backports for rc1v23.2rc1
a26ff204f0f0355749a1b61136437623b325f8fb doc: add initial release notes for v23.2 (fanquake) 60edfd57f1334497041655384238c43d3fc76184 doc: update manual pages for v23.2rc1 (fanquake) b93814b234e4cf5ec95017b3cd54ce59c0aa59e8 doc: update version in bips.md to v23.2 (fanquake) 67bbe6d371fc33e0b17f2dc0a6a7faa5ab64dad0 build: bump version to v23.2rc1 (fanquake) 06731d19bc00820037961138c79cf3d3677e39ba net_processing: Boost inv trickle rate (Anthony Towns) d0a2c87214d2a8ad350c86fd4a3202695569ca99 txmempool: have CompareDepthAndScore sort missing txs first (Anthony Towns) ce8f812b0ac0905c26edd826c57886a08079b4a7 p2p: Avoid prematurely clearing download state for other peers (Suhas Daftuar) Pull request description: Final backports for `rc1`. Currently: * https://github.com/bitcoin/bitcoin/pull/27608 (not a clean cherry-pick) * https://github.com/bitcoin/bitcoin/pull/27610 (second commit is not clean) ACKs for top commit: achow101: ACK a26ff204f0f0355749a1b61136437623b325f8fb dergoegge: ACK a26ff204f0f0355749a1b61136437623b325f8fb ajtowns: utACK a26ff204f0f0355749a1b61136437623b325f8fb Tree-SHA512: 59e43ec4d5004b3543d5c0366c9dc8c5f8a6a777b147628ebc0c03aeb0846312a7780376ebf40f389e3403e4501ba2b70bb97925479670bee13c89e5b6925137
Diffstat (limited to 'doc/bips.md')
-rw-r--r--doc/bips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bips.md b/doc/bips.md
index 8a7ceaf7b3..95db722f8d 100644
--- a/doc/bips.md
+++ b/doc/bips.md
@@ -1,4 +1,4 @@
-BIPs that are implemented by Bitcoin Core (up-to-date up to **v23.1**):
+BIPs that are implemented by Bitcoin Core (up-to-date up to **v23.2**):
* [`BIP 9`](https://github.com/bitcoin/bips/blob/master/bip-0009.mediawiki): The changes allowing multiple soft-forks to be deployed in parallel have been implemented since **v0.12.1** ([PR #7575](https://github.com/bitcoin/bitcoin/pull/7575))
* [`BIP 11`](https://github.com/bitcoin/bips/blob/master/bip-0011.mediawiki): Multisig outputs are standard since **v0.6.0** ([PR #669](https://github.com/bitcoin/bitcoin/pull/669)).