-
Notifications
You must be signed in to change notification settings - Fork 269
docs: Add Chain Operator Feature: Span Batches #823
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
Conversation
WalkthroughThe recent changes introduce a new feature, "span batches," into the chain operator documentation. This enhancement allows users to utilize span batches within their chain configurations. The documentation now includes a dedicated guide detailing how to enable span batches, configure settings, and verify their activation, ensuring users can effectively implement this feature in their operations. Changes
Assessment against linked issues
Recent review detailsConfiguration used: .coderabbit.yaml Files selected for processing (1)
Additional comments not posted (1)
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 as PR comments)
Additionally, you can add Documentation and Community
|
✅ Deploy Preview for docs-optimism ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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: 1
Outside diff range, codebase verification and nitpick comments (3)
pages/builders/chain-operators/features/span-batches.mdx (3)
9-11
: Use Proper Nouns and Consistent Language.Replace "This section" with "The following section" for clarity and consistency. Ensure proper nouns are capitalized and use imperative form.
- Span batches are an important feature that optimizes batch processing within the chain. This section provides an overview of span batches, instructions on how to enable them, and links to detailed design documents. + Span Batches are an important feature that optimizes batch processing within the chain. The following section provides an overview of Span Batches, instructions on how to enable them, and links to detailed design documents.
13-15
: Ensure Proper Noun Capitalization.Capitalize "Span Batches" consistently throughout the document.
- Span batches allow for efficient processing of multiple batches in a single operation, reducing overhead and improving performance. By grouping transactions together, span batches can help optimize the throughput of the network. + Span Batches allow for efficient processing of multiple batches in a single operation, reducing overhead and improving performance. By grouping transactions together, Span Batches can help optimize the throughput of the network.
44-48
: Use Proper Title Case for Links and Headers.Ensure that the link names and headers use the correct title case.
- ## Links to Related Pages + ## Links to Related Pages - * [Span Batches Specification](https://specs.optimism.io/protocol/delta/span-batches.html#span-batches) - * [Span Batch Design Docs](https://op-tip.notion.site/Span-Batch-Design-Docs-b85e599a47774dcdb8171cc84cab2476) + * [Span Batches Specification](https://specs.optimism.io/protocol/delta/span-batches.html#span-batches) + * [Span Batch Design Documents](https://op-tip.notion.site/Span-Batch-Design-Docs-b85e599a47774dcdb8171cc84cab2476)Tools
GitHub Check: lint
[warning] 47-47:
Incorrect list-item indent: add 2 spaces
Thanks 🙏 |
Description
Documentation for Span Batches:
Configuration Instructions:
Links to Related Pages:
Tests
Please describe any tests you've added. If you've added no tests, or left important behavior untested, please explain why not.
Additional context
Add any other context about the problem you're solving.
Metadata