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
If this constraint isn't satisfied, arkworks won't be able to log it even if subscriber is enabled:
nexus-zkvm/vm/src/circuit/step.rs
Line 92 in a6b3e24
because there's no span. See, for example: https://github.com/arkworks-rs/r1cs-std/blob/4020fbc22625621baa8125ede87abaeac3c1ca26/src/boolean/allocated.rs#L72
For debugging purpose, and at least while we use arkworks, spans locating unsat constraints are useful for debugging.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If this constraint isn't satisfied, arkworks won't be able to log it even if subscriber is enabled:
nexus-zkvm/vm/src/circuit/step.rs
Line 92 in a6b3e24
because there's no span. See, for example:
https://github.com/arkworks-rs/r1cs-std/blob/4020fbc22625621baa8125ede87abaeac3c1ca26/src/boolean/allocated.rs#L72
For debugging purpose, and at least while we use arkworks, spans locating unsat constraints are useful for debugging.
The text was updated successfully, but these errors were encountered: