Clean up the comparison operators of FeeFrac, especially the operator<< and operator>>: #34257 (review)
Support registering a weight limit, and have txgraph track lower/upper bound for how much fees can be gathered within that size. With callbacks when it changes, waiting block template clients can be notified perhaps.
glozow referenced this in commit 37bd70a225 on Jul 26, 2024
?
added_to_project_v2 glozow
?
project_v2_item_status_changed glozow
glozow referenced this in commit bba01ba18d on Aug 5, 2024
?
removed_from_project_v2 achow101
glozow referenced this in commit c38e9993de on Sep 16, 2024
glozow referenced this in commit 489e5aa3a2 on Oct 10, 2024
glozow referenced this in commit f34fe0806a on Nov 20, 2024
summraznboi
commented at 8:00 AM on December 4, 2024:
none
Wow, no ancestor/descendant limit would be great for unblocking UX hurdles in creating transactions! (Commenting to watch, also curious how someone like myself could help out here).
Edit: I see, this is going to be replaced with a cluster size limitation instead. What's the order of magnitude in which this number could be increased up to?
sipa
commented at 3:04 PM on December 12, 2024:
member
@summraznboi We are thinking of a cluster size limit of 50 or 64, depending on benchmarks when the full code is done. The limit is set by how fast we can run the basic cluster linearization algorithm (ancestor sort, chunking, post-processing, ...) quickly enough to run it at transaction relay time (taking into account that a single transaction may affect many clusters).
glozow referenced this in commit f1d129d963 on Mar 26, 2025
glozow referenced this in commit 247e9de622 on Apr 17, 2025
glozow referenced this in commit c9ab10910c on May 13, 2025
glozow referenced this in commit 87ab69155d on Jul 7, 2025
glozow referenced this in commit 5ef0d4897b on Jul 10, 2025
glozow referenced this in commit 2f410ad78c on Jul 29, 2025
glozow referenced this in commit 593d5fe37d on Sep 11, 2025
glozow added the label Tracking Issue on Oct 9, 2025
glozow referenced this in commit fdcf67de80 on Oct 14, 2025
fanquake added this to the milestone 31.0 on Nov 25, 2025
fanquake referenced this in commit 0c862bc7ea on Dec 19, 2025
fanquake referenced this in commit c60f9cb66e on Jan 6, 2026
fanquake referenced this in commit baa554f708 on Jan 15, 2026
fanquake referenced this in commit c134b1a4bc on Feb 11, 2026
fanquake referenced this in commit 59e10a5463 on Feb 18, 2026
fanquake added the label Mempool on Feb 19, 2026
fanquake referenced this in commit b9bf24cfe2 on Feb 25, 2026
sipa
commented at 1:18 PM on February 25, 2026:
member
I declare victory!
Closing, though there are some follow-ups still interesting here.
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2026-05-01 06:13 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me