You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release notes v0.5.16 🎉
Witness substitution testing is here!
The circuit's calculateWitness() and generateProof() methods now accept an optional witnessOverrides parameter that can be used to specify new values for the witness.
The witness substitution signals are fully typed, but the plugin won't generate TS bindings for them if the number of circuit signals exceeds typesWitnessLimit, which is 50000 by default.
The groth16 solidity verifier got refactored and optimized.