You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Handle size update on partial pool iterator update (#9186)
The previous version of the code had a leak in the
`total_transaction_size` because we didn't update it when we were
dropping the empty group from `sorted_groups`.
Overall, I find the current implementation of transaction pool really
tricky to work with and I'm more and more tempted to do #9060 sooner.
0 commit comments