Skip to content

Comments

Fix Solana CLI version mismatch#64

Open
S0nee wants to merge 2 commits intomagicblock-labs:mainfrom
S0nee:S0nee-patch-1
Open

Fix Solana CLI version mismatch#64
S0nee wants to merge 2 commits intomagicblock-labs:mainfrom
S0nee:S0nee-patch-1

Conversation

@S0nee
Copy link

@S0nee S0nee commented Feb 23, 2026

Fixed version inconsistency: documentation required Solana 2.3.13:
image
but installation command was installing v1.18.0.

Updated installation instructions to use the correct pinned Solana version (2.3.13).

Summary by CodeRabbit

  • Documentation
    • Updated Solana CLI installation instructions in README to reflect the latest version requirements, ensuring developers follow current setup procedures.

Fixed version inconsistency: documentation required [Solana 2.3.13](https://github.com/S0nee/magicblock-engine-examples/blob/main/anchor-rock-paper-scissor/README.md#L19), but installation command was installing [v1.18.0](https://github.com/S0nee/magicblock-engine-examples/blob/main/anchor-rock-paper-scissor/README.md#L41).

**Updated installation instructions to use the correct pinned Solana version (2.3.13).**
@vercel
Copy link

vercel bot commented Feb 23, 2026

@S0nee is attempting to deploy a commit to the MagicBlock Labs Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 23, 2026

Warning

Rate limit exceeded

@S0nee has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 16 minutes and 2 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between d585d78 and a0a27ad.

📒 Files selected for processing (1)
  • anchor-rock-paper-scissor/README.md

Walkthrough

The README.md file is updated to change the Solana CLI installation command version from v1.18.0 to v2.3.13. This is a straightforward version bump in the installation documentation with no impact to logic or configuration.

Changes

Cohort / File(s) Summary
Documentation
anchor-rock-paper-scissor/README.md
Version bump for Solana CLI installation command from v1.18.0 to v2.3.13.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Fix Solana CLI version mismatch' directly and concisely describes the main change: updating the Solana CLI installation command from v1.18.0 to v2.3.13 to match documentation requirements.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
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: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@anchor-rock-paper-scissor/README.md`:
- Line 41: Update the installer URL in the README to point to the new Anza
release host: replace any occurrence of
"https://release.solana.com/v2.3.13/install" with
"https://release.anza.xyz/v2.3.13/install" (edit the command shown in README.md
where the curl install line is present) so the CLI installs from Anza's agave
distribution for v2.x releases.

ℹ️ Review info

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7793064 and d585d78.

📒 Files selected for processing (1)
  • anchor-rock-paper-scissor/README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant