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

Fix verification messages #115

Open
JensNexus opened this issue Mar 1, 2024 · 2 comments
Open

Fix verification messages #115

JensNexus opened this issue Mar 1, 2024 · 2 comments

Comments

@JensNexus
Copy link
Contributor

The verifier reports back the time to verify, but not wether the proof was accepted or not. The verifier should give an explicit accept or reject message.
I tried using the Cargo.toml file as "proof". The verifier panicked. It would be nicer to reject the proof with an error message.

@slumber
Copy link
Contributor

slumber commented Mar 1, 2024

The panic comes from ark-serialize. We can try to catch_unwind, but the message would still be ugly

@MrHIB
Copy link

MrHIB commented Jun 10, 2024

same problem

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

No branches or pull requests

3 participants