From ce55bd326c067531bfe6f2e6f31068e481abb16c Mon Sep 17 00:00:00 2001 From: Aztec Bot <49558828+AztecBot@users.noreply.github.com> Date: Wed, 20 Nov 2024 23:22:08 -0500 Subject: [PATCH] chore(master): Release 0.63.2 --- .release-please-manifest.json | 8 +++---- CHANGELOG.md | 42 +++++++++++++++++++++++++++++++++ barretenberg/CHANGELOG.md | 9 +++++++ barretenberg/cpp/CMakeLists.txt | 2 +- barretenberg/ts/CHANGELOG.md | 7 ++++++ barretenberg/ts/package.json | 2 +- yarn-project/aztec/CHANGELOG.md | 7 ++++++ yarn-project/aztec/package.json | 2 +- 8 files changed, 72 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a932e14ade8f..9eef3a69da3d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "0.63.1", + ".": "0.63.2", "yarn-project/cli": "0.35.1", - "yarn-project/aztec": "0.63.1", - "barretenberg": "0.63.1", - "barretenberg/ts": "0.63.1" + "yarn-project/aztec": "0.63.2", + "barretenberg": "0.63.2", + "barretenberg/ts": "0.63.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0264cc52ba63..140f4381e866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # Changelog +## [0.63.2](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.63.1...aztec-packages-v0.63.2) (2024-11-21) + + +### Features + +* **avm:** More efficient low leaf search ([#9870](https://github.com/AztecProtocol/aztec-packages/issues/9870)) ([f7bbd83](https://github.com/AztecProtocol/aztec-packages/commit/f7bbd83a589c85c164c2d63215d6e40534e462dc)) +* Compute base-fee on l1 ([#9986](https://github.com/AztecProtocol/aztec-packages/issues/9986)) ([4ab46fe](https://github.com/AztecProtocol/aztec-packages/commit/4ab46fed5ba495a33ff53e437a9712170d7ee334)) +* Gating test ([#9918](https://github.com/AztecProtocol/aztec-packages/issues/9918)) ([c6b65ab](https://github.com/AztecProtocol/aztec-packages/commit/c6b65abba4927d58b3cd3333c2ad5532beb650a4)), closes [#9883](https://github.com/AztecProtocol/aztec-packages/issues/9883) +* Improve trace utilization tracking ([#10008](https://github.com/AztecProtocol/aztec-packages/issues/10008)) ([4c560ab](https://github.com/AztecProtocol/aztec-packages/commit/4c560abebcf390ec3ba8ebdc18b287b29f148450)) +* Initial gas oracle ([#9952](https://github.com/AztecProtocol/aztec-packages/issues/9952)) ([e740d42](https://github.com/AztecProtocol/aztec-packages/commit/e740d4245e53f6ecc10f317bd5c580bf55e765d2)) +* Insert public data tree leaves one by one ([#9989](https://github.com/AztecProtocol/aztec-packages/issues/9989)) ([a2c0701](https://github.com/AztecProtocol/aztec-packages/commit/a2c070161d8466c6da61f68b4d97107927f45129)) +* IPA accumulators setup for Rollup ([#10040](https://github.com/AztecProtocol/aztec-packages/issues/10040)) ([4129e27](https://github.com/AztecProtocol/aztec-packages/commit/4129e27e5ed202786ea79da801d5e308d14a5f7d)) +* New proving agent ([#9999](https://github.com/AztecProtocol/aztec-packages/issues/9999)) ([9ad24dd](https://github.com/AztecProtocol/aztec-packages/commit/9ad24dd7afd4cb83429562cac559ed71800d1aa7)) +* PXE handles reorgs ([#9913](https://github.com/AztecProtocol/aztec-packages/issues/9913)) ([aafef9c](https://github.com/AztecProtocol/aztec-packages/commit/aafef9c1cf7f2cb2aac411736c5c39f673a21b1a)) +* Updating consensus payload ([#10017](https://github.com/AztecProtocol/aztec-packages/issues/10017)) ([85c8a3b](https://github.com/AztecProtocol/aztec-packages/commit/85c8a3b29c861e61274cc0e33d47ca4aa89c144d)) + + +### Bug Fixes + +* Add zod parsing for generated contract artifacts ([#9905](https://github.com/AztecProtocol/aztec-packages/issues/9905)) ([e1ef998](https://github.com/AztecProtocol/aztec-packages/commit/e1ef9988a2b4c86afe4f944f52f63e45133c66a8)) +* Allow unwinding multiple empty blocks ([#10084](https://github.com/AztecProtocol/aztec-packages/issues/10084)) ([ec34442](https://github.com/AztecProtocol/aztec-packages/commit/ec34442fa3e8df0f8f1ef1e4c88df3f1895fc2dd)) +* Disallow contract registration in pxe of contract with duplicate private function selectors ([#9773](https://github.com/AztecProtocol/aztec-packages/issues/9773)) ([2587ad5](https://github.com/AztecProtocol/aztec-packages/commit/2587ad591de883e512e0037c5c37de8306e18dd6)) +* Sorting artifact props and members in metadata ([#9772](https://github.com/AztecProtocol/aztec-packages/issues/9772)) ([aba568a](https://github.com/AztecProtocol/aztec-packages/commit/aba568a933385a11efcaa6996b11f0fefd99e637)) + + +### Miscellaneous + +* Fix spartan deploy script ([#10078](https://github.com/AztecProtocol/aztec-packages/issues/10078)) ([368ac8b](https://github.com/AztecProtocol/aztec-packages/commit/368ac8b6e172d380f11f806f5908d138a58cbba2)) +* Pull across noir-lang/noir[#6558](https://github.com/AztecProtocol/aztec-packages/issues/6558) ([#10037](https://github.com/AztecProtocol/aztec-packages/issues/10037)) ([3014a69](https://github.com/AztecProtocol/aztec-packages/commit/3014a69bd9d5331550005ac219a774361483fc9a)) +* Pull out sync changes ([#10072](https://github.com/AztecProtocol/aztec-packages/issues/10072)) ([06ef61e](https://github.com/AztecProtocol/aztec-packages/commit/06ef61e4f1778851b95798394aaa7899ddfda47f)) +* Remove PublicExecutor ([#10028](https://github.com/AztecProtocol/aztec-packages/issues/10028)) ([9643dcd](https://github.com/AztecProtocol/aztec-packages/commit/9643dcde07db4cc668bc99fe992fe08764f64c3f)) +* Remove some unnecessary clones ([#10049](https://github.com/AztecProtocol/aztec-packages/issues/10049)) ([8628b32](https://github.com/AztecProtocol/aztec-packages/commit/8628b32b3ee39063230899d26f2b8382c18fe02b)) +* Replace relative paths to noir-protocol-circuits ([98387b8](https://github.com/AztecProtocol/aztec-packages/commit/98387b8820a21242cc62c18119c999c516776046)) +* Replace relative paths to noir-protocol-circuits ([94753d4](https://github.com/AztecProtocol/aztec-packages/commit/94753d492892c7f3f37b3852b2894c15ed2c394a)) +* Skip emitting public bytecode ([#10009](https://github.com/AztecProtocol/aztec-packages/issues/10009)) ([280d169](https://github.com/AztecProtocol/aztec-packages/commit/280d169e5b5b92867bb6c0807ec802aa048840af)) + + +### Documentation + +* Add docs to enable multi-threading in bb.js ([#10064](https://github.com/AztecProtocol/aztec-packages/issues/10064)) ([8b4ebd1](https://github.com/AztecProtocol/aztec-packages/commit/8b4ebd1ddf3e8b3bac341c612444f28ea819f6c3)) +* Re-arrange references section ([#10070](https://github.com/AztecProtocol/aztec-packages/issues/10070)) ([375482f](https://github.com/AztecProtocol/aztec-packages/commit/375482f08f8da53330e9874e23a07ade9d2eb701)) + ## [0.63.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.63.0...aztec-packages-v0.63.1) (2024-11-19) diff --git a/barretenberg/CHANGELOG.md b/barretenberg/CHANGELOG.md index 89d1b0633bf5..e8269ed03012 100644 --- a/barretenberg/CHANGELOG.md +++ b/barretenberg/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.63.2](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.63.1...barretenberg-v0.63.2) (2024-11-21) + + +### Features + +* Improve trace utilization tracking ([#10008](https://github.com/AztecProtocol/aztec-packages/issues/10008)) ([4c560ab](https://github.com/AztecProtocol/aztec-packages/commit/4c560abebcf390ec3ba8ebdc18b287b29f148450)) +* Insert public data tree leaves one by one ([#9989](https://github.com/AztecProtocol/aztec-packages/issues/9989)) ([a2c0701](https://github.com/AztecProtocol/aztec-packages/commit/a2c070161d8466c6da61f68b4d97107927f45129)) +* IPA accumulators setup for Rollup ([#10040](https://github.com/AztecProtocol/aztec-packages/issues/10040)) ([4129e27](https://github.com/AztecProtocol/aztec-packages/commit/4129e27e5ed202786ea79da801d5e308d14a5f7d)) + ## [0.63.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.63.0...barretenberg-v0.63.1) (2024-11-19) diff --git a/barretenberg/cpp/CMakeLists.txt b/barretenberg/cpp/CMakeLists.txt index a511733f750c..a112753cecf4 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.63.1 # x-release-please-version + VERSION 0.63.2 # 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 eb230068d6a8..22219e1ce9b9 100644 --- a/barretenberg/ts/CHANGELOG.md +++ b/barretenberg/ts/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.63.2](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.63.1...barretenberg.js-v0.63.2) (2024-11-21) + + +### Documentation + +* Add docs to enable multi-threading in bb.js ([#10064](https://github.com/AztecProtocol/aztec-packages/issues/10064)) ([8b4ebd1](https://github.com/AztecProtocol/aztec-packages/commit/8b4ebd1ddf3e8b3bac341c612444f28ea819f6c3)) + ## [0.63.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.63.0...barretenberg.js-v0.63.1) (2024-11-19) diff --git a/barretenberg/ts/package.json b/barretenberg/ts/package.json index 4935bb73afef..0b8b4de8d82e 100644 --- a/barretenberg/ts/package.json +++ b/barretenberg/ts/package.json @@ -1,7 +1,7 @@ { "name": "@aztec/bb.js", "packageManager": "yarn@1.22.22", - "version": "0.63.1", + "version": "0.63.2", "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 b25ffc2410b6..e6f1ee2f386a 100644 --- a/yarn-project/aztec/CHANGELOG.md +++ b/yarn-project/aztec/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.63.2](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.63.1...aztec-package-v0.63.2) (2024-11-21) + + +### Miscellaneous + +* **aztec-package:** Synchronize aztec-packages versions + ## [0.63.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.63.0...aztec-package-v0.63.1) (2024-11-19) diff --git a/yarn-project/aztec/package.json b/yarn-project/aztec/package.json index 252535c182be..402c5204407e 100644 --- a/yarn-project/aztec/package.json +++ b/yarn-project/aztec/package.json @@ -1,6 +1,6 @@ { "name": "@aztec/aztec", - "version": "0.63.1", + "version": "0.63.2", "type": "module", "exports": { ".": "./dest/index.js"