Skip to content

Release v0.5.16

Latest
Compare
Choose a tag to compare
@Arvolear Arvolear released this 18 Apr 12:03
· 3 commits to master since this release
d64a995

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.
  • zkit dependency got updated to 0.3.7.
  • zktype dependency got updated to 0.4.6.