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

core/txpool/legacypool: respect nolocals-setting (#28435) #231

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

trianglesphere
Copy link
Contributor

Description

This change adds a check to ensure that transactions added to the legacy pool are not treated as 'locals' if the global locals-management has been disabled.

This change makes the pool enforce the --txpool.pricelimit setting.

Tests

This backport PR has tests.

Additional context

This PR or the upstream commit should be removed when #215 is merged.

This change adds a check to ensure that transactions added to the legacy pool are not treated as 'locals' if the global locals-management has been disabled. 

This change makes the pool enforce the --txpool.pricelimit setting.
Copy link
Member

@sebastianst sebastianst left a comment

Choose a reason for hiding this comment

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

confirmed this is the upstream fix ethereum/go-ethereum#28435

@trianglesphere trianglesphere merged commit f49155a into optimism Jan 31, 2024
8 of 9 checks passed
@trianglesphere trianglesphere deleted the jg/cherry_pick_txpool_fix branch January 31, 2024 18:11
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.

3 participants