projectsophon / hardhat-circom

Hardhat plugin to integrate Circom and SnarkJS into your build process.
GNU General Public License v3.0
115 stars 18 forks source link

Update to circom v2.1.6 via circom2 v0.2.16 #80

Closed okwme closed 12 months ago

okwme commented 1 year ago

circom v2.1.0 doesn't correctly parse negative numbers as input data (https://github.com/iden3/circom/issues/208). This updates circom to v2.1.6 via the circom2 package https://www.npmjs.com/package/circom2 v0.2.16.

phated commented 12 months ago

As noted in #81, this doesn't need to be updated (semver covers it).