[ZK Stack] - Server fails to send batch proof to l1 in custom testnet setup #1047
-
Team or ProjectNo response Module Affected
Rust Version1.82.0 Operating System
Issue Descriptionwhen trying to setup a testnet with custom l1, l2, and prover the network fails to send the compressed proof to the l1 with the following error:
Expected Behaviorafter executing
And starting the explorer. Current BehaviorIt fails to send the second batch proof to l1. The server fails with the message:
From the explorer it seems like the initial deployments are separated into several different proof batches, but the whole l2 ecosystem jsut recognizes one of them. Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey, I forwarded your report to the team and we'll get back to you! |
Beta Was this translation helpful? Give feedback.
-
@thecodingshrimp someone in the team is suggesting that |
Beta Was this translation helpful? Give feedback.
@thecodingshrimp someone in the team is suggesting that
nonce too low
error shouldn't be critical, unless it's consistent.The reason might be something like using non-unique operator address (basically someone/something else might be sending transaction from same account resulting in nonce missmatch).