This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
acir: v0.6.0
0.6.0 (2023-03-03)
⚠ BREAKING CHANGES
- acir: rename
term_addition
topush_addition_term
- acir: rename
term_multiplication
topush_multiplication_term
(#122) - acir: remove
UnknownWitness
(#123) - add block opcode (#114)
Features
- acir: add useful methods from
noirc_evaluator
ontoExpression
(#125) (d3d5f89) - add block opcode (#114) (097cfb0)
Bug Fixes
- acir: correctly display expressions with non-unit coefficients (d3d5f89)