Skip to content

Add Geyser limits#46

Merged
akegaviar merged 1 commit intomainfrom
add-geyser
May 21, 2025
Merged

Add Geyser limits#46
akegaviar merged 1 commit intomainfrom
add-geyser

Conversation

@akegaviar
Copy link
Copy Markdown
Member

@akegaviar akegaviar commented May 21, 2025

Summary by CodeRabbit

  • Documentation
    • Updated documentation to correct formatting and improve link accuracy.
    • Added a new "Limits" section detailing pricing tiers and usage limits for the Yellowstone gRPC Geyser plugin.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 21, 2025

Walkthrough

This update makes minor corrections and improvements to documentation files. It standardizes quotation marks, updates and corrects several URLs, and adds a new section detailing pricing tiers and usage limits for the Yellowstone gRPC Geyser plugin. No changes to code logic or public interfaces are introduced.

Changes

Files Change Summary
docs/blob-transactions-the-hard-way.mdx Standardized quotation marks, corrected and updated documentation URLs for APIs and references.
docs/yellowstone-grpc-geyser-plugin.mdx Added a "Limits" section outlining pricing tiers and usage constraints for the Yellowstone gRPC Geyser plugin.

Possibly related PRs

Poem

A hop through docs with gentle care,
Straight quotes now dance in open air.
Links are polished, fresh and neat,
Pricing tiers make limits sweet.
Every hop a helpful tweak—
Docs improved for all who seek!
🐇✨

Note

⚡️ AI Code Reviews for VS Code, Cursor, Windsurf

CodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback.
Learn more here.


Note

⚡️ Faster reviews with caching

CodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 30th. To opt out, configure Review - Disable Cache at either the organization or repository level. If you prefer to disable all data retention across your organization, simply turn off the Data Retention setting under your Organization Settings.
Enjoy the performance boost—your workflow just got faster.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a 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 (5)
docs/yellowstone-grpc-geyser-plugin.mdx (2)

37-43: Consistent list marker style
The rest of this document uses - for unordered lists (e.g., in Benefits). Here we mix * markers under pricing tiers. For consistency and readability, consider switching these to -.

## Limits

-$149/month:
-- Unlimited stream events
-- 5 streams available per platform account
-- Up to 50 Solana accounts per stream

+$149/month:
+- Unlimited stream events
+- 5 streams available per platform account
+- Up to 50 Solana accounts per stream

(Apply the same change for the $449/month block.)


49-49: Add comma for clarity
The sentence would read more clearly with a comma after “Yellowstone gRPC Geyser plugin”.

-Note that on a dedicated Solana node with Yellowstone gRPC Geyser plugin limit customization is available.
+Note that on a dedicated Solana node with the Yellowstone gRPC Geyser plugin, limit customization is available.
docs/blob-transactions-the-hard-way.mdx (3)

9-9: Use backticks for inline code phrases
Rather than wrapping the phrase in straight quotes, use backticks for code-style emphasis—this aligns with the rest of the guide’s style.

-* Provides full Python scripts for a "bare bones" approach to building, sending, and verifying blob transactions from start to finish.
+* Provides full Python scripts for a `bare bones` approach to building, sending, and verifying blob transactions from start to finish.

305-307: Clarify link text and casing
The link label “Retrieve blob sidecar” can be more descriptive and match title casing. Consider renaming to “Retrieve Blob Sidecars by Slot” to reflect the endpoint name and consistency with other headings.

-Our example transaction is included in [block 6090748](https://sepolia.etherscan.io/txs?block=6090748&isblob=true) on the execution layer. The call we are going to use is [Retrieve blob sidecar](/reference/getblobsidecarbyslot).
+Our example transaction is included in [block 6090748](https://sepolia.etherscan.io/txs?block=6090748&isblob=true) on the execution layer. The call we are going to use is [Retrieve Blob Sidecars by Slot](/reference/getblobsidecarbyslot).

311-311: Fix run-on sentence punctuation
Split the two independent clauses for readability—replace the comma with a period (or semicolon).

-Note that the call does not support the execution layer block number, you can only provide the respective slot number on the consensus layer.
+Note that the call does not support the execution layer block number. You can only provide the respective slot number on the consensus layer.
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 556ea0b and cca127a.

📒 Files selected for processing (2)
  • docs/blob-transactions-the-hard-way.mdx (4 hunks)
  • docs/yellowstone-grpc-geyser-plugin.mdx (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: Mintlify Deployment

@akegaviar akegaviar merged commit 6a2ab8a into main May 21, 2025
4 checks passed
@akegaviar akegaviar deleted the add-geyser branch May 25, 2025 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant