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 mpool optimal selection packing failure #3698

Merged
merged 2 commits into from
Sep 9, 2020
Merged

Conversation

vyzo
Copy link
Contributor

@vyzo vyzo commented Sep 9, 2020

A test with real messages dumped from the mpool of a live node revealed the problem (which confirmed my nap intuition): negative gasPerf chains were being pushed up during resorting.

the sort has to account for negative gasPerf and be stable; go figure.
@Kubuxu Kubuxu merged commit ef18f93 into master Sep 9, 2020
@Kubuxu Kubuxu deleted the fix/mpool-packing-failure branch September 9, 2020 19:38
@arajasek arajasek mentioned this pull request Sep 9, 2020
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.

None yet

3 participants