[ZK Stack] - withdraw finalize keeps pending on dockerized hyperchain env when using cpu prover #293
-
Module Affected
Rust Versionnightly-2023-08-21-x86_64-unknown-linux-gnu Operating System
Issue DescriptionCurrently and following the documentation, having my own hyperchain based on docker setup command and using prover setup (CPU) doesn't work out of the box without several changes. Here are the entire changes we did in order to have the environment up and running:
from:
from "localhost" hostname to "geth" on ETH_CLIENT_WEB3_URL Then after the wizard complete with success and opting for not spinning up the server, we did execute zk stack prover-setup choosing CPU prover and downloading the keys. But then when doing deposits/withdraws it fails on withdraw-finalize. Command 1) Command 2) Command 3) Command 4) Command 5: Command 6: Command 7) Expected BehaviorWe were expecting the withdraw-finalize command to succeed and the tokens to get withdraw to L1 account. Current BehaviorTokens are lost, when withdrawing from L2 -> L1 when using CPU Prover. Repository Link (if applicable)No response Additional DetailsUnless we are missing something, we would like to understand why this is happening. Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 8 comments
-
Thanks for reaching out @tiagorvmartins, Sent to team to take a look at - stay tuned. |
Beta Was this translation helpful? Give feedback.
-
Hey @tiagorvmartins! The error message says |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
-
👋 We've done a few fixes recently that should have resolved this issue. Please try the latest |
Beta Was this translation helpful? Give feedback.
-
thanks for your effort |
Beta Was this translation helpful? Give feedback.
👋 We've done a few fixes recently that should have resolved this issue. Please try the latest
main
and let me know if it works now. CC @tiagorvmartins