feat: cherry-pick MinimalInterchainAccountRouter solidity changes#8367
feat: cherry-pick MinimalInterchainAccountRouter solidity changes#8367paulbalaji merged 2 commits intoaudit-q2-2026from
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
📝 Coding Plan
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 |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## audit-q2-2026 #8367 +/- ##
=================================================
+ Coverage 75.82% 77.21% +1.39%
=================================================
Files 124 131 +7
Lines 3069 3366 +297
Branches 253 299 +46
=================================================
+ Hits 2327 2599 +272
- Misses 726 750 +24
- Partials 16 17 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Summary
audit-q2-2026AbstractInterchainAccountRouterbase contract fromInterchainAccountRouterMinimalInterchainAccountRouterfor IgraNotes
MinimalInterchainAccountRouterintentionally omits commit-reveal / CCIP-read behavior and theCommitmentReadIsmsub-deploymentValidation
pnpm -C solidity test:forge --match-path test/InterchainAccountRouter.t.solpnpm -C solidity test:forge --match-path test/MinimalInterchainAccountRouter.t.sol