[ZK Stack] - Contract verifier not accepting requests #384
-
Module Affected
Rust Version1.75.0 Operating System
Issue DescriptionSpinning up the docker container for the contract-verifier does not listen to requests on port 3070. Expected BehaviorThe container binds correctly to port 3070 and the endpoint accepts requests. Current BehaviorWhile trying to spin up the contract-verifier locally, the container spins up and port 3070 is exposed, yet connection requests remain unanswered (for example This is the compose file we are using:
logs:
Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We found the issue. Apparently it is enshrined in the server and the contract verifier is not intended to be spun up standalone. |
Beta Was this translation helpful? Give feedback.
We found the issue. Apparently it is enshrined in the server and the contract verifier is not intended to be spun up standalone.
using the component
contract_verification_api
made it work.