celo-org / celo-monorepo

Official repository for core projects comprising the Celo platform
https://celo.org
Apache License 2.0
697 stars 370 forks source link

Refactor lib directory to separate Foundry dependencies #11104

Open arthurgousset opened 3 months ago

arthurgousset commented 3 months ago

From @m-chrzan on Slack:

Housekeeping issue: protocol/lib used to house only package-local libraries providing logic for scripts and tests. Now it also contains foundry dependencies, as lib/ is the standard location for them. Might be nice to separate these out. Probably easiest way would be to move foundry dependencies to lib-foundry, change libs and remappings in foundry.toml.