Final backports for rc1. Currently:
[23.2] Backports for rc1 #27624
pull fanquake wants to merge 7 commits into bitcoin:23.x from fanquake:backports_23_2_rc1 changing 12 files +167 −74-
fanquake commented at 10:06 AM on May 11, 2023: member
-
ce8f812b0a
p2p: Avoid prematurely clearing download state for other peers
Github-Pull: #27608 Rebased-From: 52e52071e01f4e98d87a47e1d5f3c5c3cc6dbaf4
-
DrahtBot commented at 10:06 AM on May 11, 2023: contributor
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--021abf342d371248e50ceaed478a90ca-->
Reviews
See the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
- DrahtBot added the label Backport on May 11, 2023
-
Sjors commented at 3:29 PM on May 11, 2023: member
utACK ce8f812b0ac0905c26edd826c57886a08079b4a7
-
d0a2c87214
txmempool: have CompareDepthAndScore sort missing txs first
We use CompareDepthAndScore to choose an order of txs to inv. Rather than sorting txs that have been evicted from the mempool at the end of the list, sort them at the beginning so they are removed from the queue immediately. Github-Pull: #27610 Rebased-From: 228e9201efb5574b1b96bb924de1d2e8dd1317f3
-
06731d19bc
net_processing: Boost inv trickle rate
If transactions are being added to the mempool at a rate faster than 7tx/s (INVENTORY_BROADCAST_PER_SECOND) then peers' inventory_to_send queue can become relatively large. If this happens, increase the number of txids we include in an INV message (normally capped at 35) by 5 for each 1000 txids in the queue. This will tend to clear a temporary excess out reasonably quickly; an excess of 4000 invs to send will be cleared down to 1000 in about 30 minutes, while an excess of 20000 invs would be cleared down to 1000 in about 60 minutes. Github-Pull: #27610 Rebased-From: 5b3406094f2679dfb3763de4414257268565b943
-
build: bump version to v23.2rc1 67bbe6d371
-
doc: update version in bips.md to v23.2 b93814b234
-
doc: update manual pages for v23.2rc1 60edfd57f1
-
a26ff204f0
doc: add initial release notes for v23.2
Move historical 23.1 to doc/release-notes.
-
achow101 commented at 5:27 PM on May 11, 2023: member
ACK a26ff204f0f0355749a1b61136437623b325f8fb
Diffs match as expected
- DrahtBot requested review from dergoegge on May 11, 2023
- DrahtBot requested review from Sjors on May 11, 2023
-
dergoegge commented at 6:18 PM on May 11, 2023: member
ACK a26ff204f0f0355749a1b61136437623b325f8fb
- DrahtBot removed review request from dergoegge on May 11, 2023
-
ajtowns commented at 7:09 AM on May 12, 2023: contributor
utACK a26ff204f0f0355749a1b61136437623b325f8fb
- fanquake merged this on May 12, 2023
- fanquake closed this on May 12, 2023
- fanquake deleted the branch on May 12, 2023
- jamesdorfman referenced this in commit 730d9fdca0 on Sep 25, 2023
- bitcoin locked this on May 11, 2024