Skip to content

Add from_slot note on Geyser#151

Merged
akegaviar merged 1 commit intomainfrom
add-from-slot-geyser
Aug 26, 2025
Merged

Add from_slot note on Geyser#151
akegaviar merged 1 commit intomainfrom
add-from-slot-geyser

Conversation

@akegaviar
Copy link
Copy Markdown
Member

@akegaviar akegaviar commented Aug 26, 2025

Summary by CodeRabbit

  • Documentation
    • Updated Benefits to highlight support for from_slot/fromSlot parameters to replay and recover missed events, with a link to an example script in the Solana Geyser Python tutorial.
    • Renamed and refreshed Tooling reference to “Pump fun and Bonk fun sniping bot with Geyser,” updating the link to the new URL.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Aug 26, 2025

Walkthrough

Edits in docs/yellowstone-grrpc-geyser-plugin.mdx update two bullet points: one in Benefits replaces a data-coverage claim with from_slot/fromSlot replay support and a tutorial link; one in Tooling renames/updates the sniping bot reference to “Pump fun and Bonk fun” with a new URL.

Changes

Cohort / File(s) Summary
Docs: Yellowstone gRPC Geyser plugin page
docs/yellowstone-grpc-geyser-plugin.mdx
Benefits: replace data-coverage bullet with from_slot/fromSlot replay/recovery info plus Solana Geyser Python tutorial link. Tooling: rename “Bonk fun sniping bot with Geyser” to “Pump fun and Bonk fun sniping bot with Geyser” and update link (pumpfun-bonkfun-bot).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Poem

I hop through slots, from_slot I replay,
Catching missed chirps along the chain’s ballet.
Pump and Bonk now share the stage,
A sniping script for the doc’s new page.
Ears perked, links fresh—thump-thump, hooray! 🐇✨

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch add-from-slot-geyser

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.
    • 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.
  • 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 the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

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

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

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

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • 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.

@akegaviar akegaviar merged commit f6dea65 into main Aug 26, 2025
1 of 2 checks passed
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 (2)
docs/yellowstone-grpc-geyser-plugin.mdx (2)

22-22: from_slot note: 👍; tighten wording and deep-link the example file

The addition is correct and useful. Suggest minor copy edit and link directly to the example file for faster discovery.

Apply this diff:

- - `from_slot`/`fromSlot` support to replay and recover missed events. For an example, see `learning-examples/historical_replay_with_from_slot.py` in [Solana Geyser Python tutorial](https://github.com/chainstacklabs/grpc-geyser-tutorial).
+ - `from_slot`/`fromSlot` support for replaying and recovering missed events. For an example, see [`learning-examples/historical_replay_with_from_slot.py`](https://github.com/chainstacklabs/grpc-geyser-tutorial/blob/main/learning-examples/historical_replay_with_from_slot.py) in the [Solana Geyser Python tutorial](https://github.com/chainstacklabs/grpc-geyser-tutorial).

The tutorial repo exists and contains the referenced example file. (github.com)


65-65: Update link text to match project branding and existing usage

To stay consistent with the repository’s own wording and your other bullets that use “pump.fun,” adjust the link label to “pump.fun and letsbonk.fun.”

Apply this diff:

- - [Pump fun and Bonk fun sniping bot with Geyser](https://github.com/chainstacklabs/pumpfun-bonkfun-bot)
+ - [pump.fun and letsbonk.fun sniping bot with Geyser](https://github.com/chainstacklabs/pumpfun-bonkfun-bot)

The linked repository describes itself as “pump.fun / letsbonk.fun trading and sniping bot,” which matches this phrasing. (github.com)

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between d5cd74e and 7cd4da0.

📒 Files selected for processing (1)
  • docs/yellowstone-grpc-geyser-plugin.mdx (2 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
{**/*.mdx,docs.json}

📄 CodeRabbit inference engine (CLAUDE.md)

{**/*.mdx,docs.json}: When creating a new article as an *.mdx file, always remember to add the file name to the appropriate section in the navigation file docs.json
Use sentence case for all titles, headings, navigation, and menu items
Never use Title case; use sentence case for everything, including titles

When creating a new article as an *.mdx file, always remember to add the file name to the appropriate section in the navigation file docs.json

Files:

  • docs/yellowstone-grpc-geyser-plugin.mdx
**/*.mdx

📄 CodeRabbit inference engine (CLAUDE.md)

**/*.mdx: Every page must start with YAML frontmatter containing title and description fields
Use Mintlify components such as , , , , , , , , , , , , , and appropriately in documentation
Specify language tags on all code blocks in documentation
Include realistic data, not placeholders, in code examples
Use component for sequential instructions and include verification steps with components when relevant
Wrap images in components with descriptive alt text
Document all API parameters with and show response structure with
Include both success and error examples in API documentation
Use for nested object properties in API documentation
Always include authentication examples in API documentation
Test all code examples before publishing whenever possible
Use relative paths for internal links in documentation
Include alt text for all images in documentation
Ensure proper heading hierarchy (start with h2) in documentation
Check existing patterns for consistency in documentation
Use American English spelling throughout documentation
Use 24-hour time format with colons and include timezone when relevant in documentation
Use US-English number format and 'M' for million, 'K' for thousand in documentation
Use commas to separate thousands and periods for cents in pricing; currency symbol before the number
Use hyphens, en-dashes, and em dashes according to specified rules in documentation
Use the Oxford comma in lists in documentation
Use colons, semicolons, and periods according to specified rules in documentation
Use full naming in first mention of a term, abbreviate later instances, and do not abbreviate Chainstack product names
Use sentence case for headings and do not write in full sentences or use periods
Use sentence case for descriptive text, paragraphs, and subheadings, and use per...

Files:

  • docs/yellowstone-grpc-geyser-plugin.mdx

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