Skip to content

v2.0.1

Latest

Choose a tag to compare

@AztecBot AztecBot released this 10 Oct 14:28
19f0d8a

2.1.1 (2025-10-03)

  BREAKING CHANGES

  • backport-to-v2: Fix a misleading log in recursive verifier related to public input (#17184) (#17218)
  • Enable free witness and different transcript checks (#16641)
  • config and start options (#16767)
  • avm: Use gt gadget in update check (#16776)
  • avm: Migrate to memory multi-permutations (#16761)
  • avm: Memory constraints (#16705)
  • avm: Migration to GT gadget for Keccak permutation (#16725)
  • merge the txe session state transition oracles, redo the internal wiring, introduce context handlers (#16659)
  • acir serialization changes (#14311)
  • AVM: Implement bytecodes limit in circuit (#16684)
  • ssa: Signed shift overflow checks rhs < bit_size (noir-lang/noir#9685)
  • allow consuming l1-to-l2 message in the same block (#16704)
  • a static context propagates staticness to nested calls, even those that are not static calls. (#16670)
  • merging event emission functions (#16126)
  • misc avm - fixes constraints, ts sim, cpp sim, tracegen (#16664)
  • avm fixes to alu, context, execution, tx pil. Fixes to tx execution and tx tracegen. Trace side-effect operations before they fail in TS state manager. Always perform nullifier non-membership check on non-existence in AVM TS.
  • Define single ecdsa constraint generator (#16612)
  • avm: enable amm check circuit (#16569)
  • avm: last_child id constraints (#16568)
  • avm: handle zero copy size (#16567)
  • share transcript between pg and decider (#16642)
  • Merge two ecdsa verification functions (#16509)
  • avm: refactor data copy (#16556)
  • avm: opcode error for infallible opcodes (#16629)
  • avm: data_copy permutation (#16531)
  • avm: ALU Shifts (#16515)
  • avm: WIP ALU Shifts
  • avm: memory multi permutations (#16586)
  • Protogalaxy accumulator hash consistency check (#16547)

Features

Bug Fixes

Miscellaneous

Documentation