[ZK Stack] - ecosystem init compilation error #888
-
Team or ProjectNo response Module Affected
Rust Version1.82.0 Operating System
Issue DescriptionI've been following the guide on how to setup a new ecosystem locally from here https://docs.zksync.io/zk-stack/running/quickstart. Initial reth, postgres and observability containers spin up. I get to running the Expected BehaviorTo start an era server locally. Current BehaviorFails with the following error:
Debugging further I found out that in Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello! To make sure that everything work, you should do the following:
After that, deploying should work. |
Beta Was this translation helpful? Give feedback.
-
@popzxc short followup related to the running a rollup locally using the zkstack: I've continued with the docs and ended up on this step - https://docs.zksync.io/zk-stack/running/production but I don't have the |
Beta Was this translation helpful? Give feedback.
Hello!
foundry-zksync
had a breaking change recently, and the latest version is not supported yet.To make sure that everything work, you should do the following:
git pull
to make sure that you're running the most recent version of the codebase.zkstackup --local
to reinstallzkstack CLI
foundryup-zksync -C 27360d4c8
(not newer!) to install compatible version of foundry-zksync.rm -rf contracts
andgit submodule update --init --recursive
to make sure that there are no old contracts artifacts.After that, deploying should work.
This is only required temporarily; hopefully the latest foundry-zksync version would be supported in the core codebase soon.