This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
dev: download contract artifacts instead of compiling [3] #1483
Labels
enhancement
Enhancement of the code, not introducing new features.
Describe the enhancement request
In our make setup, we compile the Kakarot contracts coming from the kakarot submodule. This takes quite the time and adds complexity because we need to setup up the kakarot submodule correctly and integrate changes the submodule does to its own setup.
In order to avoid this step, we can:
FROM path/to/deployer as deployer -> COPY --from=deployer kakarot/artifacts/path kakarot/artifacts/path/destination
docker cp
in order to get the artifacts locally (this change should be made in our setup recipe)Duration: 3 hours
The text was updated successfully, but these errors were encountered: