Integration of gateway layer into zksync ecosystem fails #1063
-
Team or ProjectNo response Module Affected
Rust Version1.84.0 Operating System
Issue DescriptionWhen I follow the instructions on your website on how to integrate a gateway into an existing ecosystem, it fails when starting the gateway (4th step): https://docs.zksync.io/zk-stack/running/gateway-settlement-layer. After the following sequence of commands, the last one fails:
According to the logs, it fails with a transaction to the layer 1:
You can find all of the logs here: Expected BehaviorThe gateway should be fully integrated into the existing ecosystem after executing all commands on gateway tutorial page Current Behaviorgateway fails during initial startup. See the logs under issue description. Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
@thecodingshrimp Thanks for reporting this! I will take a look and update you soon. |
Beta Was this translation helpful? Give feedback.
from what I see, you fail on 'PublishProofOnchain' - and you're running with provers enabled (--prover-mode gpu).
Is that expected?
I've just re-run all the steps from https://github.com/matter-labs/zksync-era/blob/main/docs/src/guides/launch.md on 3e360e1c42049f999635f2e509d946c1d0c5f865 (including doing
zkstackup --local
), and it seems to be working.I'd suggest making sure that everything works with proving disabled, before you move to enabling proofs.