Skip to content
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

Transaction prover service CLI #943

Open
SantiagoPittella opened this issue Oct 31, 2024 · 1 comment
Open

Transaction prover service CLI #943

SantiagoPittella opened this issue Oct 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@SantiagoPittella
Copy link
Collaborator

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):

# 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

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.

@SantiagoPittella SantiagoPittella added the enhancement New feature or request label Oct 31, 2024
@SantiagoPittella
Copy link
Collaborator Author

This issue and #944 are related and might be implemented in the same PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant