Fixed: Use named imports across Compact contracts - #769
Fixed: Use named imports across Compact contracts #769eminence-technology wants to merge 1 commit into
Conversation
Convert blanket prefixed imports to named imports of used symbols only, keeping prefixes and call sites unchanged. Fixes OpenZeppelin#406.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (58)
WalkthroughThe PR replaces whole-module and side-effect imports with explicit named imports across Compact contracts and mocks. Existing prefixes, references, exported entities, and runtime behavior remain unchanged. ChangesAccess, security, and support imports
Multisig module imports
Token and extension imports
Integration mock imports
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 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 |
Types of changes
What types of changes does your code introduce to OpenZeppelin Midnight Contracts?
Put an
xin the boxes that applyFixes #406
Convert blanket prefixed imports to named imports of used symbols only, keeping prefixes and call sites unchanged.
Before: