soldeer migration#17
Conversation
Mirrors the level-1/2 leaves. Dependencies migrated: - forge-std → forge-std-1.16.1 - openzeppelin-contracts → @openzeppelin-contracts-4.8.3 - rain.math.saturating → rain-math-saturating-0.1.1 - rain.string → rain-string-0.1.0 Submodules and .gitmodules removed. CI: drop the bespoke matrix; consume rainix's composite rainix-sol reusable; add the publish wrapper. Verified: forge test passes (78/78). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ 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: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (32)
✨ 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 |
The previous config filtered `lib/forge-std` and `lib/openzeppelin-contracts` which no longer exist post-migration. New filter targets the soldeer-installed paths (`dependencies/forge-std-`, `dependencies/@openzeppelin-contracts-`). Also drops `test` from the filter — slither should analyse our test helpers and assertions to catch issues there too. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
@coderabbitai assess this PR size classification for the totality of the PR with the following criterias and report it in your comment: S/M/L PR Classification Guidelines:This guide helps classify merged pull requests by effort and complexity rather than just line count. The goal is to assess the difficulty and scope of changes after they have been completed. Small (S)Characteristics:
Review Effort: Would have taken 5-10 minutes Examples:
Medium (M)Characteristics:
Review Effort: Would have taken 15-30 minutes Examples:
Large (L)Characteristics:
Review Effort: Would have taken 45+ minutes Examples:
Additional Factors to ConsiderWhen deciding between sizes, also consider:
Notes:
|
Migrate from git submodules to soldeer.
Dependencies:
CI: drop the bespoke matrix; consume rainix's composite
rainix-solreusable; add the publish wrapper.🤖 Generated with Claude Code