foundry-compilers fork was refactored to implement a couple of generic apis of the upstream repo. The refactor includes some changes in the API, the most important one being that zksync flow now uses it's own dedicated Project instead of living along the evm one.
Solution
Update foundry-compilers dependency and implement the new API. Update includes the creation of the build_info directory and support for --build-info flag which will store full build info (compilation inputs + outputs)
Motivation
foundry-compilers fork was refactored to implement a couple of generic apis of the upstream repo. The refactor includes some changes in the API, the most important one being that zksync flow now uses it's own dedicated
Project
instead of living along the evm one.Solution
Update
foundry-compilers
dependency and implement the new API. Update includes the creation of thebuild_info
directory and support for--build-info
flag which will store full build info (compilation inputs + outputs)