From 4f06b9772ac99c0ec5dcffe1bc50b0c258f00a32 Mon Sep 17 00:00:00 2001
From: Aztec Bot <49558828+AztecBot@users.noreply.github.com>
Date: Wed, 15 Jan 2025 13:00:15 -0500
Subject: [PATCH] chore(master): Release 0.70.0 (#11107)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
:robot: I have created a release *beep* *boop*
---
aztec-package: 0.70.0
##
[0.70.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.69.1...aztec-package-v0.70.0)
(2025-01-15)
### Features
* Blob sink in sandbox without extra process
([#11032](https://github.com/AztecProtocol/aztec-packages/issues/11032))
([4600f54](https://github.com/AztecProtocol/aztec-packages/commit/4600f540e519e1b80b4e780491be29707ccf9f40))
* Browser chunking
([#11102](https://github.com/AztecProtocol/aztec-packages/issues/11102))
([393e843](https://github.com/AztecProtocol/aztec-packages/commit/393e8438b082db7d45a45c78e0bf39719b11c56b))
### Miscellaneous
* Greater stability at 1TPS
([#10981](https://github.com/AztecProtocol/aztec-packages/issues/10981))
([1c23662](https://github.com/AztecProtocol/aztec-packages/commit/1c23662f1bbf132680540fbb61afb49b6ead91f5))
* Prover db config
([#11126](https://github.com/AztecProtocol/aztec-packages/issues/11126))
([9d49393](https://github.com/AztecProtocol/aztec-packages/commit/9d49393e66eb38054e0ecf8202aab05919b1bfd4)),
closes
[#10267](https://github.com/AztecProtocol/aztec-packages/issues/10267)
* Rpc server cleanup & misc fixes
([#11145](https://github.com/AztecProtocol/aztec-packages/issues/11145))
([8a927eb](https://github.com/AztecProtocol/aztec-packages/commit/8a927ebad0c70eaf2aecebbfe9d32eff0990d6f4))
barretenberg.js: 0.70.0
##
[0.70.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.69.1...barretenberg.js-v0.70.0)
(2025-01-15)
### Miscellaneous
* **barretenberg.js:** Synchronize aztec-packages versions
aztec-packages: 0.70.0
##
[0.70.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.69.1...aztec-packages-v0.70.0)
(2025-01-15)
### ⚠ BREAKING CHANGES
* disallow calling unconstrained functions outside of `unsafe` blocks
and passing unconstrained functions in place of constrained functions
(https://github.com/noir-lang/noir/pull/6938)
* Disable mocks in `execute`
(https://github.com/noir-lang/noir/pull/6869)
* require trait primitive functions/calls to have their trait in scope
(https://github.com/noir-lang/noir/pull/6901)
* Reserve `enum` and `match` keywords
(https://github.com/noir-lang/noir/pull/6961)
* require trait method calls (`foo.bar()`) to have the trait in scope
(imported) (https://github.com/noir-lang/noir/pull/6895)
* type-check trait default methods
(https://github.com/noir-lang/noir/pull/6645)
* update `aes128_encrypt` to return an array
(https://github.com/noir-lang/noir/pull/6973)
* turn TypeIsMorePrivateThenItem into an error
(https://github.com/noir-lang/noir/pull/6953)
* turn CannotReexportItemWithLessVisibility into an error
(https://github.com/noir-lang/noir/pull/6952)
### Features
* `--pedantic-solving` flag
(https://github.com/noir-lang/noir/pull/6716)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* 7 bit long `note_type_id`
([#10951](https://github.com/AztecProtocol/aztec-packages/issues/10951))
([6fc5673](https://github.com/AztecProtocol/aztec-packages/commit/6fc56734cbacd743afec9b8e9f37eefb59e31430))
* **avm2:** Avm redesign init
([#10906](https://github.com/AztecProtocol/aztec-packages/issues/10906))
([231f017](https://github.com/AztecProtocol/aztec-packages/commit/231f017d14c3d261b28ab19dcbdf368c561d0cc7))
* Blob sink in sandbox without extra process
([#11032](https://github.com/AztecProtocol/aztec-packages/issues/11032))
([4600f54](https://github.com/AztecProtocol/aztec-packages/commit/4600f540e519e1b80b4e780491be29707ccf9f40))
* Browser chunking
([#11102](https://github.com/AztecProtocol/aztec-packages/issues/11102))
([393e843](https://github.com/AztecProtocol/aztec-packages/commit/393e8438b082db7d45a45c78e0bf39719b11c56b))
* Build blocks using txs with higher fee first
([#11093](https://github.com/AztecProtocol/aztec-packages/issues/11093))
([def7cd7](https://github.com/AztecProtocol/aztec-packages/commit/def7cd7762f45b19c9c94bf7aa42a9c50c46c8fa)),
closes
[#11084](https://github.com/AztecProtocol/aztec-packages/issues/11084)
* **cli:** Add CLI option to filter by contract function name
(https://github.com/noir-lang/noir/pull/7018)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* **comptime:** Implement to_be_bits and to_le_bits in the interpreter
(https://github.com/noir-lang/noir/pull/7008)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Contract class must be registered before deployment
([#10949](https://github.com/AztecProtocol/aztec-packages/issues/10949))
([7176a70](https://github.com/AztecProtocol/aztec-packages/commit/7176a70de718e2d061d4a86065a6ccb006a54684))
* Dashboard in gcp
([#11201](https://github.com/AztecProtocol/aztec-packages/issues/11201))
([2790bd7](https://github.com/AztecProtocol/aztec-packages/commit/2790bd7382195706d569207a2a48ffe2053cb3ea))
* Disable mocks in `execute`
(https://github.com/noir-lang/noir/pull/6869)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Disallow calling unconstrained functions outside of `unsafe` blocks
and passing unconstrained functions in place of constrained functions
(https://github.com/noir-lang/noir/pull/6938)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Don't report warnings for dependencies
(https://github.com/noir-lang/noir/pull/6926)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Don't simplify SSA instructions when creating them from a string
(https://github.com/noir-lang/noir/pull/6948)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Expose getL2ToL1Membership on the pxe
([#11215](https://github.com/AztecProtocol/aztec-packages/issues/11215))
([ffd3625](https://github.com/AztecProtocol/aztec-packages/commit/ffd36258b1c5bc8e0823410b19b1774aa58496a1))
* Impl Default for U128 (https://github.com/noir-lang/noir/pull/6984)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Inject protocol nullifier conditionally
([#11155](https://github.com/AztecProtocol/aztec-packages/issues/11155))
([93ade26](https://github.com/AztecProtocol/aztec-packages/commit/93ade26408ace2ddd0d9dfe6ce7100e76c775cc0))
* Kickoff tube circuits at the beginning of proving job
([#11139](https://github.com/AztecProtocol/aztec-packages/issues/11139))
([85d389f](https://github.com/AztecProtocol/aztec-packages/commit/85d389fd8344f2a6cba04ab8d8bd577b9698a0ca)),
closes
[#10998](https://github.com/AztecProtocol/aztec-packages/issues/10998)
* Lock on Nargo.toml on several nargo commands
(https://github.com/noir-lang/noir/pull/6941)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* **lsp:** Use trait method docs for trait impl method docs on hover
(https://github.com/noir-lang/noir/pull/7003)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Monitor event loop lag
([#11127](https://github.com/AztecProtocol/aztec-packages/issues/11127))
([422f125](https://github.com/AztecProtocol/aztec-packages/commit/422f125f086c67850cb944ead969409c79ae3a6d))
* Permutation argument optimizations
([#10960](https://github.com/AztecProtocol/aztec-packages/issues/10960))
([de99603](https://github.com/AztecProtocol/aztec-packages/commit/de9960345da17e97464d2c36c35e3eada4fa3680))
* PXE db contract store
([#10867](https://github.com/AztecProtocol/aztec-packages/issues/10867))
([b5d51eb](https://github.com/AztecProtocol/aztec-packages/commit/b5d51ebe8c1c9b0f4104f8f04995018bea2b701a))
* Require trait function calls (`Foo::bar()`) to have the trait in scope
(imported) (https://github.com/noir-lang/noir/pull/6882)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Require trait method calls (`foo.bar()`) to have the trait in scope
(imported) (https://github.com/noir-lang/noir/pull/6895)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Require trait primitive functions/calls to have their trait in scope
(https://github.com/noir-lang/noir/pull/6901)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Simulator split
([#11144](https://github.com/AztecProtocol/aztec-packages/issues/11144))
([9b99126](https://github.com/AztecProtocol/aztec-packages/commit/9b99126bb97b1beb1d922a3c404aecdaed0bee69))
* Single tx block root rollup
([#11096](https://github.com/AztecProtocol/aztec-packages/issues/11096))
([bcc0168](https://github.com/AztecProtocol/aztec-packages/commit/bcc01681ed8b1c3ee567258589e776e031fb1884))
* SSA globals in monomorphization and SSA gen
(https://github.com/noir-lang/noir/pull/6985)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* **ssa:** Immediately simplify away RefCount instructions in ACIR
functions (https://github.com/noir-lang/noir/pull/6893)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* **test:** Enable the test fuzzer for Wasm
(https://github.com/noir-lang/noir/pull/6835)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Track nodejs runtime metrics
([#11160](https://github.com/AztecProtocol/aztec-packages/issues/11160))
([1d24fab](https://github.com/AztecProtocol/aztec-packages/commit/1d24fab7152b827e91738ff87fb9aef9398c589a))
* Turn CannotReexportItemWithLessVisibility into an error
(https://github.com/noir-lang/noir/pull/6952)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Turn TypeIsMorePrivateThenItem into an error
(https://github.com/noir-lang/noir/pull/6953)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Type-check trait default methods
(https://github.com/noir-lang/noir/pull/6645)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Unchecked math operations in SSA
(https://github.com/noir-lang/noir/pull/7011)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Update `aes128_encrypt` to return an array
(https://github.com/noir-lang/noir/pull/6973)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Use tail public inputs as transaction hash
([#11100](https://github.com/AztecProtocol/aztec-packages/issues/11100))
([34be2c3](https://github.com/AztecProtocol/aztec-packages/commit/34be2c3800c2d99c11fe3448e01c77abf60c726d))
* Validator deadline for reexecution
([#11050](https://github.com/AztecProtocol/aztec-packages/issues/11050))
([1aa34e7](https://github.com/AztecProtocol/aztec-packages/commit/1aa34e78f4f40a47f587feecb338d3c2ba108c1d)),
closes
[#10959](https://github.com/AztecProtocol/aztec-packages/issues/10959)
### Bug Fixes
* Added start/stop guards to running promise and serial queue
([#11120](https://github.com/AztecProtocol/aztec-packages/issues/11120))
([23e642f](https://github.com/AztecProtocol/aztec-packages/commit/23e642f85009a3a4779bc762cf36484771014b57))
* Allow multiple trait impls for the same trait as long as one is in
scope (https://github.com/noir-lang/noir/pull/6987)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* **avm:** AVM circuit fixes related calldata, returndata and call_ptr
([#11207](https://github.com/AztecProtocol/aztec-packages/issues/11207))
([2f05dc0](https://github.com/AztecProtocol/aztec-packages/commit/2f05dc02fe7b147c7cd6fc235134279dbf332c08))
* **avm:** Mac build
([#11195](https://github.com/AztecProtocol/aztec-packages/issues/11195))
([c4f4452](https://github.com/AztecProtocol/aztec-packages/commit/c4f44520a8cc234219f7e9e021b0574a894aa06e))
* **avm:** Mac build (retry)
([#11197](https://github.com/AztecProtocol/aztec-packages/issues/11197))
([0a4b763](https://github.com/AztecProtocol/aztec-packages/commit/0a4b763a39fde0f37ac5baa3bd1e3052c01ca946))
* Aztec-spartan config var
([#11137](https://github.com/AztecProtocol/aztec-packages/issues/11137))
([acbfad4](https://github.com/AztecProtocol/aztec-packages/commit/acbfad463c2cf8140c7fc6f4272f3b8f3c81f297))
* Blob fees & l1-publisher logging
([#11029](https://github.com/AztecProtocol/aztec-packages/issues/11029))
([c2c0bc6](https://github.com/AztecProtocol/aztec-packages/commit/c2c0bc697312fe4f63337d66b7419b662d9f55ee))
* **bootstrap:** Don't download bad cache if unstaged changes
([#11198](https://github.com/AztecProtocol/aztec-packages/issues/11198))
([2bd895b](https://github.com/AztecProtocol/aztec-packages/commit/2bd895bb0887fddc45433224b3ebef04660f744c))
* **boxes:** Fix attempt 2
([#11175](https://github.com/AztecProtocol/aztec-packages/issues/11175))
([e87b11a](https://github.com/AztecProtocol/aztec-packages/commit/e87b11ac388ef72524e248804902e56b66da061b))
* Bump inotify limits on tester
([#11217](https://github.com/AztecProtocol/aztec-packages/issues/11217))
([60bdf1d](https://github.com/AztecProtocol/aztec-packages/commit/60bdf1da7460303f9a478f83c0f6754e0985118a))
* Do not emit range check for multiplication by bool
(https://github.com/noir-lang/noir/pull/6983)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Do not panic on indices which are not valid `u32`s
(https://github.com/noir-lang/noir/pull/6976)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Docs rebuild patterns
([#11191](https://github.com/AztecProtocol/aztec-packages/issues/11191))
([1999990](https://github.com/AztecProtocol/aztec-packages/commit/1999990417dfaa7a877d8e91f15299defbfa09d2))
* Don't fail parsing macro if there are parser warnings
(https://github.com/noir-lang/noir/pull/6969)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Don't retransmit txs upon node restart
([#11123](https://github.com/AztecProtocol/aztec-packages/issues/11123))
([39535c9](https://github.com/AztecProtocol/aztec-packages/commit/39535c97c6ee70f53709ab03a5b36b256c024048))
* Duplicate env vars
([#11166](https://github.com/AztecProtocol/aztec-packages/issues/11166))
([2507b6f](https://github.com/AztecProtocol/aztec-packages/commit/2507b6fd1e1c79e7f27a2d3c357155670634aad5))
* Error on missing function parameters
(https://github.com/noir-lang/noir/pull/6967)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Get_next_power_exponent off by 1
([#11169](https://github.com/AztecProtocol/aztec-packages/issues/11169))
([80ec19e](https://github.com/AztecProtocol/aztec-packages/commit/80ec19e35017b44f9b2a5267aeb19b7aca38e57e))
* Let static_assert fail with the provided message
(https://github.com/noir-lang/noir/pull/7005)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Max_note_len computation
([#10438](https://github.com/AztecProtocol/aztec-packages/issues/10438))
([099c17b](https://github.com/AztecProtocol/aztec-packages/commit/099c17b0c83ef5c0b4368ce2167d3d5422fa0c6e))
* Non-determinism from under constrained checks
(https://github.com/noir-lang/noir/pull/6945)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Prover node aborts execution at epoch end
([#11111](https://github.com/AztecProtocol/aztec-packages/issues/11111))
([2a77616](https://github.com/AztecProtocol/aztec-packages/commit/2a77616d6ef34d64fc8df2629d90d0677c86fe2f)),
closes
[#10802](https://github.com/AztecProtocol/aztec-packages/issues/10802)
* Prover node does not err upon an empty epoch
([#11204](https://github.com/AztecProtocol/aztec-packages/issues/11204))
([2c3ab84](https://github.com/AztecProtocol/aztec-packages/commit/2c3ab8480583fa1d7df07e985a1495e1db50e1db))
* Remove arch tag in sandbox images
([#11233](https://github.com/AztecProtocol/aztec-packages/issues/11233))
([80a872d](https://github.com/AztecProtocol/aztec-packages/commit/80a872df68b0594d6dab442edcbf963a7c257152))
* Remove max lookup table size constant (for now)
([#11095](https://github.com/AztecProtocol/aztec-packages/issues/11095))
([7e9e268](https://github.com/AztecProtocol/aztec-packages/commit/7e9e2681e314145237f95f79ffdc95ad25a0e319))
* Reproduce and fix bytecode blowup
(https://github.com/noir-lang/noir/pull/6972)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Require generic trait impls to be in scope to call them
(https://github.com/noir-lang/noir/pull/6913)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Restore upload_logs script in use by acir bench
([2d88497](https://github.com/AztecProtocol/aztec-packages/commit/2d884974e0b7fb13b525c06b7781bb5838537637))
* Return trait impl method as FuncId if there's only one
(https://github.com/noir-lang/noir/pull/6989)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Revert "chore: use L1 Tx Utils"
([#11167](https://github.com/AztecProtocol/aztec-packages/issues/11167))
([f4e5c79](https://github.com/AztecProtocol/aztec-packages/commit/f4e5c7998c7915923a33e2b26146eebc61775b14))
* Sequencer times out L1 tx at end of L2 slot
([#11112](https://github.com/AztecProtocol/aztec-packages/issues/11112))
([1b88a34](https://github.com/AztecProtocol/aztec-packages/commit/1b88a3446e775a738dee9ea1c442b734cad0dffd))
* Show output of `test_program_is_idempotent` on failure
(https://github.com/noir-lang/noir/pull/6942)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Start RC at 1 again (https://github.com/noir-lang/noir/pull/6958)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Underconstrained bug
([#11174](https://github.com/AztecProtocol/aztec-packages/issues/11174))
([0b3088b](https://github.com/AztecProtocol/aztec-packages/commit/0b3088be1944903410992ccfc462869fde026b93))
* Update fs max user instances for k8s
([#11220](https://github.com/AztecProtocol/aztec-packages/issues/11220))
([b42da6d](https://github.com/AztecProtocol/aztec-packages/commit/b42da6daa0d715afb4259ac7c0a1d6a71adca89d))
* Use absolute path for docker bind in e2e-test
([f2885ec](https://github.com/AztecProtocol/aztec-packages/commit/f2885ec188a6e74afb18e44b8f66c331ab42e108))
* Wrong module to lookup trait when using crate or super
(https://github.com/noir-lang/noir/pull/6974)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
### Miscellaneous
* Add cli option to specify withdrawer address in the add-l1-validator …
([#11199](https://github.com/AztecProtocol/aztec-packages/issues/11199))
([107f175](https://github.com/AztecProtocol/aztec-packages/commit/107f1754c7fc33cda1c3afb820b3b099745882ed))
* Add memsuspend to parallel in bootstrap
([#11040](https://github.com/AztecProtocol/aztec-packages/issues/11040))
([c78cb82](https://github.com/AztecProtocol/aztec-packages/commit/c78cb82a5ec751437794c34dcfddcd2025e4e3b7))
* Add more Field use info (https://github.com/noir-lang/noir/pull/7019)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Add reproduction case for bignum test failure
(https://github.com/noir-lang/noir/pull/6464)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Add short circuit in ssa-gen for known if conditions
(https://github.com/noir-lang/noir/pull/7007)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Also print test output to stdout in CI
(https://github.com/noir-lang/noir/pull/6930)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* **avm:** Fix mac build
([#11147](https://github.com/AztecProtocol/aztec-packages/issues/11147))
([1775e53](https://github.com/AztecProtocol/aztec-packages/commit/1775e53025f9946ba26b8b624a0f15f4ccdabd2f))
* **avm:** Improve column stats
([#11135](https://github.com/AztecProtocol/aztec-packages/issues/11135))
([535a14c](https://github.com/AztecProtocol/aztec-packages/commit/535a14c8c59399ce7579c69f6aec862f71981699))
* **avm:** Re-enable bb-prover tests in CI, change some to
check-circuit-only, enable multi-enqueued call tests
([#11180](https://github.com/AztecProtocol/aztec-packages/issues/11180))
([3092212](https://github.com/AztecProtocol/aztec-packages/commit/3092212d61cb1359d10b1741b48627518e5437d7))
* **avm:** Vm2 followup cleanup
([#11186](https://github.com/AztecProtocol/aztec-packages/issues/11186))
([6de4013](https://github.com/AztecProtocol/aztec-packages/commit/6de4013c1204b3478b6d444c0cff5ca9c5c6cd03))
* Block building benchmark via github-action-benchmark
([#11202](https://github.com/AztecProtocol/aztec-packages/issues/11202))
([c107b6b](https://github.com/AztecProtocol/aztec-packages/commit/c107b6bb84f68d4d9bf8dca604f86fbdc7a8e88c)),
closes
[#11154](https://github.com/AztecProtocol/aztec-packages/issues/11154)
* Bump `noir-gates-diff` (https://github.com/noir-lang/noir/pull/6943)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Bump `noir-gates-diff` (https://github.com/noir-lang/noir/pull/6944)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Bump `noir-gates-diff` (https://github.com/noir-lang/noir/pull/6949)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Bump arkworks to version `0.5.0`
(https://github.com/noir-lang/noir/pull/6871)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* **ci:** Easier to use mac ci
([#11194](https://github.com/AztecProtocol/aztec-packages/issues/11194))
([9ab4cee](https://github.com/AztecProtocol/aztec-packages/commit/9ab4ceeb8dce38c52609623566b9ea424b99825a))
* **ci:** Ensure that prover.toml files in protocol circuits are in sync
([#11141](https://github.com/AztecProtocol/aztec-packages/issues/11141))
([db769bd](https://github.com/AztecProtocol/aztec-packages/commit/db769bd54a1bfb21bc9aeebb5d2baed52599df8e))
* **ci:** Fail properly in `external-repo-checks`
(https://github.com/noir-lang/noir/pull/6988)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* **ci:** Try fix boxes-test
([#11162](https://github.com/AztecProtocol/aztec-packages/issues/11162))
([a66349f](https://github.com/AztecProtocol/aztec-packages/commit/a66349fa2b60fb397008cd7e0571cc3a3e5fae02))
* Clarity fix in docs (https://github.com/noir-lang/noir/pull/7016)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Delete a bunch of dead code from `noirc_evaluator`
(https://github.com/noir-lang/noir/pull/6939)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Delete docs for versions which aren't used
(https://github.com/noir-lang/noir/pull/7020)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Disable reorg test
([#11176](https://github.com/AztecProtocol/aztec-packages/issues/11176))
([78bec44](https://github.com/AztecProtocol/aztec-packages/commit/78bec44912790ea8fe35383ea2f29983e36e4557))
* Disallow inserting ACIR-only instructions into brillig functions
(https://github.com/noir-lang/noir/pull/7017)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* **docs:** Backport 1.0.0-beta.0 doc fixes
(https://github.com/noir-lang/noir/pull/7014)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* **docs:** Edit Aztec.nr Guide section
([#10866](https://github.com/AztecProtocol/aztec-packages/issues/10866))
([4051ba8](https://github.com/AztecProtocol/aztec-packages/commit/4051ba8f4710fa6fee8f10d42a1deee917525ac9))
* **docs:** Remove node pages
([#11161](https://github.com/AztecProtocol/aztec-packages/issues/11161))
([e494f6b](https://github.com/AztecProtocol/aztec-packages/commit/e494f6b4fab122c436f1e8b1f4b60a038f201e33))
* **docs:** Update tx concepts page
([#10947](https://github.com/AztecProtocol/aztec-packages/issues/10947))
([d9d9798](https://github.com/AztecProtocol/aztec-packages/commit/d9d9798f90cce34ff03cc89d8aa18bb9db0414f1))
* Document aztec-nargo in readme
([#11173](https://github.com/AztecProtocol/aztec-packages/issues/11173))
([927eabf](https://github.com/AztecProtocol/aztec-packages/commit/927eabffed26ca5d243a6c389d62ff28e91c6d1a))
* Greater stability at 1TPS
([#10981](https://github.com/AztecProtocol/aztec-packages/issues/10981))
([1c23662](https://github.com/AztecProtocol/aztec-packages/commit/1c23662f1bbf132680540fbb61afb49b6ead91f5))
* Jest reporters for CI
([#11125](https://github.com/AztecProtocol/aztec-packages/issues/11125))
([90cd9d2](https://github.com/AztecProtocol/aztec-packages/commit/90cd9d22b5da29ef0c989fb9a41f91b9401cc294))
* Log number of instructions executed for call in AVM. Misc fix.
([#11110](https://github.com/AztecProtocol/aztec-packages/issues/11110))
([44e01f4](https://github.com/AztecProtocol/aztec-packages/commit/44e01f4cdd6515990a7233fcb79fc2c01baf46d5))
* Mark `aztec-nr` as expected to compile
(https://github.com/noir-lang/noir/pull/7015)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Mark casts as able to be deduplicated
(https://github.com/noir-lang/noir/pull/6996)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Missed test account retrieval simplification in one spot
([#11172](https://github.com/AztecProtocol/aztec-packages/issues/11172))
([b72234e](https://github.com/AztecProtocol/aztec-packages/commit/b72234ed0db0652f14044eec5e2899adc5bb7001))
* Move comment as part of
[#6945](https://github.com/AztecProtocol/aztec-packages/issues/6945)
(https://github.com/noir-lang/noir/pull/6959)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Move witness computation into class plus some other cleanup
([#11140](https://github.com/AztecProtocol/aztec-packages/issues/11140))
([d41e9ab](https://github.com/AztecProtocol/aztec-packages/commit/d41e9abc8c2428be224400ec43f4844adfd954c3))
* Nuke unused `getSiblingPath` oracle
([#11090](https://github.com/AztecProtocol/aztec-packages/issues/11090))
([36b640a](https://github.com/AztecProtocol/aztec-packages/commit/36b640aed54fd4da0f9899300bf7b0d05faf5b8d))
* Nuking mental model of "packing into a hash"
([#11200](https://github.com/AztecProtocol/aztec-packages/issues/11200))
([e1ebcc0](https://github.com/AztecProtocol/aztec-packages/commit/e1ebcc0b7c0ee2822ff7c203f58c0545647778cc))
* Only resolved globals monomorphization
(https://github.com/noir-lang/noir/pull/7006)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Prover db config
([#11126](https://github.com/AztecProtocol/aztec-packages/issues/11126))
([9d49393](https://github.com/AztecProtocol/aztec-packages/commit/9d49393e66eb38054e0ecf8202aab05919b1bfd4)),
closes
[#10267](https://github.com/AztecProtocol/aztec-packages/issues/10267)
* Redo typo PR by longxiangqiao
([#11109](https://github.com/AztecProtocol/aztec-packages/issues/11109))
([b8ef30e](https://github.com/AztecProtocol/aztec-packages/commit/b8ef30e2a147b5318b70ff2146186dfbae70af42))
* Refactor `get_tx_effects_hash_input_helper`
([#11213](https://github.com/AztecProtocol/aztec-packages/issues/11213))
([5becb99](https://github.com/AztecProtocol/aztec-packages/commit/5becb99dabf9ea75f23cc2b94e96b00f57733175))
* Refactor Solidity Transcript and improve error handling in sol_honk
flow
([#11158](https://github.com/AztecProtocol/aztec-packages/issues/11158))
([58fdf87](https://github.com/AztecProtocol/aztec-packages/commit/58fdf87560fc2c43255675c83dbc36eb370ca5b0))
* Remove explicit collector address
([#11227](https://github.com/AztecProtocol/aztec-packages/issues/11227))
([dfb0db5](https://github.com/AztecProtocol/aztec-packages/commit/dfb0db572868896bea27a13606da2a7e3c10f31e))
* Remove resolve_is_unconstrained pass
(https://github.com/noir-lang/noir/pull/7004)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Removing noir bug workaround
([#10535](https://github.com/AztecProtocol/aztec-packages/issues/10535))
([8be882f](https://github.com/AztecProtocol/aztec-packages/commit/8be882f3f00a0652abe1a70709eeb9374a768b22))
* Replace relative paths to noir-protocol-circuits
([d8619fa](https://github.com/AztecProtocol/aztec-packages/commit/d8619faca9b125ce471bd936d9ac297d83754062))
* Replace relative paths to noir-protocol-circuits
([70cad1c](https://github.com/AztecProtocol/aztec-packages/commit/70cad1c01614d8a5d50e76372fef4ed02c7e5407))
* Replace relative paths to noir-protocol-circuits
([e962534](https://github.com/AztecProtocol/aztec-packages/commit/e962534d7d3c98941bede6cfd6247ac9446eca4c))
* Replace relative paths to noir-protocol-circuits
([ba5a589](https://github.com/AztecProtocol/aztec-packages/commit/ba5a589b07639367f80978850871251bde703751))
* Replace relative paths to noir-protocol-circuits
([b7c3fa2](https://github.com/AztecProtocol/aztec-packages/commit/b7c3fa2627408207b975d0d8b738a54a8fa94e2c))
* Replace relative paths to noir-protocol-circuits
([32840c6](https://github.com/AztecProtocol/aztec-packages/commit/32840c62235d8aeeea0ce64385fb6885ad9467f4))
* Require safety doc comment for unsafe instead of
`//[@safety](https://github.com/safety)`
(https://github.com/noir-lang/noir/pull/6992)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Reserve `enum` and `match` keywords
(https://github.com/noir-lang/noir/pull/6961)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Rpc server cleanup & misc fixes
([#11145](https://github.com/AztecProtocol/aztec-packages/issues/11145))
([8a927eb](https://github.com/AztecProtocol/aztec-packages/commit/8a927ebad0c70eaf2aecebbfe9d32eff0990d6f4))
* Sanity checking of proving job IDs
([#11134](https://github.com/AztecProtocol/aztec-packages/issues/11134))
([61c3e95](https://github.com/AztecProtocol/aztec-packages/commit/61c3e95aaa7fc6c6c4583242cf0263f39b29d084))
* Save kind smoke test logs as artifact
([#11212](https://github.com/AztecProtocol/aztec-packages/issues/11212))
([1389a5b](https://github.com/AztecProtocol/aztec-packages/commit/1389a5b797fd89397a2c53c2b42299dda75bc53e))
* Separate unconstrained functions during monomorphization
(https://github.com/noir-lang/noir/pull/6894)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* Simplify a couple of enum variants
(https://github.com/noir-lang/noir/pull/7025)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Simplify boolean in a mul of a mul
(https://github.com/noir-lang/noir/pull/6951)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* SmallSubgroupIPA tests
([#11106](https://github.com/AztecProtocol/aztec-packages/issues/11106))
([f034e2a](https://github.com/AztecProtocol/aztec-packages/commit/f034e2af6f372e393b63ff19ca6d118d03506e1f))
* **spartan:** Making the spartan script install jq
([#11231](https://github.com/AztecProtocol/aztec-packages/issues/11231))
([7e628cc](https://github.com/AztecProtocol/aztec-packages/commit/7e628cc5785ba26683ddd0a3aa20348adfa37cef))
* Test:e2e defaults to no-docker
([#10966](https://github.com/AztecProtocol/aztec-packages/issues/10966))
([15e0d71](https://github.com/AztecProtocol/aztec-packages/commit/15e0d71c49161faa2e1bfb152be8af8f6ee65268))
* Turn on averaging for protocol circuits metrics in CI
(https://github.com/noir-lang/noir/pull/6999)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Update aztec-spartan.sh script
([#11228](https://github.com/AztecProtocol/aztec-packages/issues/11228))
([52b3a87](https://github.com/AztecProtocol/aztec-packages/commit/52b3a873d3b6cc91d46e22b50e5f367c1828c74b))
* Use DFG in SSA printer (https://github.com/noir-lang/noir/pull/6986)
([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
* Use L1 Tx Utils
([#10759](https://github.com/AztecProtocol/aztec-packages/issues/10759))
([ccf28f5](https://github.com/AztecProtocol/aztec-packages/commit/ccf28f56c408381867a4ac9435c5f0cc46690271)),
closes
[#10464](https://github.com/AztecProtocol/aztec-packages/issues/10464)
* Use logs for benchmarking
(https://github.com/noir-lang/noir/pull/6911)
([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
* VariableMerkleTree readability improvements
([#11165](https://github.com/AztecProtocol/aztec-packages/issues/11165))
([010d1b0](https://github.com/AztecProtocol/aztec-packages/commit/010d1b0717bae313938de62c9c26df8bef7375b5))
* Wait for ethereum in each pod
([#11238](https://github.com/AztecProtocol/aztec-packages/issues/11238))
([9c08e00](https://github.com/AztecProtocol/aztec-packages/commit/9c08e00d0b297d08f923c96533e24c19f48f565b))
### Documentation
* Enable protocol specs for docs in dev mode
([#11219](https://github.com/AztecProtocol/aztec-packages/issues/11219))
([10c8afe](https://github.com/AztecProtocol/aztec-packages/commit/10c8afed6ea5fd186e4f14820c4eb259cba85460))
barretenberg: 0.70.0
##
[0.70.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.69.1...barretenberg-v0.70.0)
(2025-01-15)
### Features
* **avm2:** Avm redesign init
([#10906](https://github.com/AztecProtocol/aztec-packages/issues/10906))
([231f017](https://github.com/AztecProtocol/aztec-packages/commit/231f017d14c3d261b28ab19dcbdf368c561d0cc7))
* Permutation argument optimizations
([#10960](https://github.com/AztecProtocol/aztec-packages/issues/10960))
([de99603](https://github.com/AztecProtocol/aztec-packages/commit/de9960345da17e97464d2c36c35e3eada4fa3680))
* Use tail public inputs as transaction hash
([#11100](https://github.com/AztecProtocol/aztec-packages/issues/11100))
([34be2c3](https://github.com/AztecProtocol/aztec-packages/commit/34be2c3800c2d99c11fe3448e01c77abf60c726d))
### Bug Fixes
* **avm:** AVM circuit fixes related calldata, returndata and call_ptr
([#11207](https://github.com/AztecProtocol/aztec-packages/issues/11207))
([2f05dc0](https://github.com/AztecProtocol/aztec-packages/commit/2f05dc02fe7b147c7cd6fc235134279dbf332c08))
* **avm:** Mac build
([#11195](https://github.com/AztecProtocol/aztec-packages/issues/11195))
([c4f4452](https://github.com/AztecProtocol/aztec-packages/commit/c4f44520a8cc234219f7e9e021b0574a894aa06e))
* **avm:** Mac build (retry)
([#11197](https://github.com/AztecProtocol/aztec-packages/issues/11197))
([0a4b763](https://github.com/AztecProtocol/aztec-packages/commit/0a4b763a39fde0f37ac5baa3bd1e3052c01ca946))
* **bootstrap:** Don't download bad cache if unstaged changes
([#11198](https://github.com/AztecProtocol/aztec-packages/issues/11198))
([2bd895b](https://github.com/AztecProtocol/aztec-packages/commit/2bd895bb0887fddc45433224b3ebef04660f744c))
* Remove max lookup table size constant (for now)
([#11095](https://github.com/AztecProtocol/aztec-packages/issues/11095))
([7e9e268](https://github.com/AztecProtocol/aztec-packages/commit/7e9e2681e314145237f95f79ffdc95ad25a0e319))
### Miscellaneous
* **avm:** Fix mac build
([#11147](https://github.com/AztecProtocol/aztec-packages/issues/11147))
([1775e53](https://github.com/AztecProtocol/aztec-packages/commit/1775e53025f9946ba26b8b624a0f15f4ccdabd2f))
* **avm:** Improve column stats
([#11135](https://github.com/AztecProtocol/aztec-packages/issues/11135))
([535a14c](https://github.com/AztecProtocol/aztec-packages/commit/535a14c8c59399ce7579c69f6aec862f71981699))
* **avm:** Re-enable bb-prover tests in CI, change some to
check-circuit-only, enable multi-enqueued call tests
([#11180](https://github.com/AztecProtocol/aztec-packages/issues/11180))
([3092212](https://github.com/AztecProtocol/aztec-packages/commit/3092212d61cb1359d10b1741b48627518e5437d7))
* **avm:** Vm2 followup cleanup
([#11186](https://github.com/AztecProtocol/aztec-packages/issues/11186))
([6de4013](https://github.com/AztecProtocol/aztec-packages/commit/6de4013c1204b3478b6d444c0cff5ca9c5c6cd03))
* **docs:** Update tx concepts page
([#10947](https://github.com/AztecProtocol/aztec-packages/issues/10947))
([d9d9798](https://github.com/AztecProtocol/aztec-packages/commit/d9d9798f90cce34ff03cc89d8aa18bb9db0414f1))
* Move witness computation into class plus some other cleanup
([#11140](https://github.com/AztecProtocol/aztec-packages/issues/11140))
([d41e9ab](https://github.com/AztecProtocol/aztec-packages/commit/d41e9abc8c2428be224400ec43f4844adfd954c3))
* Redo typo PR by longxiangqiao
([#11109](https://github.com/AztecProtocol/aztec-packages/issues/11109))
([b8ef30e](https://github.com/AztecProtocol/aztec-packages/commit/b8ef30e2a147b5318b70ff2146186dfbae70af42))
* Refactor Solidity Transcript and improve error handling in sol_honk
flow
([#11158](https://github.com/AztecProtocol/aztec-packages/issues/11158))
([58fdf87](https://github.com/AztecProtocol/aztec-packages/commit/58fdf87560fc2c43255675c83dbc36eb370ca5b0))
* SmallSubgroupIPA tests
([#11106](https://github.com/AztecProtocol/aztec-packages/issues/11106))
([f034e2a](https://github.com/AztecProtocol/aztec-packages/commit/f034e2af6f372e393b63ff19ca6d118d03506e1f))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
---
.release-please-manifest.json | 8 +-
CHANGELOG.md | 204 ++++++++++++++++++++++++++++++++
barretenberg/CHANGELOG.md | 32 +++++
barretenberg/cpp/CMakeLists.txt | 2 +-
barretenberg/ts/CHANGELOG.md | 7 ++
barretenberg/ts/package.json | 2 +-
yarn-project/aztec/CHANGELOG.md | 15 +++
yarn-project/aztec/package.json | 2 +-
8 files changed, 265 insertions(+), 7 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 01cabacb75a..24a97324e1f 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,7 +1,7 @@
{
- ".": "0.69.1",
+ ".": "0.70.0",
"yarn-project/cli": "0.35.1",
- "yarn-project/aztec": "0.69.1",
- "barretenberg": "0.69.1",
- "barretenberg/ts": "0.69.1"
+ "yarn-project/aztec": "0.70.0",
+ "barretenberg": "0.70.0",
+ "barretenberg/ts": "0.70.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4bc4fb2117..0eab6533c91 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,209 @@
# Changelog
+## [0.70.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.69.1...aztec-packages-v0.70.0) (2025-01-15)
+
+
+### ⚠ BREAKING CHANGES
+
+* Handle generic fields in `StructDefinition::fields` and move old functionality to `StructDefinition::fields_as_written` (https://github.com/noir-lang/noir/pull/7067)
+* disallow calling unconstrained functions outside of `unsafe` blocks and passing unconstrained functions in place of constrained functions (https://github.com/noir-lang/noir/pull/6938)
+* Disable mocks in `execute` (https://github.com/noir-lang/noir/pull/6869)
+* require trait primitive functions/calls to have their trait in scope (https://github.com/noir-lang/noir/pull/6901)
+* Reserve `enum` and `match` keywords (https://github.com/noir-lang/noir/pull/6961)
+* require trait method calls (`foo.bar()`) to have the trait in scope (imported) (https://github.com/noir-lang/noir/pull/6895)
+* type-check trait default methods (https://github.com/noir-lang/noir/pull/6645)
+* update `aes128_encrypt` to return an array (https://github.com/noir-lang/noir/pull/6973)
+* turn TypeIsMorePrivateThenItem into an error (https://github.com/noir-lang/noir/pull/6953)
+* turn CannotReexportItemWithLessVisibility into an error (https://github.com/noir-lang/noir/pull/6952)
+
+### Features
+
+* `--pedantic-solving` flag (https://github.com/noir-lang/noir/pull/6716) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* 7 bit long `note_type_id` ([#10951](https://github.com/AztecProtocol/aztec-packages/issues/10951)) ([6fc5673](https://github.com/AztecProtocol/aztec-packages/commit/6fc56734cbacd743afec9b8e9f37eefb59e31430))
+* Allow associated types to be ellided from trait constraints (https://github.com/noir-lang/noir/pull/7026) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Allow concurrent world state access ([#11216](https://github.com/AztecProtocol/aztec-packages/issues/11216)) ([17aa4b4](https://github.com/AztecProtocol/aztec-packages/commit/17aa4b4cf2164d29d24d4da29d4b55d273802747))
+* Auto-import traits when suggesting trait methods (https://github.com/noir-lang/noir/pull/7037) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* **avm2:** Avm redesign init ([#10906](https://github.com/AztecProtocol/aztec-packages/issues/10906)) ([231f017](https://github.com/AztecProtocol/aztec-packages/commit/231f017d14c3d261b28ab19dcbdf368c561d0cc7))
+* Avoid generating a new witness when checking if linear expression is zero (https://github.com/noir-lang/noir/pull/7031) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Avoid inserting `inc_rc` instructions into ACIR (https://github.com/noir-lang/noir/pull/7036) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Blob sink in sandbox without extra process ([#11032](https://github.com/AztecProtocol/aztec-packages/issues/11032)) ([4600f54](https://github.com/AztecProtocol/aztec-packages/commit/4600f540e519e1b80b4e780491be29707ccf9f40))
+* Browser chunking ([#11102](https://github.com/AztecProtocol/aztec-packages/issues/11102)) ([393e843](https://github.com/AztecProtocol/aztec-packages/commit/393e8438b082db7d45a45c78e0bf39719b11c56b))
+* Build blocks using txs with higher fee first ([#11093](https://github.com/AztecProtocol/aztec-packages/issues/11093)) ([def7cd7](https://github.com/AztecProtocol/aztec-packages/commit/def7cd7762f45b19c9c94bf7aa42a9c50c46c8fa)), closes [#11084](https://github.com/AztecProtocol/aztec-packages/issues/11084)
+* **cli:** Add CLI option to filter by contract function name (https://github.com/noir-lang/noir/pull/7018) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* **comptime:** Implement to_be_bits and to_le_bits in the interpreter (https://github.com/noir-lang/noir/pull/7008) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Contract class must be registered before deployment ([#10949](https://github.com/AztecProtocol/aztec-packages/issues/10949)) ([7176a70](https://github.com/AztecProtocol/aztec-packages/commit/7176a70de718e2d061d4a86065a6ccb006a54684))
+* Dashboard in gcp ([#11201](https://github.com/AztecProtocol/aztec-packages/issues/11201)) ([2790bd7](https://github.com/AztecProtocol/aztec-packages/commit/2790bd7382195706d569207a2a48ffe2053cb3ea))
+* Disable mocks in `execute` (https://github.com/noir-lang/noir/pull/6869) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Disallow calling unconstrained functions outside of `unsafe` blocks and passing unconstrained functions in place of constrained functions (https://github.com/noir-lang/noir/pull/6938) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Don't report warnings for dependencies (https://github.com/noir-lang/noir/pull/6926) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Don't simplify SSA instructions when creating them from a string (https://github.com/noir-lang/noir/pull/6948) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Expose getL2ToL1Membership on the pxe ([#11215](https://github.com/AztecProtocol/aztec-packages/issues/11215)) ([ffd3625](https://github.com/AztecProtocol/aztec-packages/commit/ffd36258b1c5bc8e0823410b19b1774aa58496a1))
+* Handle generic fields in `StructDefinition::fields` and move old functionality to `StructDefinition::fields_as_written` (https://github.com/noir-lang/noir/pull/7067) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Impl Default for U128 (https://github.com/noir-lang/noir/pull/6984) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Inject protocol nullifier conditionally ([#11155](https://github.com/AztecProtocol/aztec-packages/issues/11155)) ([93ade26](https://github.com/AztecProtocol/aztec-packages/commit/93ade26408ace2ddd0d9dfe6ce7100e76c775cc0))
+* Kickoff tube circuits at the beginning of proving job ([#11139](https://github.com/AztecProtocol/aztec-packages/issues/11139)) ([85d389f](https://github.com/AztecProtocol/aztec-packages/commit/85d389fd8344f2a6cba04ab8d8bd577b9698a0ca)), closes [#10998](https://github.com/AztecProtocol/aztec-packages/issues/10998)
+* Lock on Nargo.toml on several nargo commands (https://github.com/noir-lang/noir/pull/6941) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* **LSP:** Code action to import trait in a method call (https://github.com/noir-lang/noir/pull/7066) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* **lsp:** Use trait method docs for trait impl method docs on hover (https://github.com/noir-lang/noir/pull/7003) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Monitor event loop lag ([#11127](https://github.com/AztecProtocol/aztec-packages/issues/11127)) ([422f125](https://github.com/AztecProtocol/aztec-packages/commit/422f125f086c67850cb944ead969409c79ae3a6d))
+* Permutation argument optimizations ([#10960](https://github.com/AztecProtocol/aztec-packages/issues/10960)) ([de99603](https://github.com/AztecProtocol/aztec-packages/commit/de9960345da17e97464d2c36c35e3eada4fa3680))
+* PXE db contract store ([#10867](https://github.com/AztecProtocol/aztec-packages/issues/10867)) ([b5d51eb](https://github.com/AztecProtocol/aztec-packages/commit/b5d51ebe8c1c9b0f4104f8f04995018bea2b701a))
+* Require trait function calls (`Foo::bar()`) to have the trait in scope (imported) (https://github.com/noir-lang/noir/pull/6882) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Require trait method calls (`foo.bar()`) to have the trait in scope (imported) (https://github.com/noir-lang/noir/pull/6895) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Require trait primitive functions/calls to have their trait in scope (https://github.com/noir-lang/noir/pull/6901) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Simulator split ([#11144](https://github.com/AztecProtocol/aztec-packages/issues/11144)) ([9b99126](https://github.com/AztecProtocol/aztec-packages/commit/9b99126bb97b1beb1d922a3c404aecdaed0bee69))
+* Single tx block root rollup ([#11096](https://github.com/AztecProtocol/aztec-packages/issues/11096)) ([bcc0168](https://github.com/AztecProtocol/aztec-packages/commit/bcc01681ed8b1c3ee567258589e776e031fb1884))
+* Skip codegen of zero iteration loops (https://github.com/noir-lang/noir/pull/7030) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* SSA globals in monomorphization and SSA gen (https://github.com/noir-lang/noir/pull/6985) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* **ssa:** Immediately simplify away RefCount instructions in ACIR functions (https://github.com/noir-lang/noir/pull/6893) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* **test:** Enable the test fuzzer for Wasm (https://github.com/noir-lang/noir/pull/6835) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Track nodejs runtime metrics ([#11160](https://github.com/AztecProtocol/aztec-packages/issues/11160)) ([1d24fab](https://github.com/AztecProtocol/aztec-packages/commit/1d24fab7152b827e91738ff87fb9aef9398c589a))
+* Turn CannotReexportItemWithLessVisibility into an error (https://github.com/noir-lang/noir/pull/6952) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Turn TypeIsMorePrivateThenItem into an error (https://github.com/noir-lang/noir/pull/6953) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Type-check trait default methods (https://github.com/noir-lang/noir/pull/6645) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Unchecked math operations in SSA (https://github.com/noir-lang/noir/pull/7011) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Update `aes128_encrypt` to return an array (https://github.com/noir-lang/noir/pull/6973) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Use tail public inputs as transaction hash ([#11100](https://github.com/AztecProtocol/aztec-packages/issues/11100)) ([34be2c3](https://github.com/AztecProtocol/aztec-packages/commit/34be2c3800c2d99c11fe3448e01c77abf60c726d))
+* Validator deadline for reexecution ([#11050](https://github.com/AztecProtocol/aztec-packages/issues/11050)) ([1aa34e7](https://github.com/AztecProtocol/aztec-packages/commit/1aa34e78f4f40a47f587feecb338d3c2ba108c1d)), closes [#10959](https://github.com/AztecProtocol/aztec-packages/issues/10959)
+
+
+### Bug Fixes
+
+* Added start/stop guards to running promise and serial queue ([#11120](https://github.com/AztecProtocol/aztec-packages/issues/11120)) ([23e642f](https://github.com/AztecProtocol/aztec-packages/commit/23e642f85009a3a4779bc762cf36484771014b57))
+* Allow multiple trait impls for the same trait as long as one is in scope (https://github.com/noir-lang/noir/pull/6987) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* **avm:** AVM circuit fixes related calldata, returndata and call_ptr ([#11207](https://github.com/AztecProtocol/aztec-packages/issues/11207)) ([2f05dc0](https://github.com/AztecProtocol/aztec-packages/commit/2f05dc02fe7b147c7cd6fc235134279dbf332c08))
+* **avm:** Mac build ([#11195](https://github.com/AztecProtocol/aztec-packages/issues/11195)) ([c4f4452](https://github.com/AztecProtocol/aztec-packages/commit/c4f44520a8cc234219f7e9e021b0574a894aa06e))
+* **avm:** Mac build (retry) ([#11197](https://github.com/AztecProtocol/aztec-packages/issues/11197)) ([0a4b763](https://github.com/AztecProtocol/aztec-packages/commit/0a4b763a39fde0f37ac5baa3bd1e3052c01ca946))
+* Aztec-spartan config var ([#11137](https://github.com/AztecProtocol/aztec-packages/issues/11137)) ([acbfad4](https://github.com/AztecProtocol/aztec-packages/commit/acbfad463c2cf8140c7fc6f4272f3b8f3c81f297))
+* Blob fees & l1-publisher logging ([#11029](https://github.com/AztecProtocol/aztec-packages/issues/11029)) ([c2c0bc6](https://github.com/AztecProtocol/aztec-packages/commit/c2c0bc697312fe4f63337d66b7419b662d9f55ee))
+* **bootstrap:** Don't download bad cache if unstaged changes ([#11198](https://github.com/AztecProtocol/aztec-packages/issues/11198)) ([2bd895b](https://github.com/AztecProtocol/aztec-packages/commit/2bd895bb0887fddc45433224b3ebef04660f744c))
+* **boxes:** Fix attempt 2 ([#11175](https://github.com/AztecProtocol/aztec-packages/issues/11175)) ([e87b11a](https://github.com/AztecProtocol/aztec-packages/commit/e87b11ac388ef72524e248804902e56b66da061b))
+* Bump inotify limits on tester ([#11217](https://github.com/AztecProtocol/aztec-packages/issues/11217)) ([60bdf1d](https://github.com/AztecProtocol/aztec-packages/commit/60bdf1da7460303f9a478f83c0f6754e0985118a))
+* Do not emit range check for multiplication by bool (https://github.com/noir-lang/noir/pull/6983) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Do not panic on indices which are not valid `u32`s (https://github.com/noir-lang/noir/pull/6976) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Docs rebuild patterns ([#11191](https://github.com/AztecProtocol/aztec-packages/issues/11191)) ([1999990](https://github.com/AztecProtocol/aztec-packages/commit/1999990417dfaa7a877d8e91f15299defbfa09d2))
+* Don't always select trait impl when verifying trait constraints (https://github.com/noir-lang/noir/pull/7041) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Don't fail parsing macro if there are parser warnings (https://github.com/noir-lang/noir/pull/6969) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Don't retransmit txs upon node restart ([#11123](https://github.com/AztecProtocol/aztec-packages/issues/11123)) ([39535c9](https://github.com/AztecProtocol/aztec-packages/commit/39535c97c6ee70f53709ab03a5b36b256c024048))
+* Duplicate env vars ([#11166](https://github.com/AztecProtocol/aztec-packages/issues/11166)) ([2507b6f](https://github.com/AztecProtocol/aztec-packages/commit/2507b6fd1e1c79e7f27a2d3c357155670634aad5))
+* Error on missing function parameters (https://github.com/noir-lang/noir/pull/6967) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Foundry image doesn't have curl ([#11242](https://github.com/AztecProtocol/aztec-packages/issues/11242)) ([57da116](https://github.com/AztecProtocol/aztec-packages/commit/57da116a11f238c180983196cc59b309a44da8c4))
+* Get_next_power_exponent off by 1 ([#11169](https://github.com/AztecProtocol/aztec-packages/issues/11169)) ([80ec19e](https://github.com/AztecProtocol/aztec-packages/commit/80ec19e35017b44f9b2a5267aeb19b7aca38e57e))
+* Let static_assert fail with the provided message (https://github.com/noir-lang/noir/pull/7005) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* **lsp:** Suggest all possible trait methods, but only visible ones (https://github.com/noir-lang/noir/pull/7027) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Max_note_len computation ([#10438](https://github.com/AztecProtocol/aztec-packages/issues/10438)) ([099c17b](https://github.com/AztecProtocol/aztec-packages/commit/099c17b0c83ef5c0b4368ce2167d3d5422fa0c6e))
+* **nargo_fmt:** Don't consider identifiers the same if they are equal… (https://github.com/noir-lang/noir/pull/7043) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* **nargo_fmt:** Let doc comment could come after regular comment (https://github.com/noir-lang/noir/pull/7046) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Non-determinism from under constrained checks (https://github.com/noir-lang/noir/pull/6945) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Prover node aborts execution at epoch end ([#11111](https://github.com/AztecProtocol/aztec-packages/issues/11111)) ([2a77616](https://github.com/AztecProtocol/aztec-packages/commit/2a77616d6ef34d64fc8df2629d90d0677c86fe2f)), closes [#10802](https://github.com/AztecProtocol/aztec-packages/issues/10802)
+* Prover node does not err upon an empty epoch ([#11204](https://github.com/AztecProtocol/aztec-packages/issues/11204)) ([2c3ab84](https://github.com/AztecProtocol/aztec-packages/commit/2c3ab8480583fa1d7df07e985a1495e1db50e1db))
+* Reduce memory usage in mem2reg (https://github.com/noir-lang/noir/pull/7053) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Remove arch tag in sandbox images ([#11233](https://github.com/AztecProtocol/aztec-packages/issues/11233)) ([80a872d](https://github.com/AztecProtocol/aztec-packages/commit/80a872df68b0594d6dab442edcbf963a7c257152))
+* Remove max lookup table size constant (for now) ([#11095](https://github.com/AztecProtocol/aztec-packages/issues/11095)) ([7e9e268](https://github.com/AztecProtocol/aztec-packages/commit/7e9e2681e314145237f95f79ffdc95ad25a0e319))
+* Reproduce and fix bytecode blowup (https://github.com/noir-lang/noir/pull/6972) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Require generic trait impls to be in scope to call them (https://github.com/noir-lang/noir/pull/6913) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Restore upload_logs script in use by acir bench ([2d88497](https://github.com/AztecProtocol/aztec-packages/commit/2d884974e0b7fb13b525c06b7781bb5838537637))
+* Return trait impl method as FuncId if there's only one (https://github.com/noir-lang/noir/pull/6989) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Revert "chore: use L1 Tx Utils" ([#11167](https://github.com/AztecProtocol/aztec-packages/issues/11167)) ([f4e5c79](https://github.com/AztecProtocol/aztec-packages/commit/f4e5c7998c7915923a33e2b26146eebc61775b14))
+* Sequencer times out L1 tx at end of L2 slot ([#11112](https://github.com/AztecProtocol/aztec-packages/issues/11112)) ([1b88a34](https://github.com/AztecProtocol/aztec-packages/commit/1b88a3446e775a738dee9ea1c442b734cad0dffd))
+* Show output of `test_program_is_idempotent` on failure (https://github.com/noir-lang/noir/pull/6942) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Start RC at 1 again (https://github.com/noir-lang/noir/pull/6958) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Underconstrained bug ([#11174](https://github.com/AztecProtocol/aztec-packages/issues/11174)) ([0b3088b](https://github.com/AztecProtocol/aztec-packages/commit/0b3088be1944903410992ccfc462869fde026b93))
+* Update fs max user instances for k8s ([#11220](https://github.com/AztecProtocol/aztec-packages/issues/11220)) ([b42da6d](https://github.com/AztecProtocol/aztec-packages/commit/b42da6daa0d715afb4259ac7c0a1d6a71adca89d))
+* Use absolute path for docker bind in e2e-test ([f2885ec](https://github.com/AztecProtocol/aztec-packages/commit/f2885ec188a6e74afb18e44b8f66c331ab42e108))
+* Wrong module to lookup trait when using crate or super (https://github.com/noir-lang/noir/pull/6974) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+
+
+### Miscellaneous
+
+* Add `noir_check_shuffle` as a critical library (https://github.com/noir-lang/noir/pull/7056) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Add cli option to specify withdrawer address in the add-l1-validator … ([#11199](https://github.com/AztecProtocol/aztec-packages/issues/11199)) ([107f175](https://github.com/AztecProtocol/aztec-packages/commit/107f1754c7fc33cda1c3afb820b3b099745882ed))
+* Add end step for formatting workflow (https://github.com/noir-lang/noir/pull/7070) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Add memsuspend to parallel in bootstrap ([#11040](https://github.com/AztecProtocol/aztec-packages/issues/11040)) ([c78cb82](https://github.com/AztecProtocol/aztec-packages/commit/c78cb82a5ec751437794c34dcfddcd2025e4e3b7))
+* Add more Field use info (https://github.com/noir-lang/noir/pull/7019) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Add more protocol circuits to reports (https://github.com/noir-lang/noir/pull/6977) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Add reproduction case for bignum test failure (https://github.com/noir-lang/noir/pull/6464) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Add short circuit in ssa-gen for known if conditions (https://github.com/noir-lang/noir/pull/7007) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Also print test output to stdout in CI (https://github.com/noir-lang/noir/pull/6930) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* **avm:** Fix mac build ([#11147](https://github.com/AztecProtocol/aztec-packages/issues/11147)) ([1775e53](https://github.com/AztecProtocol/aztec-packages/commit/1775e53025f9946ba26b8b624a0f15f4ccdabd2f))
+* **avm:** Improve column stats ([#11135](https://github.com/AztecProtocol/aztec-packages/issues/11135)) ([535a14c](https://github.com/AztecProtocol/aztec-packages/commit/535a14c8c59399ce7579c69f6aec862f71981699))
+* **avm:** Re-enable bb-prover tests in CI, change some to check-circuit-only, enable multi-enqueued call tests ([#11180](https://github.com/AztecProtocol/aztec-packages/issues/11180)) ([3092212](https://github.com/AztecProtocol/aztec-packages/commit/3092212d61cb1359d10b1741b48627518e5437d7))
+* **avm:** Vm2 followup cleanup ([#11186](https://github.com/AztecProtocol/aztec-packages/issues/11186)) ([6de4013](https://github.com/AztecProtocol/aztec-packages/commit/6de4013c1204b3478b6d444c0cff5ca9c5c6cd03))
+* Block building benchmark via github-action-benchmark ([#11202](https://github.com/AztecProtocol/aztec-packages/issues/11202)) ([c107b6b](https://github.com/AztecProtocol/aztec-packages/commit/c107b6bb84f68d4d9bf8dca604f86fbdc7a8e88c)), closes [#11154](https://github.com/AztecProtocol/aztec-packages/issues/11154)
+* Bump `noir-gates-diff` (https://github.com/noir-lang/noir/pull/6943) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Bump `noir-gates-diff` (https://github.com/noir-lang/noir/pull/6944) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Bump `noir-gates-diff` (https://github.com/noir-lang/noir/pull/6949) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Bump arkworks to version `0.5.0` (https://github.com/noir-lang/noir/pull/6871) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Change default loglevel for sandbox ([#11237](https://github.com/AztecProtocol/aztec-packages/issues/11237)) ([4712870](https://github.com/AztecProtocol/aztec-packages/commit/4712870d53788f63b89550981b6cdd960178b706))
+* **ci:** Check various inliner aggressiveness setttings in Brillig reports (https://github.com/noir-lang/noir/pull/7049) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* **ci:** Easier to use mac ci ([#11194](https://github.com/AztecProtocol/aztec-packages/issues/11194)) ([9ab4cee](https://github.com/AztecProtocol/aztec-packages/commit/9ab4ceeb8dce38c52609623566b9ea424b99825a))
+* **ci:** Ensure that prover.toml files in protocol circuits are in sync ([#11141](https://github.com/AztecProtocol/aztec-packages/issues/11141)) ([db769bd](https://github.com/AztecProtocol/aztec-packages/commit/db769bd54a1bfb21bc9aeebb5d2baed52599df8e))
+* **ci:** Fail properly in `external-repo-checks` (https://github.com/noir-lang/noir/pull/6988) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* **ci:** Try fix boxes-test ([#11162](https://github.com/AztecProtocol/aztec-packages/issues/11162)) ([a66349f](https://github.com/AztecProtocol/aztec-packages/commit/a66349fa2b60fb397008cd7e0571cc3a3e5fae02))
+* **ci:** Unify compilation/execution report jobs that take averages with single runs (https://github.com/noir-lang/noir/pull/7048) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Clarity fix in docs (https://github.com/noir-lang/noir/pull/7016) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Clippy warning fix (https://github.com/noir-lang/noir/pull/7051) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Delete a bunch of dead code from `noirc_evaluator` (https://github.com/noir-lang/noir/pull/6939) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Delete docs for versions which aren't used (https://github.com/noir-lang/noir/pull/7020) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Disable reorg test ([#11176](https://github.com/AztecProtocol/aztec-packages/issues/11176)) ([78bec44](https://github.com/AztecProtocol/aztec-packages/commit/78bec44912790ea8fe35383ea2f29983e36e4557))
+* Disallow inserting ACIR-only instructions into brillig functions (https://github.com/noir-lang/noir/pull/7017) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* **docs:** Backport 1.0.0-beta.0 doc fixes (https://github.com/noir-lang/noir/pull/7014) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* **docs:** Edit Aztec.nr Guide section ([#10866](https://github.com/AztecProtocol/aztec-packages/issues/10866)) ([4051ba8](https://github.com/AztecProtocol/aztec-packages/commit/4051ba8f4710fa6fee8f10d42a1deee917525ac9))
+* **docs:** Remove node pages ([#11161](https://github.com/AztecProtocol/aztec-packages/issues/11161)) ([e494f6b](https://github.com/AztecProtocol/aztec-packages/commit/e494f6b4fab122c436f1e8b1f4b60a038f201e33))
+* **docs:** Update tx concepts page ([#10947](https://github.com/AztecProtocol/aztec-packages/issues/10947)) ([d9d9798](https://github.com/AztecProtocol/aztec-packages/commit/d9d9798f90cce34ff03cc89d8aa18bb9db0414f1))
+* Document aztec-nargo in readme ([#11173](https://github.com/AztecProtocol/aztec-packages/issues/11173)) ([927eabf](https://github.com/AztecProtocol/aztec-packages/commit/927eabffed26ca5d243a6c389d62ff28e91c6d1a))
+* Greater stability at 1TPS ([#10981](https://github.com/AztecProtocol/aztec-packages/issues/10981)) ([1c23662](https://github.com/AztecProtocol/aztec-packages/commit/1c23662f1bbf132680540fbb61afb49b6ead91f5))
+* Jest reporters for CI ([#11125](https://github.com/AztecProtocol/aztec-packages/issues/11125)) ([90cd9d2](https://github.com/AztecProtocol/aztec-packages/commit/90cd9d22b5da29ef0c989fb9a41f91b9401cc294))
+* Log number of instructions executed for call in AVM. Misc fix. ([#11110](https://github.com/AztecProtocol/aztec-packages/issues/11110)) ([44e01f4](https://github.com/AztecProtocol/aztec-packages/commit/44e01f4cdd6515990a7233fcb79fc2c01baf46d5))
+* Mark `aztec-nr` as expected to compile (https://github.com/noir-lang/noir/pull/7015) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Mark casts as able to be deduplicated (https://github.com/noir-lang/noir/pull/6996) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Mark some critical libraries as good again (https://github.com/noir-lang/noir/pull/7065) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Missed test account retrieval simplification in one spot ([#11172](https://github.com/AztecProtocol/aztec-packages/issues/11172)) ([b72234e](https://github.com/AztecProtocol/aztec-packages/commit/b72234ed0db0652f14044eec5e2899adc5bb7001))
+* Move comment as part of [#6945](https://github.com/AztecProtocol/aztec-packages/issues/6945) (https://github.com/noir-lang/noir/pull/6959) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Move witness computation into class plus some other cleanup ([#11140](https://github.com/AztecProtocol/aztec-packages/issues/11140)) ([d41e9ab](https://github.com/AztecProtocol/aztec-packages/commit/d41e9abc8c2428be224400ec43f4844adfd954c3))
+* Nuke unused `getSiblingPath` oracle ([#11090](https://github.com/AztecProtocol/aztec-packages/issues/11090)) ([36b640a](https://github.com/AztecProtocol/aztec-packages/commit/36b640aed54fd4da0f9899300bf7b0d05faf5b8d))
+* Nuking mental model of "packing into a hash" ([#11200](https://github.com/AztecProtocol/aztec-packages/issues/11200)) ([e1ebcc0](https://github.com/AztecProtocol/aztec-packages/commit/e1ebcc0b7c0ee2822ff7c203f58c0545647778cc))
+* Only resolved globals monomorphization (https://github.com/noir-lang/noir/pull/7006) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* **perf:** Try using vec-collections's VecSet in AliasSet (https://github.com/noir-lang/noir/pull/7058) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Prover db config ([#11126](https://github.com/AztecProtocol/aztec-packages/issues/11126)) ([9d49393](https://github.com/AztecProtocol/aztec-packages/commit/9d49393e66eb38054e0ecf8202aab05919b1bfd4)), closes [#10267](https://github.com/AztecProtocol/aztec-packages/issues/10267)
+* Redo typo PR by longxiangqiao ([#11109](https://github.com/AztecProtocol/aztec-packages/issues/11109)) ([b8ef30e](https://github.com/AztecProtocol/aztec-packages/commit/b8ef30e2a147b5318b70ff2146186dfbae70af42))
+* Reduce number of iterations of `acvm::compiler::compile` (https://github.com/noir-lang/noir/pull/7050) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Reenable reports on rollup root circuits (https://github.com/noir-lang/noir/pull/7061) ([3ed22ed](https://github.com/AztecProtocol/aztec-packages/commit/3ed22edf614df01161844785226c9a705a5d9f0e))
+* Refactor `get_tx_effects_hash_input_helper` ([#11213](https://github.com/AztecProtocol/aztec-packages/issues/11213)) ([5becb99](https://github.com/AztecProtocol/aztec-packages/commit/5becb99dabf9ea75f23cc2b94e96b00f57733175))
+* Refactor Solidity Transcript and improve error handling in sol_honk flow ([#11158](https://github.com/AztecProtocol/aztec-packages/issues/11158)) ([58fdf87](https://github.com/AztecProtocol/aztec-packages/commit/58fdf87560fc2c43255675c83dbc36eb370ca5b0))
+* Remove explicit collector address ([#11227](https://github.com/AztecProtocol/aztec-packages/issues/11227)) ([dfb0db5](https://github.com/AztecProtocol/aztec-packages/commit/dfb0db572868896bea27a13606da2a7e3c10f31e))
+* Remove resolve_is_unconstrained pass (https://github.com/noir-lang/noir/pull/7004) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Removing noir bug workaround ([#10535](https://github.com/AztecProtocol/aztec-packages/issues/10535)) ([8be882f](https://github.com/AztecProtocol/aztec-packages/commit/8be882f3f00a0652abe1a70709eeb9374a768b22))
+* Replace relative paths to noir-protocol-circuits ([d8619fa](https://github.com/AztecProtocol/aztec-packages/commit/d8619faca9b125ce471bd936d9ac297d83754062))
+* Replace relative paths to noir-protocol-circuits ([70cad1c](https://github.com/AztecProtocol/aztec-packages/commit/70cad1c01614d8a5d50e76372fef4ed02c7e5407))
+* Replace relative paths to noir-protocol-circuits ([e962534](https://github.com/AztecProtocol/aztec-packages/commit/e962534d7d3c98941bede6cfd6247ac9446eca4c))
+* Replace relative paths to noir-protocol-circuits ([ba5a589](https://github.com/AztecProtocol/aztec-packages/commit/ba5a589b07639367f80978850871251bde703751))
+* Replace relative paths to noir-protocol-circuits ([b7c3fa2](https://github.com/AztecProtocol/aztec-packages/commit/b7c3fa2627408207b975d0d8b738a54a8fa94e2c))
+* Replace relative paths to noir-protocol-circuits ([32840c6](https://github.com/AztecProtocol/aztec-packages/commit/32840c62235d8aeeea0ce64385fb6885ad9467f4))
+* Require safety doc comment for unsafe instead of `//[@safety](https://github.com/safety)` (https://github.com/noir-lang/noir/pull/6992) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Reserve `enum` and `match` keywords (https://github.com/noir-lang/noir/pull/6961) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Rpc server cleanup & misc fixes ([#11145](https://github.com/AztecProtocol/aztec-packages/issues/11145)) ([8a927eb](https://github.com/AztecProtocol/aztec-packages/commit/8a927ebad0c70eaf2aecebbfe9d32eff0990d6f4))
+* Sanity checking of proving job IDs ([#11134](https://github.com/AztecProtocol/aztec-packages/issues/11134)) ([61c3e95](https://github.com/AztecProtocol/aztec-packages/commit/61c3e95aaa7fc6c6c4583242cf0263f39b29d084))
+* Save kind smoke test logs as artifact ([#11212](https://github.com/AztecProtocol/aztec-packages/issues/11212)) ([1389a5b](https://github.com/AztecProtocol/aztec-packages/commit/1389a5b797fd89397a2c53c2b42299dda75bc53e))
+* Separate unconstrained functions during monomorphization (https://github.com/noir-lang/noir/pull/6894) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* Simplify a couple of enum variants (https://github.com/noir-lang/noir/pull/7025) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Simplify boolean in a mul of a mul (https://github.com/noir-lang/noir/pull/6951) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* SmallSubgroupIPA tests ([#11106](https://github.com/AztecProtocol/aztec-packages/issues/11106)) ([f034e2a](https://github.com/AztecProtocol/aztec-packages/commit/f034e2af6f372e393b63ff19ca6d118d03506e1f))
+* **spartan:** Making the spartan script install jq ([#11231](https://github.com/AztecProtocol/aztec-packages/issues/11231)) ([7e628cc](https://github.com/AztecProtocol/aztec-packages/commit/7e628cc5785ba26683ddd0a3aa20348adfa37cef))
+* Test:e2e defaults to no-docker ([#10966](https://github.com/AztecProtocol/aztec-packages/issues/10966)) ([15e0d71](https://github.com/AztecProtocol/aztec-packages/commit/15e0d71c49161faa2e1bfb152be8af8f6ee65268))
+* Turn on averaging for protocol circuits metrics in CI (https://github.com/noir-lang/noir/pull/6999) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Update aztec-spartan.sh script ([#11228](https://github.com/AztecProtocol/aztec-packages/issues/11228)) ([52b3a87](https://github.com/AztecProtocol/aztec-packages/commit/52b3a873d3b6cc91d46e22b50e5f367c1828c74b))
+* Use DFG in SSA printer (https://github.com/noir-lang/noir/pull/6986) ([9189120](https://github.com/AztecProtocol/aztec-packages/commit/9189120ea510c3bfe824c2e08ba61e7fa5408a97))
+* Use L1 Tx Utils ([#10759](https://github.com/AztecProtocol/aztec-packages/issues/10759)) ([ccf28f5](https://github.com/AztecProtocol/aztec-packages/commit/ccf28f56c408381867a4ac9435c5f0cc46690271)), closes [#10464](https://github.com/AztecProtocol/aztec-packages/issues/10464)
+* Use logs for benchmarking (https://github.com/noir-lang/noir/pull/6911) ([3883a0e](https://github.com/AztecProtocol/aztec-packages/commit/3883a0ead074506ccc263d77477affe017d5c29e))
+* VariableMerkleTree readability improvements ([#11165](https://github.com/AztecProtocol/aztec-packages/issues/11165)) ([010d1b0](https://github.com/AztecProtocol/aztec-packages/commit/010d1b0717bae313938de62c9c26df8bef7375b5))
+* Wait for ethereum in each pod ([#11238](https://github.com/AztecProtocol/aztec-packages/issues/11238)) ([9c08e00](https://github.com/AztecProtocol/aztec-packages/commit/9c08e00d0b297d08f923c96533e24c19f48f565b))
+
+
+### Documentation
+
+* Enable protocol specs for docs in dev mode ([#11219](https://github.com/AztecProtocol/aztec-packages/issues/11219)) ([10c8afe](https://github.com/AztecProtocol/aztec-packages/commit/10c8afed6ea5fd186e4f14820c4eb259cba85460))
+
## [0.69.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.69.0...aztec-packages-v0.69.1) (2025-01-08)
diff --git a/barretenberg/CHANGELOG.md b/barretenberg/CHANGELOG.md
index b8700378ddc..dfe7cb781db 100644
--- a/barretenberg/CHANGELOG.md
+++ b/barretenberg/CHANGELOG.md
@@ -1,5 +1,37 @@
# Changelog
+## [0.70.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.69.1...barretenberg-v0.70.0) (2025-01-15)
+
+
+### Features
+
+* Allow concurrent world state access ([#11216](https://github.com/AztecProtocol/aztec-packages/issues/11216)) ([17aa4b4](https://github.com/AztecProtocol/aztec-packages/commit/17aa4b4cf2164d29d24d4da29d4b55d273802747))
+* **avm2:** Avm redesign init ([#10906](https://github.com/AztecProtocol/aztec-packages/issues/10906)) ([231f017](https://github.com/AztecProtocol/aztec-packages/commit/231f017d14c3d261b28ab19dcbdf368c561d0cc7))
+* Permutation argument optimizations ([#10960](https://github.com/AztecProtocol/aztec-packages/issues/10960)) ([de99603](https://github.com/AztecProtocol/aztec-packages/commit/de9960345da17e97464d2c36c35e3eada4fa3680))
+* Use tail public inputs as transaction hash ([#11100](https://github.com/AztecProtocol/aztec-packages/issues/11100)) ([34be2c3](https://github.com/AztecProtocol/aztec-packages/commit/34be2c3800c2d99c11fe3448e01c77abf60c726d))
+
+
+### Bug Fixes
+
+* **avm:** AVM circuit fixes related calldata, returndata and call_ptr ([#11207](https://github.com/AztecProtocol/aztec-packages/issues/11207)) ([2f05dc0](https://github.com/AztecProtocol/aztec-packages/commit/2f05dc02fe7b147c7cd6fc235134279dbf332c08))
+* **avm:** Mac build ([#11195](https://github.com/AztecProtocol/aztec-packages/issues/11195)) ([c4f4452](https://github.com/AztecProtocol/aztec-packages/commit/c4f44520a8cc234219f7e9e021b0574a894aa06e))
+* **avm:** Mac build (retry) ([#11197](https://github.com/AztecProtocol/aztec-packages/issues/11197)) ([0a4b763](https://github.com/AztecProtocol/aztec-packages/commit/0a4b763a39fde0f37ac5baa3bd1e3052c01ca946))
+* **bootstrap:** Don't download bad cache if unstaged changes ([#11198](https://github.com/AztecProtocol/aztec-packages/issues/11198)) ([2bd895b](https://github.com/AztecProtocol/aztec-packages/commit/2bd895bb0887fddc45433224b3ebef04660f744c))
+* Remove max lookup table size constant (for now) ([#11095](https://github.com/AztecProtocol/aztec-packages/issues/11095)) ([7e9e268](https://github.com/AztecProtocol/aztec-packages/commit/7e9e2681e314145237f95f79ffdc95ad25a0e319))
+
+
+### Miscellaneous
+
+* **avm:** Fix mac build ([#11147](https://github.com/AztecProtocol/aztec-packages/issues/11147)) ([1775e53](https://github.com/AztecProtocol/aztec-packages/commit/1775e53025f9946ba26b8b624a0f15f4ccdabd2f))
+* **avm:** Improve column stats ([#11135](https://github.com/AztecProtocol/aztec-packages/issues/11135)) ([535a14c](https://github.com/AztecProtocol/aztec-packages/commit/535a14c8c59399ce7579c69f6aec862f71981699))
+* **avm:** Re-enable bb-prover tests in CI, change some to check-circuit-only, enable multi-enqueued call tests ([#11180](https://github.com/AztecProtocol/aztec-packages/issues/11180)) ([3092212](https://github.com/AztecProtocol/aztec-packages/commit/3092212d61cb1359d10b1741b48627518e5437d7))
+* **avm:** Vm2 followup cleanup ([#11186](https://github.com/AztecProtocol/aztec-packages/issues/11186)) ([6de4013](https://github.com/AztecProtocol/aztec-packages/commit/6de4013c1204b3478b6d444c0cff5ca9c5c6cd03))
+* **docs:** Update tx concepts page ([#10947](https://github.com/AztecProtocol/aztec-packages/issues/10947)) ([d9d9798](https://github.com/AztecProtocol/aztec-packages/commit/d9d9798f90cce34ff03cc89d8aa18bb9db0414f1))
+* Move witness computation into class plus some other cleanup ([#11140](https://github.com/AztecProtocol/aztec-packages/issues/11140)) ([d41e9ab](https://github.com/AztecProtocol/aztec-packages/commit/d41e9abc8c2428be224400ec43f4844adfd954c3))
+* Redo typo PR by longxiangqiao ([#11109](https://github.com/AztecProtocol/aztec-packages/issues/11109)) ([b8ef30e](https://github.com/AztecProtocol/aztec-packages/commit/b8ef30e2a147b5318b70ff2146186dfbae70af42))
+* Refactor Solidity Transcript and improve error handling in sol_honk flow ([#11158](https://github.com/AztecProtocol/aztec-packages/issues/11158)) ([58fdf87](https://github.com/AztecProtocol/aztec-packages/commit/58fdf87560fc2c43255675c83dbc36eb370ca5b0))
+* SmallSubgroupIPA tests ([#11106](https://github.com/AztecProtocol/aztec-packages/issues/11106)) ([f034e2a](https://github.com/AztecProtocol/aztec-packages/commit/f034e2af6f372e393b63ff19ca6d118d03506e1f))
+
## [0.69.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.69.0...barretenberg-v0.69.1) (2025-01-08)
diff --git a/barretenberg/cpp/CMakeLists.txt b/barretenberg/cpp/CMakeLists.txt
index 3714ce82cab..4655156fdb7 100644
--- a/barretenberg/cpp/CMakeLists.txt
+++ b/barretenberg/cpp/CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
project(
Barretenberg
DESCRIPTION "BN254 elliptic curve library, and PLONK SNARK prover"
- VERSION 0.69.1 # x-release-please-version
+ VERSION 0.70.0 # x-release-please-version
LANGUAGES CXX C
)
# Insert version into `bb` config file
diff --git a/barretenberg/ts/CHANGELOG.md b/barretenberg/ts/CHANGELOG.md
index a5a540c556f..869fac92375 100644
--- a/barretenberg/ts/CHANGELOG.md
+++ b/barretenberg/ts/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.70.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.69.1...barretenberg.js-v0.70.0) (2025-01-15)
+
+
+### Miscellaneous
+
+* **barretenberg.js:** Synchronize aztec-packages versions
+
## [0.69.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.69.0...barretenberg.js-v0.69.1) (2025-01-08)
diff --git a/barretenberg/ts/package.json b/barretenberg/ts/package.json
index 6b5af5ba546..087d3578029 100644
--- a/barretenberg/ts/package.json
+++ b/barretenberg/ts/package.json
@@ -1,7 +1,7 @@
{
"name": "@aztec/bb.js",
"packageManager": "yarn@4.5.2",
- "version": "0.69.1",
+ "version": "0.70.0",
"homepage": "https://github.com/AztecProtocol/aztec-packages/tree/master/barretenberg/ts",
"license": "MIT",
"type": "module",
diff --git a/yarn-project/aztec/CHANGELOG.md b/yarn-project/aztec/CHANGELOG.md
index 9307dff74e8..140335fad8d 100644
--- a/yarn-project/aztec/CHANGELOG.md
+++ b/yarn-project/aztec/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## [0.70.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.69.1...aztec-package-v0.70.0) (2025-01-15)
+
+
+### Features
+
+* Blob sink in sandbox without extra process ([#11032](https://github.com/AztecProtocol/aztec-packages/issues/11032)) ([4600f54](https://github.com/AztecProtocol/aztec-packages/commit/4600f540e519e1b80b4e780491be29707ccf9f40))
+* Browser chunking ([#11102](https://github.com/AztecProtocol/aztec-packages/issues/11102)) ([393e843](https://github.com/AztecProtocol/aztec-packages/commit/393e8438b082db7d45a45c78e0bf39719b11c56b))
+
+
+### Miscellaneous
+
+* Greater stability at 1TPS ([#10981](https://github.com/AztecProtocol/aztec-packages/issues/10981)) ([1c23662](https://github.com/AztecProtocol/aztec-packages/commit/1c23662f1bbf132680540fbb61afb49b6ead91f5))
+* Prover db config ([#11126](https://github.com/AztecProtocol/aztec-packages/issues/11126)) ([9d49393](https://github.com/AztecProtocol/aztec-packages/commit/9d49393e66eb38054e0ecf8202aab05919b1bfd4)), closes [#10267](https://github.com/AztecProtocol/aztec-packages/issues/10267)
+* Rpc server cleanup & misc fixes ([#11145](https://github.com/AztecProtocol/aztec-packages/issues/11145)) ([8a927eb](https://github.com/AztecProtocol/aztec-packages/commit/8a927ebad0c70eaf2aecebbfe9d32eff0990d6f4))
+
## [0.69.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.69.0...aztec-package-v0.69.1) (2025-01-08)
diff --git a/yarn-project/aztec/package.json b/yarn-project/aztec/package.json
index 7c476c67213..e1f0afa47d1 100644
--- a/yarn-project/aztec/package.json
+++ b/yarn-project/aztec/package.json
@@ -1,6 +1,6 @@
{
"name": "@aztec/aztec",
- "version": "0.69.1",
+ "version": "0.70.0",
"type": "module",
"exports": {
".": "./dest/index.js"