We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A CLI for the transaction prover that is in charge of starting the proxy, creating workers on-demand and configuration of both services.
Some command examples can be (extracted from @bobbinth comment):
# start the coordinator miden-tx-prover start # start a worker miden-tx-prover start worker
Also, it should be capable of gracefully restart the proxy to apply new configurations. More info about this in: https://github.com/cloudflare/pingora/blob/main/docs/user_guide/graceful.md
This feature is needed because with the current design everything need to be configured manually and it 's error prone.
The text was updated successfully, but these errors were encountered:
This issue and #944 are related and might be implemented in the same PR.
Sorry, something went wrong.
No branches or pull requests
Feature description
A CLI for the transaction prover that is in charge of starting the proxy, creating workers on-demand and configuration of both services.
Some command examples can be (extracted from @bobbinth comment):
Also, it should be capable of gracefully restart the proxy to apply new configurations. More info about this in: https://github.com/cloudflare/pingora/blob/main/docs/user_guide/graceful.md
Why is this feature needed?
This feature is needed because with the current design everything need to be configured manually and it 's error prone.
The text was updated successfully, but these errors were encountered: