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

feat: Build blocks using txs with higher fee first #11093

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

spalladino
Copy link
Collaborator

Updates the tx pool to store pending tx hashes sorted by fee. We use the sum of the l2 and da priority fees for this.

Fixes #11084

Updates the tx pool to store pending tx hashes sorted by fee. We use the
sum of the l2 and da priority fees for this.

Fixes #11084
@spalladino spalladino requested review from alexghr and Maddiaa0 January 7, 2025 19:39
Copy link
Contributor

@alexghr alexghr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@spalladino spalladino merged commit def7cd7 into master Jan 8, 2025
48 checks passed
@spalladino spalladino deleted the palla/sort-pending-txs-by-fee branch January 8, 2025 15:21
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.

feat: Sequencer should sort txs by fee
2 participants