Use the published ephemeral rollups Pinocchio crate - #144
Conversation
|
Warning Review limit reachedNext included review available in 28 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (1)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughThe PR updates ChangesMagic ATA dispatch
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~10 minutes Change: Refactor Suggested reviewers: Merge Risk: ⚪ Minimal · up to No concrete current-head failure remains established for the updated Magic ATA dispatch. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Replace the git pin with ephemeral-rollups-pinocchio 0.16.2 from crates.io. Keep the existing Pinocchio runtime versions and inline the one Magic ATA CPI that is not part of that release.
f04a9e1 to
2788451
Compare
What
Replace the git-pinned
ephemeral-rollups-pinocchiodependency with the published0.16.2crate.The pinned revision only added the Magic ATA CPI used by this program. Encoding that CPI locally keeps the existing Pinocchio and test-runtime versions, so the broader Pinocchio 0.11 compatibility layer is unnecessary.
Changes
ephemeral-rollups-pinocchio0.16.2 from crates.ioCreateMagicAtainstruction data and account metadata locallyNo behavior change is intended. The local CPI mirrors the helper from the previously pinned SDK revision.
Summary by CodeRabbit
Maintenance
Refactor