-
Notifications
You must be signed in to change notification settings - Fork 215
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
Batcher Configuration Page Update #1215
base: main
Are you sure you want to change the base?
Batcher Configuration Page Update #1215
Conversation
…round the batcher policy
…with the resulting output
✅ Deploy Preview for docs-optimism ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThe pull request involves a comprehensive restructuring of the batcher configuration documentation in the Assessment against linked issues
Possibly related PRs
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (3)
pages/builders/chain-operators/configuration/batcher.mdx (3)
15-35
: Improve clarity and formatting in the Recommendations section.Several style and grammar improvements are needed:
- Replace "anyways" with "anyway" (line 27)
- Add hyphens to compound modifiers:
- "12-hour" instead of "12 hour"
- "5-hour" instead of "5 hour"
- "third-party" instead of "third party"
- Add a comma after "Thus" (line 33)
Apply these changes to improve readability while maintaining technical accuracy:
- otherwise your chain may experience a 12 hour long chain reorg + otherwise your chain may experience a 12-hour long chain reorg - a batch will be submitted anyways + a batch will be submitted anyway - third party bridges + third-party bridges - Thus a larger gap + Thus, a larger gap🧰 Tools
🪛 LanguageTool
[formatting] ~24-~24: If the ‘because’ clause is essential to the meaning, do not use a comma before the clause.
Context: ...every 5*12=60 seconds. When using blobs, because 130kb blobs need to be purchased in ful...(COMMA_BEFORE_BECAUSE)
[uncategorized] ~26-~26: When a number forms part of an adjectival compound, use hyphens.
Context: ..., otherwise your chain may experience a 12 hour long chain reorg. 5 hours is the longest len...(MISSING_HYPHEN)
[grammar] ~26-~26: When ‘12-hour’ is used as a modifier, it is usually spelled with a hyphen.
Context: ...mend that still sits snugly within that 12 hour window to avoid affecting stability. * ...(HOUR_HYPHEN)
[style] ~27-~27: The word ‘anyways’ is informal American English. Did you mean “anyway”?
Context: ...ION` elapses, a batch will be submitted anyways - (e.g. even if the OP Mainnet batcher ...(ANYWAYS)
[uncategorized] ~32-~32: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...fe head, often Centralized Exchanges or third party bridges wait until transactions are mar...(EN_COMPOUND_ADJECTIVE_INTERNAL)
[uncategorized] ~33-~33: A comma may be missing after the conjunctive/linking adverb ‘Thus’.
Context: ...ocessing deposits and withdrawal. * Thus a larger gap between posting batches ca...(SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA)
36-56
: Enhance clarity in the multi-blob configuration section.The section provides valuable technical information but could be more concise:
- Replace "by the use of" with "using" (line 38)
- Add a comma before "and" in a compound sentence (line 52)
Apply these changes to improve readability:
-This is accomplished by the use of multi-frame channels +This is accomplished using multi-frame channels -6-blob transactions included and slightly higher priority +6-blob transactions included, and slightly higher priority🧰 Tools
🪛 LanguageTool
[style] ~38-~38: ‘by the use of’ might be wordy. Consider a shorter alternative.
Context: ... blob transaction. This is accomplished by the use of multi-frame channels, see the [specs](h...(EN_WORDINESS_PREMIUM_BY_THE_USE_OF)
[uncategorized] ~52-~52: Possible missing comma found.
Context: ...y it will be to get 6-blob transactions included and slightly higher priority fees shoul...(AI_HYDRA_LEO_MISSING_COMMA)
800-827
: Batcher Policy section provides excellent guidance.The section effectively outlines key configuration parameters and their constraints. The table format and additional guidance make it easy to understand the requirements.
Minor improvement needed: Remove the comma before "because" in the table cell (line 806) as it's essential to the meaning.
-with no restrictions, because both are fully secured by L1 +with no restrictions because both are fully secured by L1🧰 Tools
🪛 LanguageTool
[formatting] ~806-~806: If the ‘because’ clause is essential to the meaning, do not use a comma before the clause.
Context: ...tions and calldata, with no restrictions, because both are fully secured by L1. | | Batch...(COMMA_BEFORE_BECAUSE)
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
pages/builders/chain-operators/configuration/batcher.mdx
(6 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
pages/builders/chain-operators/configuration/batcher.mdx (1)
Pattern **/*.mdx
: "ALWAYS review Markdown content THOROUGHLY with the following criteria:
- Use proper nouns in place of personal pronouns like 'We' and 'Our' to maintain consistency in communal documentation.
- Avoid gender-specific language and use the imperative form.
- Monitor capitalization for emphasis. Avoid using all caps, italics, or bold for emphasis.
- Ensure proper nouns are capitalized in sentences.
- Apply the Oxford comma.
- Use proper title case for buttons, tab names, page names, and links. Sentence case should be used for body content and short phrases, even in links.
- Use correct spelling and grammar at all times (IMPORTANT).
- For H1, H2, and H3 headers:
- Use sentence case, capitalizing only the first word.
- Preserve the capitalization of proper nouns, technical terms, and acronyms as defined in the 'nouns.txt' file located in the root directory of the project.
- Do not automatically lowercase words that appear in the 'nouns.txt' file, regardless of their position in the header.
- Flag any headers that seem to inconsistently apply these rules for manual review.
- When reviewing capitalization, always refer to the 'nouns.txt' file for the correct capitalization of proper nouns and technical terms specific to the project.
"
🪛 LanguageTool
pages/builders/chain-operators/configuration/batcher.mdx
[formatting] ~24-~24: If the ‘because’ clause is essential to the meaning, do not use a comma before the clause.
Context: ...every 5*12=60 seconds. When using blobs, because 130kb blobs need to be purchased in ful...
(COMMA_BEFORE_BECAUSE)
[uncategorized] ~26-~26: When a number forms part of an adjectival compound, use hyphens.
Context: ..., otherwise your chain may experience a 12 hour long chain reorg. 5 hours is the longest len...
(MISSING_HYPHEN)
[grammar] ~26-~26: When ‘12-hour’ is used as a modifier, it is usually spelled with a hyphen.
Context: ...mend that still sits snugly within that 12 hour window to avoid affecting stability. * ...
(HOUR_HYPHEN)
[style] ~27-~27: The word ‘anyways’ is informal American English. Did you mean “anyway”?
Context: ...ION` elapses, a batch will be submitted anyways - (e.g. even if the OP Mainnet batcher ...
(ANYWAYS)
[uncategorized] ~32-~32: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...fe head, often Centralized Exchanges or third party bridges wait until transactions are mar...
(EN_COMPOUND_ADJECTIVE_INTERNAL)
[uncategorized] ~33-~33: A comma may be missing after the conjunctive/linking adverb ‘Thus’.
Context: ...ocessing deposits and withdrawal. * Thus a larger gap between posting batches ca...
(SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA)
[style] ~38-~38: ‘by the use of’ might be wordy. Consider a shorter alternative.
Context: ... blob transaction. This is accomplished by the use of multi-frame channels, see the [specs](h...
(EN_WORDINESS_PREMIUM_BY_THE_USE_OF)
[uncategorized] ~52-~52: Possible missing comma found.
Context: ...y it will be to get 6-blob transactions included and slightly higher priority fees shoul...
(AI_HYDRA_LEO_MISSING_COMMA)
[style] ~77-~77: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...erver=http://da.example.com:1234`</Tabs.Tab> <Tabs.Tab>`$OP_BATCHER_ALTDA_DA_SERV...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~88-~88: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...abs.Tab>--altda.da-service=true
</Tabs.Tab> <Tabs.Tab>`$OP_BATCHER_ALTDA_DA_SERV...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~102-~102: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...<Tabs.Tab>--altda.enabled=false
</Tabs.Tab> <Tabs.Tab>`$OP_BATCHER_ALTDA_ENABLED...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~112-~112: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...Tabs.Tab>--altda.get-timeout=5s
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_ALTDA_GET_TIME...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~122-~122: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...tda.max-concurrent-da-requests=4</Tabs.Tab> <Tabs.Tab>
OP_BATCHER_ALTDA_MAX_CONC...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~132-~132: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...abs.Tab>--altda.put-timeout=10s
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_ALTDA_PUT_TIME...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~142-~142: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...Tab>--altda.verify-on-read=true
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_ALTDA_VERIFY_O...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~295-~295: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...Tab> <Tabs.Tab>--log.pid=true
</Tabs.Tab> <Tabs.Tab>OP_BATCHER_LOG_PID=true
<...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~305-~305: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...--max-blocks-per-span-batch=100
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_MAX_BLOCKS_PER...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~578-~578: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...er="Authorization=Bearer 123abc"</Tabs.Tab> <Tabs.Tab>
OP_BATCHER_SIGNER_HEADER=...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~652-~652: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...hrottle-always-block-size=250000</Tabs.Tab> <Tabs.Tab>
OP_BATCHER_THROTTLE_ALWAY...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~662-~662: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...Tab>--throttle-block-size=50000
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_THROTTLE_BLOCK...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~674-~674: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...Tabs.Tab>--throttle-interval=5s
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_THROTTLE_INTER...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~687-~687: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...ab>--throttle-threshold=1500000
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_THROTTLE_THRES...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~699-~699: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...bs.Tab>--throttle-tx-size=10000
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_THROTTLE_TX_SI...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[formatting] ~806-~806: If the ‘because’ clause is essential to the meaning, do not use a comma before the clause.
Context: ...tions and calldata, with no restrictions, because both are fully secured by L1. | | Batch...
(COMMA_BEFORE_BECAUSE)
🔇 Additional comments (1)
pages/builders/chain-operators/configuration/batcher.mdx (1)
71-144
: New parameter documentation is well-structured and complete.The documentation for new parameters (Alt-DA, throttling, logging) follows the established format and provides clear descriptions. The throttling parameters are particularly well-documented with their relationships and effects clearly explained.
Also applies to: 289-307, 569-580, 646-702
🧰 Tools
🪛 LanguageTool
[style] ~77-~77: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...erver=http://da.example.com:1234`</Tabs.Tab> <Tabs.Tab>`$OP_BATCHER_ALTDA_DA_SERV...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~88-~88: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...abs.Tab>--altda.da-service=true
</Tabs.Tab> <Tabs.Tab>`$OP_BATCHER_ALTDA_DA_SERV...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~102-~102: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...<Tabs.Tab>--altda.enabled=false
</Tabs.Tab> <Tabs.Tab>`$OP_BATCHER_ALTDA_ENABLED...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~112-~112: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...Tabs.Tab>--altda.get-timeout=5s
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_ALTDA_GET_TIME...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~122-~122: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...tda.max-concurrent-da-requests=4</Tabs.Tab> <Tabs.Tab>
OP_BATCHER_ALTDA_MAX_CONC...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~132-~132: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...abs.Tab>--altda.put-timeout=10s
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_ALTDA_PUT_TIME...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~142-~142: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...Tab>--altda.verify-on-read=true
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_ALTDA_VERIFY_O...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, this is a great improvement, thank you!
@@ -12,6 +12,49 @@ This page lists all configuration options for the op-batcher. The op-batcher pos | |||
L2 sequencer data to the L1, to make it available for verifiers. The following | |||
options are from the `--help` in [v1.7.6](https://github.com/ethereum-optimism/optimism/releases/tag/v1.7.6). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@richardgreg can you update this to the release version or commit you used for the batcher help
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (4)
pages/builders/chain-operators/configuration/batcher.mdx (4)
24-24
: Fix grammatical and formatting issuesSeveral improvements needed:
- Remove the comma after "blobs" in "When using blobs, because..."
- Add hyphens in compound modifiers: "12-hour" and "5-hour"
- Replace "anyways" with "anyway"
Apply these changes:
-When using blobs, because 130kb blobs need to be purchased in full +When using blobs because 130kb blobs need to be purchased in full -otherwise your chain may experience a 12 hour long chain reorg. 5 hours +otherwise your chain may experience a 12-hour long chain reorg. 5-hours -a batch will be submitted anyways +a batch will be submitted anywayAlso applies to: 26-27
🧰 Tools
🪛 LanguageTool
[formatting] ~24-~24: If the ‘because’ clause is essential to the meaning, do not use a comma before the clause.
Context: ...every 5*12=60 seconds. When using blobs, because 130kb blobs need to be purchased in ful...(COMMA_BEFORE_BECAUSE)
646-701
: Improve organization of throttling parametersThe throttling parameters should be grouped together with clear cross-references and examples of their interaction.
Consider:
- Adding a "Throttling Configuration" section that groups these parameters
- Including a configuration example showing how these parameters work together
- Adding a diagram or flowchart explaining the throttling decision process
Example structure:
## Throttling Configuration The batcher supports automatic throttling of transaction processing based on several parameters: 1. Threshold Parameters: - throttle-threshold: Main trigger for throttling - throttle-tx-size: Individual transaction size limit 2. Block Size Limits: - throttle-block-size: Conditional limit - throttle-always-block-size: Unconditional limit 3. Timing: - throttle-interval: Control frequency Example Configuration: ...🧰 Tools
🪛 LanguageTool
[style] ~652-~652: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...hrottle-always-block-size=250000</Tabs.Tab> <Tabs.Tab>
OP_BATCHER_THROTTLE_ALWAY...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~662-~662: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...Tab>--throttle-block-size=50000
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_THROTTLE_BLOCK...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~674-~674: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...Tabs.Tab>--throttle-interval=5s
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_THROTTLE_INTER...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~687-~687: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...ab>--throttle-threshold=1500000
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_THROTTLE_THRES...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~699-~699: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...bs.Tab>--throttle-tx-size=10000
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_THROTTLE_TX_SI...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
804-808
: Improve table formatting and clarityThe policy table needs better formatting and clarity improvements.
- Add proper table alignment
- Use consistent formatting for technical terms
- Add links to referenced concepts
Example:
-| Parameter | Description | Administrator | Requirement | Notes | +| Parameter | Description | Administrator | Requirement | Notes | +|:----------|:------------|:--------------|:------------|:-------|🧰 Tools
🪛 LanguageTool
[formatting] ~806-~806: If the ‘because’ clause is essential to the meaning, do not use a comma before the clause.
Context: ...tions and calldata, with no restrictions, because both are fully secured by L1. | | Batch...(COMMA_BEFORE_BECAUSE)
32-33
: Fix grammar and formatting consistencySeveral grammar and formatting improvements needed:
- Add hyphen in "third-party bridges"
- Add comma after "Thus"
- Improve header formatting consistency
Apply these changes:
-third party bridges +third-party bridges -Thus a larger gap +Thus, a larger gap -Headers to pass to the remote signer. Format `key=value`. -Value can contain any character allowed in an HTTP header. -When using env vars, split multiple headers with commas. -When using flags, provide one key-value pair per flag. +Headers to pass to the remote signer: +- Format: `key=value` +- Value can contain any character allowed in an HTTP header +- When using env vars, split multiple headers with commas +- When using flags, provide one key-value pair per flagAlso applies to: 571-574
🧰 Tools
🪛 LanguageTool
[uncategorized] ~32-~32: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...fe head, often Centralized Exchanges or third party bridges wait until transactions are mar...(EN_COMPOUND_ADJECTIVE_INTERNAL)
[uncategorized] ~33-~33: A comma may be missing after the conjunctive/linking adverb ‘Thus’.
Context: ...ocessing deposits and withdrawal. * Thus a larger gap between posting batches ca...(SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA)
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
pages/builders/chain-operators/configuration/batcher.mdx
(6 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
pages/builders/chain-operators/configuration/batcher.mdx (1)
Pattern **/*.mdx
: "ALWAYS review Markdown content THOROUGHLY with the following criteria:
- Use proper nouns in place of personal pronouns like 'We' and 'Our' to maintain consistency in communal documentation.
- Avoid gender-specific language and use the imperative form.
- Monitor capitalization for emphasis. Avoid using all caps, italics, or bold for emphasis.
- Ensure proper nouns are capitalized in sentences.
- Apply the Oxford comma.
- Use proper title case for buttons, tab names, page names, and links. Sentence case should be used for body content and short phrases, even in links.
- Use correct spelling and grammar at all times (IMPORTANT).
- For H1, H2, and H3 headers:
- Use sentence case, capitalizing only the first word.
- Preserve the capitalization of proper nouns, technical terms, and acronyms as defined in the 'nouns.txt' file located in the root directory of the project.
- Do not automatically lowercase words that appear in the 'nouns.txt' file, regardless of their position in the header.
- Flag any headers that seem to inconsistently apply these rules for manual review.
- When reviewing capitalization, always refer to the 'nouns.txt' file for the correct capitalization of proper nouns and technical terms specific to the project.
"
🪛 LanguageTool
pages/builders/chain-operators/configuration/batcher.mdx
[formatting] ~24-~24: If the ‘because’ clause is essential to the meaning, do not use a comma before the clause.
Context: ...every 5*12=60 seconds. When using blobs, because 130kb blobs need to be purchased in ful...
(COMMA_BEFORE_BECAUSE)
[uncategorized] ~26-~26: When a number forms part of an adjectival compound, use hyphens.
Context: ..., otherwise your chain may experience a 12 hour long chain reorg. 5 hours is the longest len...
(MISSING_HYPHEN)
[grammar] ~26-~26: When ‘12-hour’ is used as a modifier, it is usually spelled with a hyphen.
Context: ...mend that still sits snugly within that 12 hour window to avoid affecting stability. * ...
(HOUR_HYPHEN)
[style] ~27-~27: The word ‘anyways’ is informal American English. Did you mean “anyway”?
Context: ...ION` elapses, a batch will be submitted anyways - (e.g. even if the OP Mainnet batcher ...
(ANYWAYS)
[uncategorized] ~32-~32: If this is a compound adjective that modifies the following noun, use a hyphen.
Context: ...fe head, often Centralized Exchanges or third party bridges wait until transactions are mar...
(EN_COMPOUND_ADJECTIVE_INTERNAL)
[uncategorized] ~33-~33: A comma may be missing after the conjunctive/linking adverb ‘Thus’.
Context: ...ocessing deposits and withdrawal. * Thus a larger gap between posting batches ca...
(SENT_START_CONJUNCTIVE_LINKING_ADVERB_COMMA)
[style] ~38-~38: ‘by the use of’ might be wordy. Consider a shorter alternative.
Context: ... blob transaction. This is accomplished by the use of multi-frame channels, see the [specs](h...
(EN_WORDINESS_PREMIUM_BY_THE_USE_OF)
[uncategorized] ~52-~52: Possible missing comma found.
Context: ...y it will be to get 6-blob transactions included and slightly higher priority fees shoul...
(AI_HYDRA_LEO_MISSING_COMMA)
[style] ~77-~77: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...erver=http://da.example.com:1234`</Tabs.Tab> <Tabs.Tab>`$OP_BATCHER_ALTDA_DA_SERV...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~88-~88: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...abs.Tab>--altda.da-service=true
</Tabs.Tab> <Tabs.Tab>`$OP_BATCHER_ALTDA_DA_SERV...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~102-~102: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...<Tabs.Tab>--altda.enabled=false
</Tabs.Tab> <Tabs.Tab>`$OP_BATCHER_ALTDA_ENABLED...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~112-~112: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...Tabs.Tab>--altda.get-timeout=5s
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_ALTDA_GET_TIME...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~122-~122: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...tda.max-concurrent-da-requests=4</Tabs.Tab> <Tabs.Tab>
OP_BATCHER_ALTDA_MAX_CONC...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~132-~132: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...abs.Tab>--altda.put-timeout=10s
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_ALTDA_PUT_TIME...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~142-~142: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...Tab>--altda.verify-on-read=true
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_ALTDA_VERIFY_O...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~295-~295: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...Tab> <Tabs.Tab>--log.pid=true
</Tabs.Tab> <Tabs.Tab>OP_BATCHER_LOG_PID=true
<...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~305-~305: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...--max-blocks-per-span-batch=100
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_MAX_BLOCKS_PER...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~578-~578: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...er="Authorization=Bearer 123abc"</Tabs.Tab> <Tabs.Tab>
OP_BATCHER_SIGNER_HEADER=...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~652-~652: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...hrottle-always-block-size=250000</Tabs.Tab> <Tabs.Tab>
OP_BATCHER_THROTTLE_ALWAY...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~662-~662: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...Tab>--throttle-block-size=50000
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_THROTTLE_BLOCK...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~674-~674: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...Tabs.Tab>--throttle-interval=5s
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_THROTTLE_INTER...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~687-~687: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...ab>--throttle-threshold=1500000
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_THROTTLE_THRES...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[style] ~699-~699: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...bs.Tab>--throttle-tx-size=10000
</Tabs.Tab> <Tabs.Tab>`OP_BATCHER_THROTTLE_TX_SI...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
[formatting] ~806-~806: If the ‘because’ clause is essential to the meaning, do not use a comma before the clause.
Context: ...tions and calldata, with no restrictions, because both are fully secured by L1. | | Batch...
(COMMA_BEFORE_BECAUSE)
🔇 Additional comments (1)
pages/builders/chain-operators/configuration/batcher.mdx (1)
13-13
: Verify the version referencePlease verify that the help output is from the specified version.
✅ Verification successful
Version reference is accurate
The documentation correctly references v1.10.0 of op-batcher, which is a valid release in the repository.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the version reference matches the actual help output # Get the latest release version and compare with docs gh api repos/ethereum-optimism/optimism/releases/latest --jq '.tag_name' | grep -q "op-batcher/v1.10.0" || echo "Version mismatch"Length of output: 144
Script:
#!/bin/bash # List recent releases to find v1.10.0 gh api repos/ethereum-optimism/optimism/releases --jq '.[].tag_name' | grep -i "op-batcher"Length of output: 110
Description
Updated CLI Flags: Built the latest release, ran the --help command, and updated the documentation with all newly surfaced flags and options
Reorganized Recommendations: reordered the documentation so that the “Recommendations” section now appears at the top
Outlined Standard Batcher Policy Requirements: added a dedicated section describing the standard configurability parameters in alignment with the OP Stack policy parameters.
Fixes #920