feat: unify local accounts under magic mode - #152
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: magicblock-labs/magicblock-engine/.coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (26)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe change renames Priority: ➖ Normal Change: Feature · Severity of issue fixed: Medium Merge Risk: ⚪ Minimal · up to The Magic lifecycle migration has no remaining actionable issue in the reviewed changes and is ready to merge. 🚥 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 |
What changed
MagicreplacesEphemeralas the mode for accounts that exist only inside the ephemeral rollup. These accounts can now be replaced withDelegatedstate through a privileged operation at the same or a newer slot. This lets locally created accounts later take on delegated state from the base chain.Placeholderis renamed toUninit. Callers, documentation, and existing lifecycle coverage use the new names.Closes #150