Skip to content

Releases: noir-lang/noir

v0.18.0-aztec.0

26 Oct 12:47
24ec71f
Compare
Choose a tag to compare
v0.18.0-aztec.0 Pre-release
Pre-release
v0.18.0-aztec.0: Add compute_note_hash_and_nullifier_check

nightly-2023-10-27

27 Oct 02:13
dbb6cf0
Compare
Choose a tag to compare
nightly-2023-10-27 Pre-release
Pre-release
chore: recrawl docs on merge (#3306)

v0.18.0

25 Oct 02:09
1de0e6d
Compare
Choose a tag to compare
v0.18.0 Pre-release
Pre-release

0.18.0 (2023-10-25)

⚠ BREAKING CHANGES

  • expose pedersen hash in acir and bb solver (#3269)
  • Switch to new pedersen implementation (#3151)

Features

  • Add crate for pub modifier (#3271) (e7a1a1a)
  • Cache debug artifacts (#3133) (c5a6229)
  • debugger: Print limited source code context (#3217) (dcda1c7)
  • Expose pedersen hash in acir and bb solver (#3269) (0108b6c)
  • Implement bound_constraint_with_offset in terms of AcirVars (#3233) (8d89cb5)
  • Implement euclidean division and signed division in terms of AcirVars (#3230) (b8b7782)
  • Noir-wasm takes dependency graph (#3213) (a2c8ebd)
  • Replace boolean range constraints with arithmetic opcodes (#3234) (949222c)
  • stdlib: Optimize constraint counts in sha256/sha512 (#3253) (d3be552)
  • Switch to new pedersen implementation (#3151) (35fb3f7)

Bug Fixes

  • Add size checks to integer literals (#3236) (7f8fe8c)
  • Fix lexer error formatting (#3274) (74bd517)
  • Impl methods are no longer placed in contracts (#3255) (b673b07)
  • Recompile artefacts from a different noir version (#3248) (7347b27)
  • Show println output before an error occurs in nargo execute (#3211) (2f0b80d)

v0.17.0-aztec.5

25 Oct 03:41
Compare
Choose a tag to compare
v0.17.0-aztec.5 Pre-release
Pre-release
hack: when compiling we allow the user to specify no backend --- also…

v0.17.0-aztec.4: feat!: expose pedersen hash in acir and bb solver (#3269)

25 Oct 01:53
0108b6c
Compare
Choose a tag to compare

nightly-2023-10-26

26 Oct 02:14
2c9fe26
Compare
Choose a tag to compare
nightly-2023-10-26 Pre-release
Pre-release
chore(github): Update PR template per new documentation workflow (#3241)

nightly-2023-10-25: feat!: expose pedersen hash in acir and bb solver (#3269)

25 Oct 01:53
0108b6c
Compare
Choose a tag to compare

v0.17.0-aztec.3

24 Oct 16:07
Compare
Choose a tag to compare
v0.17.0-aztec.3 Pre-release
Pre-release
change serialization

v0.17.0-aztec.2

24 Oct 12:10
Compare
Choose a tag to compare
v0.17.0-aztec.2 Pre-release
Pre-release
Merge remote-tracking branch 'origin/master' into kw/switch-backend

nightly-2023-10-24

24 Oct 02:23
2f0b80d
Compare
Choose a tag to compare
nightly-2023-10-24 Pre-release
Pre-release
fix: Show println output before an error occurs in `nargo execute` (#…