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

--prover-name & --verifier-name should accept relative paths & files with extensions #5038

Open
LogvinovLeon opened this issue May 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@LogvinovLeon
Copy link
Contributor

Problem

Currently nargo prove command allows you to specify --prover-name & --verifier-name. But it requires that both files live in the same folder as the code and you can't pass names with dots in them. As in - Verifier.id will get converted by overriding extension and normal Verifier will be overriden.

Happy Case

nargo prove --prover-path ../../private_data/Prover.uuid.toml

Project Impact

Nice-to-have

Impact Context

No response

Workaround

None

Workaround Description

One can use underscores instead of dots and store all the files in the same directory. Ugly but works

Additional Context

No response

Would you like to submit a PR for this Issue?

None

Support Needs

No response

@LogvinovLeon LogvinovLeon added the enhancement New feature or request label May 16, 2024
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
Status: 📋 Backlog
Development

No branches or pull requests

1 participant