update: migrate quasar programs to latest API#8
Open
jim4067 wants to merge 7 commits intoquiknode-labs:mainfrom
Open
update: migrate quasar programs to latest API#8jim4067 wants to merge 7 commits intoquiknode-labs:mainfrom
jim4067 wants to merge 7 commits intoquiknode-labs:mainfrom
Conversation
mikemaccana
requested changes
Apr 22, 2026
Collaborator
mikemaccana
left a comment
There was a problem hiding this comment.
Awesome work and thanks - just remove the impl and let the instruction handlers and account constraints be seperate and we can get this in!
…all quasar programs
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 116230f. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note
Medium Risk
Medium risk due to broad, cross-cutting API migration across many on-chain examples (account context types, PDA seeds, and CPI call signatures), which could break compilation or subtly change account validation if mismatched.
Overview
Updates all Quasar examples to depend on upstream
quasar-lang(andquasar-splwhere used) from Git, and refactors instruction#[derive(Accounts)]contexts to the new owned account types (dropping'infolifetimes) with handlers now consistently taking&mutaccounts.Adds
#[seeds(...)]annotations to state structs and updates PDA constraints to use generatedType::seeds(...)/*_seeds(...)helpers (plusset_innerwhere required), while adjusting CPI helpers to pass account references and updating a few small utilities (e.g., name matchers) to match new APIs. Also ignores.claudein.gitignore.Reviewed by Cursor Bugbot for commit a65c134. Bugbot is set up for automated code reviews on this repo. Configure here.