This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Releases: noir-lang/acvm
Releases · noir-lang/acvm
acir_field: v0.7.1
acir: v0.7.1
root: v0.7.0
0.7.0 (2023-03-23)
⚠ BREAKING CHANGES
- Add initial oracle opcode (#149)
- acir: Add RAM and ROM opcodes
- acir: Add a public outputs field (#56)
- acir: remove
Linear
struct (#145) - acvm: remove
prove_with_meta
andverify_from_cs
fromProofSystemCompiler
(#140) - acvm: Remove truncate and oddrange directives (#142)
Features
- acir: Add a public outputs field (#56) (5f358a9)
- acir: Add RAM and ROM opcodes (73e9f25)
- Add initial oracle opcode (#149) (88ee2f8)
Miscellaneous Chores
acvm_stdlib: v0.7.0
0.7.0 (2023-03-23)
Miscellaneous Chores
- acvm_stdlib: Synchronize undefined versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- acir bumped from 0.6.0 to 0.7.0
- dependencies
acvm: v0.7.0
0.7.0 (2023-03-23)
⚠ BREAKING CHANGES
- Add initial oracle opcode (#149)
- acir: Add RAM and ROM opcodes
- acir: Add a public outputs field (#56)
- acvm: remove
prove_with_meta
andverify_from_cs
fromProofSystemCompiler
(#140) - acvm: Remove truncate and oddrange directives (#142)
Features
- acir: Add a public outputs field (#56) (5f358a9)
- acir: Add RAM and ROM opcodes (73e9f25)
- Add initial oracle opcode (#149) (88ee2f8)
Miscellaneous Chores
acir_field: v0.7.0
acir: v0.7.0
0.7.0 (2023-03-23)
⚠ BREAKING CHANGES
- Add initial oracle opcode (#149)
- acir: Add RAM and ROM opcodes
- acir: Add a public outputs field (#56)
- acir: remove
Linear
struct (#145) - acvm: Remove truncate and oddrange directives (#142)
Features
- acir: Add a public outputs field (#56) (5f358a9)
- acir: Add RAM and ROM opcodes (73e9f25)
- Add initial oracle opcode (#149) (88ee2f8)
Miscellaneous Chores
root: 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)
- ci: publish acvm_stdlib before acvm (#117) (ca6defc)
Miscellaneous Chores
acvm_stdlib: 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)
Miscellaneous Chores
- acir: rename
term_addition
topush_addition_term
(d389385) - acir: rename
term_multiplication
topush_multiplication_term
(#122) (d389385)
Dependencies
- The following workspace dependencies were updated
- dependencies
- acir bumped from 0.5.0 to 0.6.0
- dependencies