Skip to content

hardhat-circom v2.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Mar 23:08
07ef94c

⚠ BREAKING CHANGES

  • Generate separate verifiers by default
  • Remove circomlib since it is a consumer dependency

Features

  • Add --circuit CLI parameter to compile one circuit by name (f75a306)
  • Generate separate verifiers by default (f75a306)
  • Implement plonk protocol (f75a306)
  • PascalCase Verifier contract names (f75a306)
  • Update snarkjs (#35) (f75a306)
  • Update snarkjs typescript bindings for plonk (f75a306)
  • Write wat output for debugging (f75a306)

Miscellaneous Chores

  • Remove circomlib since it is a consumer dependency (f75a306)