Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Handle size update on partial pool iterator update #9186

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

aborg-dev
Copy link
Contributor

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.

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 near#9060 sooner.
@aborg-dev aborg-dev requested a review from a team as a code owner June 13, 2023 16:57
@aborg-dev aborg-dev merged commit 2dfce7f into near:master Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants