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

cmd/geth: add RollupEnableTxPoolAdmissionFlag to node flags #434

Open
wants to merge 1 commit into
base: optimism
Choose a base branch
from

Conversation

pengin7384
Copy link
Contributor

Description

In PR #122, the --rollup.enabletxpooladmission flag was added, but it is not listed in the node flags, making it unavailable for use. While it is correct to keep this flag disabled by default for non-sequencer nodes due to MEV vulnerabilities, it can be somewhat inconvenient when sending multiple transfer transactions at once, as the nonces do not increase accordingly. How about adding an option in this PR to allow users to enable it selectively?

Tests

Enabling the --rollup.enabletxpooladmission flag ensures that the nonce increments correctly.

Additional context

Metadata

@pengin7384 pengin7384 requested a review from a team as a code owner November 22, 2024 04:57
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.

1 participant