-
Notifications
You must be signed in to change notification settings - Fork 13
chore: run celestia-prover in docker instead of locally #246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Currently failing on
|
The genesis.json has:
The celestia-prover running locally has:
The celestia-prover in Docker has:
|
After most recent change: celestia-prover running locally:
which appears to be the mock verifier key. This won't match the client verifier key in |
Most recent error when generating STF proof for celestia-prover in Docker
|
When I run celestia-prover in Docker, I get the verifier key
When I run celestia-prover locally, I get the verifier key
|
probably because the docker image is using different circuits than the local version? |
Context
Currently you have to run the celestia-prover locally and the rest of the stack in Docker in order to run the demo. This PR fixes that so all the services run in Docker.