Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

acir: v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 11:54
3a86983

0.10.0 (2023-04-26)

⚠ BREAKING CHANGES

  • replace MerkleMembership opcode with ComputeMerkleRoot (#233)
  • return PartialWitnessGeneratorStatus from PartialWitnessGenerator.solve (#213)
  • organise operator implementations for Expression (#190)

Features

  • implement add_mul on Expression (#207) (f156e18)
  • replace MerkleMembership opcode with ComputeMerkleRoot (#233) (74bfee8)
  • return PartialWitnessGeneratorStatus from PartialWitnessGenerator.solve (#213) (e877bed)

Miscellaneous Chores

  • organise operator implementations for Expression (#190) (a619df6)