Followup to #31829:
- Release notes
- Have the orphanage auto-trim itself whenever necessary (and test changes) #31829 (review)
- Reduce duplicate reconsiderations by keeping track of which txns are already reconsiderable so we only mark it for reconsideration for 1 peer at a time #31829 (comment)
- Rename
OrphanTxBase
toOrphanInfo
- Get rid of
Size()
method by replacing all calls withCountUniqueOrphans
- Rename outpoints index since they point to wtxids, not iterators #31829 (review)
- Add more logging in the
LimitOrphans
inner loop to make it easy to see which peers are being trimmed #31829 (comment)