Gloria Zhao
Gloria Zhao
review-beg-pinging @LarryRuane @josibake @stickies-v who have looked at `MiniMiner` previously
> Edit: Ah whatever, https://github.com/bitcoin/bitcoin/pull/27021 doesn’t do much without https://github.com/bitcoin/bitcoin/pull/26152 anyway Seeing as this has missed the feature freeze date, I'm removing both from 25.0 milestone (sorry :cry: )
cc @naumenkogs Re: https://github.com/bitcoin/bitcoin/pull/26933#issuecomment-1413246009 Just re-posting the scenario with 2400 extra transactions to evict in an RBF (originally in #26933 description): - The mempool contains 100 "child" transactions, each spending...
I guess another similar question is whether we care about the potential reorg handling slowdown. One scenario is a reorg adding below-minrelayfeerate transactions back to mempool, which we then spend...
Closing in favor of #27677 which would solve the more general issue of selection score != eviction score. Noting that #25038 adds trimming of things below min relay feerate, but...
Planning to resurrect this after #28948.
> maxtxfee refers to an absolute fee, not a feerate. maxtxfee is checked after a transaction is built, so I don't see how ancestor aware funding changes anything in regard...
> I'm also not totally convinced we need the to_be_replaced logic in MiniMiner. I took out all of the code relating to to_be_replaced and the unit and functional tests still...
CC @sdaftuar @ajtowns @instagibbs
Slightly out of order: > Wouldn't it make more sense to address that directly, ie by having TrimToSize trim txs whose descendant score is below min relay fee, even if...