From ecb6d45511afcb090d27c5665902bce192c91c15 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Thu, 8 Feb 2024 17:25:56 +0000 Subject: [PATCH] chore: Sync to noir-lang/noir refactor: cleanup of `abi.nr` in `aztec-nr` (https://github.com/AztecProtocol/aztec-packages/pull/4473) feat: Allow nested arrays and vectors in Brillig foreign calls (https://github.com/AztecProtocol/aztec-packages/pull/4478) feat: allow brillig to read arrays directly from memory (https://github.com/AztecProtocol/aztec-packages/pull/4460) feat(avm): back in avm context with macro - refactor context (https://github.com/AztecProtocol/aztec-packages/pull/4438) chore!: rename bigint_neg into bigint_sub (https://github.com/AztecProtocol/aztec-packages/pull/4420) chore: add bigint solver in ACVM and add a unit test for bigints in Noir (https://github.com/AztecProtocol/aztec-packages/pull/4415) feat!: Add expression width into acir (https://github.com/AztecProtocol/aztec-packages/pull/4014) feat: Add bit size to const opcode (https://github.com/AztecProtocol/aztec-packages/pull/4385) feat(aztec-nr): initial work for aztec public vm macro (https://github.com/AztecProtocol/aztec-packages/pull/4400) chore: surpress chained macro warning (https://github.com/AztecProtocol/aztec-packages/pull/4396) feat!: init storage macro (https://github.com/AztecProtocol/aztec-packages/pull/4200) chore(acir)!: Move `is_recursive` flag to be part of the circuit definition (https://github.com/AztecProtocol/aztec-packages/pull/4221) [skip ci]