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

Prioritize higher price transactions if they have the same nonce #1496

Merged
merged 5 commits into from
May 2, 2020

Conversation

andreibancioiu
Copy link
Collaborator

@andreibancioiu andreibancioiu commented Apr 30, 2020

Previously, same-sender && same-nonce transactions were sorted with respect to their pool arrival time.

After this change, same-sender && same-nonce transactions will be sorted with respect to their gas price - higher prices are prioritized (disregarding gas limit though).

@LucianMincu LucianMincu merged commit 1a6d865 into development May 2, 2020
@LucianMincu LucianMincu deleted the pool++txgas branch May 2, 2020 11:32
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

4 participants