Skip to content

v2.0.8

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 23:31
· 604 commits to master since this release
5703a80

Release notes

August 26, 2022 circom 2.0.8

Extensions

  • Adding a link option -l that works as usual in other programming languages, to include a directory to look for the circuits indicated by the directive include.
  • Adding a warning if the programmer is using the operator <-- when it is possible to use <== instead (if the right side is a quadratic expression).
  • circom returns 0 if everything was correct and a number greater than 0 if something was wrong.
  • Changing the log operator to work as usual in other programming languages.
  • Allowing the creation of parallel components. The keyword parallel can be used per instance besides of per template. Now, parallel can be indicated before the instantiation call to make parallel that particular instance.
  • Wasm Functions getMinorVersion and getPatchVersion to obtain the minor and the patch version.

Fixed Bugs

  • Fixing main.cpp to allow handling a main component without inputs.
  • New log version has to be applied in every version of wasm files. (By a mistake, it was not updated for every wasm files.)