Fill gaps from assistant conversations: bera-reth txpool flag mapping#74
Open
mintlify[bot] wants to merge 1 commit into
Open
Fill gaps from assistant conversations: bera-reth txpool flag mapping#74mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Document the Bera-Reth equivalents for common Bera-Geth
--txpool.*flags, including the priority-fee floor that operators were unable to find in the migration guide.Changes
--txpool.pricebump,--txpool.accountslots,--txpool.lifetime, and the--miner.gasprice/--txpool.pricelimit→--txpool.minimum-priority-feemapping in the Geth→Reth flag table.--txpool.minimum-priority-feeis the Reth flag to enforce a minimum priority fee, and that omitting it accepts any tip.Context
Assistant traffic in the last week showed node operators asking how to migrate
txpool.minimum-priority-fee/min-priority-feefrom Bera-Geth to Bera-Reth. The migration table did not list any--txpool.*flags, so the assistant (and readers) had no source of truth for the equivalent. Bera-Reth inherits the upstream Reth flag of the same name, so the fix is to document the mapping.