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

Releases: noir-lang/acvm

acir_field: v0.7.1

27 Mar 22:56
0c00f3b
Compare
Choose a tag to compare

0.7.1 (2023-03-27)

Miscellaneous Chores

  • acir_field: Synchronize undefined versions

acir: v0.7.1

27 Mar 22:56
0c00f3b
Compare
Choose a tag to compare

0.7.1 (2023-03-27)

Miscellaneous Chores

  • acir: Synchronize undefined versions

root: v0.7.0

24 Mar 17:56
2f86080
Compare
Choose a tag to compare

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 and verify_from_cs from ProofSystemCompiler (#140)
  • acvm: Remove truncate and oddrange directives (#142)

Features

Miscellaneous Chores

  • acir: remove Linear struct (#145) (bbb6d92)
  • acvm: remove prove_with_meta and verify_from_cs from ProofSystemCompiler (#140) (35dd181)
  • acvm: Remove truncate and oddrange directives (#142) (85dd6e8)

acvm_stdlib: v0.7.0

24 Mar 17:56
2f86080
Compare
Choose a tag to compare

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

acvm: v0.7.0

24 Mar 17:56
2f86080
Compare
Choose a tag to compare

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 and verify_from_cs from ProofSystemCompiler (#140)
  • acvm: Remove truncate and oddrange directives (#142)

Features

Miscellaneous Chores

  • acvm: remove prove_with_meta and verify_from_cs from ProofSystemCompiler (#140) (35dd181)
  • acvm: Remove truncate and oddrange directives (#142) (85dd6e8)

acir_field: v0.7.0

24 Mar 17:56
2f86080
Compare
Choose a tag to compare

0.7.0 (2023-03-23)

Miscellaneous Chores

  • acir_field: Synchronize undefined versions

acir: v0.7.0

24 Mar 17:56
2f86080
Compare
Choose a tag to compare

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

Miscellaneous Chores

root: v0.6.0

03 Mar 17:49
492c1dc
Compare
Choose a tag to compare

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)
  • ci: publish acvm_stdlib before acvm (#117) (ca6defc)

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)

acvm_stdlib: v0.6.0

03 Mar 17:49
492c1dc
Compare
Choose a tag to compare

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)

Miscellaneous Chores

  • acir: rename term_addition to push_addition_term (d389385)
  • acir: rename term_multiplication to push_multiplication_term (#122) (d389385)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • acir bumped from 0.5.0 to 0.6.0

acvm: v0.6.0

03 Mar 17:49
492c1dc
Compare
Choose a tag to compare

0.6.0 (2023-03-03)

⚠ BREAKING CHANGES

  • add block opcode (#114)

Features