Skip to content

Releases: iden3/circom

v.2.0.1

24 Jun 09:24
Compare
Choose a tag to compare

Nov 9, 2021 circom 2.0.1

Extensions

  • Error trace printed in the C++ code when an assert fails.
  • Compiler versions in circom programs handling added (improving the pragma instruction).
  • Arrays of components with uninstantiated positions are handled.
  • Comments in the wat code only generated when –wat flag is used.

Fixed bug

  • Bug in the line number generation for wasm error message.
  • Bug: R1CS map is an array of 64bit elements (instead of 32bit).
  • Bug on the initial memory size (too large) defined in the generated wasm code and error message handling in wasm generation added.
  • Bug with use of circuit file names with dots.