cyclofinance / cyclofinance/cyclo.sol
Replace stale 'ethgild' submodule + remapping with 'rain.vats' canonical name
- Dominant language
- Solidity
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The repo still has \`lib/ethgild/\` (submodule tracking \`gildlab/ethgild\`, which redirects to \`rainlanguage/rain.vats\`) and \`ethgild/=lib/ethgild/src/\` in foundry.toml remappings. The legacy name shows up in every import statement across the codebase.
Migrate to the canonical name: deinit + re-add the submodule as \`lib/rain.vats\`, update the remapping to \`rain.vats/=lib/rain.vats/src/\`, and rewrite all \`ethgild/...\` imports.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with foundry.toml and the existing lib/ethgild submodule, then locate every ethgild/... import across the codebase. Re-add the dependency under lib/rain.vats, update the remapping to rain.vats/=lib/rain.vats/src/, rewrite all imports, and verify the repository still builds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, solidity
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100