[ZK Stack] - Failed to submit proof generation data for batch #992
-
Team or ProjectNo response Module Affected
Rust Version1.84.1 locally, but not sure about the one on docker container Operating System
Issue DescriptionSeeing this log on server:
looks like communication between server and prover gateway is failing for some reason, which is blocking the batch to be sent. what should be done in this case? Expected BehaviorTo send the batch successfully to prover gateway Current BehaviorError happens, no batch sent Repository Link (if applicable)No response Additional Detailsserver container image: prover gateway container image: Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is likely because you are using dev version of the image that had experimental proof data handler in it (subsequently reversed in matter-labs/zksync-era#3767). Do you have any reason to use a specific commit instead of one of the v27 releases? If not can you try latest v27.3.0 and see if that works for you? |
Beta Was this translation helpful? Give feedback.
This is likely because you are using dev version of the image that had experimental proof data handler in it (subsequently reversed in matter-labs/zksync-era#3767). Do you have any reason to use a specific commit instead of one of the v27 releases? If not can you try latest v27.3.0 and see if that works for you?