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

acir: v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 17:49
492c1dc

0.6.0 (2023-03-03)

⚠ BREAKING CHANGES

  • acir: rename term_addition to push_addition_term
  • acir: rename term_multiplication to push_multiplication_term (#122)
  • acir: remove UnknownWitness (#123)
  • add block opcode (#114)

Features

  • acir: add useful methods from noirc_evaluator onto Expression (#125) (d3d5f89)
  • add block opcode (#114) (097cfb0)

Bug Fixes

  • acir: correctly display expressions with non-unit coefficients (d3d5f89)

Miscellaneous Chores

  • acir: remove UnknownWitness (#123) (9f002c7)
  • acir: rename term_addition to push_addition_term (d389385)
  • acir: rename term_multiplication to push_multiplication_term (#122) (d389385)