feat: migrate to soldeer + use upstream CI reusable#109
Conversation
Drop git submodules in favour of soldeer-managed dependencies, in preparation for publishing rain.metadata to soldeer.xyz. 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 (1)
📒 Files selected for processing (19)
✨ 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 upstream sol-test workflow exports ARBITRUM_RPC_URL / BASE_RPC_URL / BASE_SEPOLIA_RPC_URL / FLARE_RPC_URL / POLYGON_RPC_URL / ETH_RPC_URL, not the legacy CI_FORK_*_RPC_URL names. Update test calls to match so fork tests can find their RPC URLs in CI. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
After dropping submodules, the subgraph workflow's compile step can't find forge-std and rain-deploy. Install via soldeer in the same shape the rainix-sol workflow does. 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:
|
Summary
Drop git submodules in favour of soldeer-managed dependencies, in preparation for publishing this repo to soldeer.xyz so downstream consumers (rain.interpreter, etc.) can pick it up via a versioned dep.
foundry.toml:[dependencies]block,[soldeer] recursive_deps = false,libs = ["dependencies"].soldeerignore: exclude dev/CI metadata from the published zip.github/workflows/publish-soldeer.yaml: tag-driven publish via rainix reusable.github/workflows/rainix.yaml→rainix-sol.yaml: thin wrapper around upstream rainix sol reusableREUSE.toml: coversoldeer.lockand.soldeerignore; drop.gitmodules.gitignore: ignoredependencies/,remappings.txt,.env,.pre-commit-config.yaml,.claude(andtargetfor rain.metadata)Test plan
Generated with Claude Code.