Skip to content

Releases: projectsophon/hardhat-circom

hardhat-circom v3.3.2

03 Nov 19:25
f1c1100
Compare
Choose a tag to compare

Bug Fixes

  • Update dependencies to ensure latest circom2 is working (#73) (818b6a4)

hardhat-circom v3.3.1

12 Jul 19:48
de5fb45
Compare
Choose a tag to compare

Bug Fixes

  • Access ptau with filename to support sizes >2gb (#70) (2819e1b)

hardhat-circom v3.3.0

21 Jun 00:18
71a2ad1
Compare
Choose a tag to compare

Features

  • Add calculatedLabeledWitness testing utility (#67) (3124c02)

hardhat-circom v3.2.2

15 Jun 20:20
ebd1e5e
Compare
Choose a tag to compare

Bug Fixes

  • Add exportSolidityCallData to groth16 & plonk snarkjs bindings (#63) (318c405)

hardhat-circom v3.2.1

15 Jun 06:57
0fd376f
Compare
Choose a tag to compare

Bug Fixes

hardhat-circom v3.2.0

15 Jun 05:31
c2a0f71
Compare
Choose a tag to compare

Features

  • Implement circuit testing utilities (#58) (42af8ed)

hardhat-circom v3.1.0

13 Jun 00:21
f3fd0e5
Compare
Choose a tag to compare

Features

  • Download URL ptau file & store in cache directory (#56) (6f0ef17)

hardhat-circom v3.0.2

20 Apr 23:43
67af3cd
Compare
Choose a tag to compare

Bug Fixes

  • Print entirety of circom2 errors (#47) (669bfc7)

hardhat-circom v3.0.1

17 Mar 23:51
84f67e3
Compare
Choose a tag to compare

Bug Fixes

  • Log circom2 errors before throwing (5ac4f79)
  • Properly handle explicit circuit names w/ circom2 (#44) (5ac4f79)
  • Use the circuit directory for virtual paths (5ac4f79)

hardhat-circom v3.0.0

16 Mar 23:49
ff6f7b9
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Drop node 14 support
  • Implement circom2 compiler (#40)

Features

Bug Fixes

  • Hijack stdout/stderr from circom2 (d67af4e)

Miscellaneous Chores