Skip to content

v0.87.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@AztecBot AztecBot released this 20 May 19:49
9081b0e

0.87.0 (2025-05-20)

� BREAKING CHANGES

  • sort public calls in asc order (#14394)
  • include a salt for tx request (#14312)
  • Add client version to ENR (#14352)
  • Delay committee sampling by one epoch (#14281)
  • Use deterministic stringify for artifact hash (#14289)
  • Handle L1 reorgs on cross-chain messages (#14151)
  • Expose timing information and include it in utility functions (#14199)
  • error on tuple mismatch (noir-lang/noir#8424)
  • use given lengths to trim emitted logs (#14041)
  • Indirect flag is now sorted by operand (#14184)
  • add pairing agg in a few more places (#14125)
  • AVM DebugLog opcode should be (mostly) a no-op unless doing verbose "client-initiated-simulation" (#14085)
  • Aggregate pairing points (#13972)
  • improving perf insights + avoid simulating on proving (#13928)
  • fix hiding circuit VK consistency in overflow case (#14011)
  • swap copyOffset and dataOffset operands (#14000)
  • GETCONTRACTINSTANCE opcode has 1 dstOffset operand where dstOffset gets exists and dstOffset+1 gets instance member (#13971)
  • cycle group fix (results in protocol circuit changes) (#13970)
  • remove all access to plonk via bberg interfaces (#13902)
  • change ret/rev operands (#13960)
  • vk changes (kernels + apps) (#13864)
  • disallow the i1 type (noir-lang/noir#8172)

Features

Bug Fixes

Miscellaneous

Documentation