Skip to content

aztec-packages: v0.57.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@AztecBot AztecBot released this 08 Oct 09:33
2c28dda

0.57.0 (2024-10-07)

⚠ BREAKING CHANGES

  • refactor contract interaction pt.1 (#8938)
  • avm: remove CMOV opcode (#9030)
  • public: only deploy/register public_dispatch (#8988)
  • Syncing TypeVariableKind with Kind (noir-lang/noir#6094)
  • public: reroute public calls to dispatch function (#8972)
  • avm: make indirects big enough for relative addressing (#9000)
  • keccak_ultra -> ultra_keccak (#8878)
  • rename unsafe_rand, misc log unsafe changes (#8844)
  • switch slot derivation to poseidon2 instead of pedersen (#8801)
  • fix storage layout export (#8880)
  • remove SharedMutablePrivateGetter (#8749)

Features

Bug Fixes

Miscellaneous