From 9b8d2039b8e70b70def44ecd29f949d9ce75581d Mon Sep 17 00:00:00 2001 From: Aztec Bot <49558828+AztecBot@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:58:04 -0400 Subject: [PATCH] chore(master): Release 0.47.2 --- .release-please-manifest.json | 8 +++--- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++ barretenberg/CHANGELOG.md | 24 ++++++++++++++++++ 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, 88 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9eacce17592d..205bf44b1727 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "0.47.1", + ".": "0.47.2", "yarn-project/cli": "0.35.1", - "yarn-project/aztec": "0.47.1", - "barretenberg": "0.47.1", - "barretenberg/ts": "0.47.1" + "yarn-project/aztec": "0.47.2", + "barretenberg": "0.47.2", + "barretenberg/ts": "0.47.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b6fa11b07719..568ad3b3959a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,48 @@ # Changelog +## [0.47.2](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.47.1...aztec-packages-v0.47.2) (2024-08-01) + + +### Features + +* Add log of blocks proposed and split pending/proven ([#7635](https://github.com/AztecProtocol/aztec-packages/issues/7635)) ([5478747](https://github.com/AztecProtocol/aztec-packages/commit/547874714ecf2693f147921afa8d72a3d2bd5e36)) +* Add proverId to root rollup public inputs ([#7639](https://github.com/AztecProtocol/aztec-packages/issues/7639)) ([0120462](https://github.com/AztecProtocol/aztec-packages/commit/01204628154cf2e41b1f095ec285995f3de22ade)), closes [#7670](https://github.com/AztecProtocol/aztec-packages/issues/7670) +* Extend SMT Utils ([#7126](https://github.com/AztecProtocol/aztec-packages/issues/7126)) ([cfb4aa8](https://github.com/AztecProtocol/aztec-packages/commit/cfb4aa8602c316003d018bf3192e2a13e36cacad)) +* New IVC class that better reflects the aztec architecture ([#7695](https://github.com/AztecProtocol/aztec-packages/issues/7695)) ([f8a76c1](https://github.com/AztecProtocol/aztec-packages/commit/f8a76c1a65c7c25f49bf2d7b4ef5302a0d0fbd58)) +* Note hashes as points ([#7618](https://github.com/AztecProtocol/aztec-packages/issues/7618)) ([8ed8f92](https://github.com/AztecProtocol/aztec-packages/commit/8ed8f925a83c7f9e2a73c6377e8e2154a3b6ef36)) +* Optimize constant array handling in brillig_gen ([#7661](https://github.com/AztecProtocol/aztec-packages/issues/7661)) ([dff2ffb](https://github.com/AztecProtocol/aztec-packages/commit/dff2ffb81c8dab33567c1263cf412aacce89af66)) +* Report gates and VKs of private protocol circuits with megahonk ([#7722](https://github.com/AztecProtocol/aztec-packages/issues/7722)) ([2c03259](https://github.com/AztecProtocol/aztec-packages/commit/2c03259653c45d7f17086320a9ea76225d1595ed)) +* Swap-or-not shuffle ([#7646](https://github.com/AztecProtocol/aztec-packages/issues/7646)) ([f981290](https://github.com/AztecProtocol/aztec-packages/commit/f9812908e49747bd3ca0ee2f448f88d901a71cab)) +* Ts pedersen commit with offset ([#7699](https://github.com/AztecProtocol/aztec-packages/issues/7699)) ([b2224b4](https://github.com/AztecProtocol/aztec-packages/commit/b2224b48190d33af5e78efa3a470503331b0371f)) + + +### Bug Fixes + +* Anvil block timestamp ([#7686](https://github.com/AztecProtocol/aztec-packages/issues/7686)) ([dc8ad6e](https://github.com/AztecProtocol/aztec-packages/commit/dc8ad6ee552c98d14eb68484c0ad3cf42d2995cd)) +* Capture devnet cli errors ([#7685](https://github.com/AztecProtocol/aztec-packages/issues/7685)) ([19cdf01](https://github.com/AztecProtocol/aztec-packages/commit/19cdf01b44857d5e087c3ca7f804bd471e23d8e0)) +* Checking funded amount is enough ([#7648](https://github.com/AztecProtocol/aztec-packages/issues/7648)) ([55a39ac](https://github.com/AztecProtocol/aztec-packages/commit/55a39ac84367df240d4bb848fb3b15a5add11691)) +* Devnet CI issues ([#7673](https://github.com/AztecProtocol/aztec-packages/issues/7673)) ([729b36f](https://github.com/AztecProtocol/aztec-packages/commit/729b36f2c1432d3b62d2cb782f82b8b18411c92b)) +* Ensure dummy values are on the curve for MSM ([#7653](https://github.com/AztecProtocol/aztec-packages/issues/7653)) ([11f3885](https://github.com/AztecProtocol/aztec-packages/commit/11f3885d11237dbd3e203d07bf4cdb7df316e07a)) +* Handle properly invalid witness assignment in ec add ([#7690](https://github.com/AztecProtocol/aztec-packages/issues/7690)) ([6c19c7e](https://github.com/AztecProtocol/aztec-packages/commit/6c19c7eb91acc47106549fa7943f59d2dca3e0ce)) +* Key-rotation related issues in `TokenWithRefunds` ([#7631](https://github.com/AztecProtocol/aztec-packages/issues/7631)) ([790ea5a](https://github.com/AztecProtocol/aztec-packages/commit/790ea5aadb212408ff609763898b54db4e45a784)), closes [#7323](https://github.com/AztecProtocol/aztec-packages/issues/7323) [#7324](https://github.com/AztecProtocol/aztec-packages/issues/7324) [#7326](https://github.com/AztecProtocol/aztec-packages/issues/7326) +* Skip squashing of revertible nullifier and non-revertible note hash ([#7624](https://github.com/AztecProtocol/aztec-packages/issues/7624)) ([76ef298](https://github.com/AztecProtocol/aztec-packages/commit/76ef29825e9e3ef470b8801e5627c26d952644eb)) + + +### Miscellaneous + +* `TokenWithRefunds` optimizations ([#7628](https://github.com/AztecProtocol/aztec-packages/issues/7628)) ([1dd4523](https://github.com/AztecProtocol/aztec-packages/commit/1dd4523bce2e005bd53c1d42d5c334f8d4322e95)), closes [#7606](https://github.com/AztecProtocol/aztec-packages/issues/7606) +* **avm:** Codegen improvements ([#7703](https://github.com/AztecProtocol/aztec-packages/issues/7703)) ([f26bb32](https://github.com/AztecProtocol/aztec-packages/commit/f26bb32abcdcea4450f4867d2d88efbbcd468c01)) +* **avm:** Update stats ([#7701](https://github.com/AztecProtocol/aztec-packages/issues/7701)) ([1b7d27e](https://github.com/AztecProtocol/aztec-packages/commit/1b7d27e310c70a211f30816b42a879118378a049)) +* **avm:** Vm compilation metrics ([#7704](https://github.com/AztecProtocol/aztec-packages/issues/7704)) ([0d83cde](https://github.com/AztecProtocol/aztec-packages/commit/0d83cde126789016cc15087b7ff0cfb26eb31818)) +* **ci:** Report memory usage in bb-native-tests ([#7713](https://github.com/AztecProtocol/aztec-packages/issues/7713)) ([2631fb5](https://github.com/AztecProtocol/aztec-packages/commit/2631fb5ce0d99dcba40a44b61d4feb61cd4d0922)) +* Handle exceptions in bot runner ([#7679](https://github.com/AztecProtocol/aztec-packages/issues/7679)) ([dd6176b](https://github.com/AztecProtocol/aztec-packages/commit/dd6176b444ae1b9f8313af98f7ebd5eeb2f31ed7)), closes [#7658](https://github.com/AztecProtocol/aztec-packages/issues/7658) +* Lldb bb debugging helper script ([#7627](https://github.com/AztecProtocol/aztec-packages/issues/7627)) ([f35786a](https://github.com/AztecProtocol/aztec-packages/commit/f35786a34659a2691d9810517fa4e4e89b99111a)) +* Log name of current e2e test ([#7637](https://github.com/AztecProtocol/aztec-packages/issues/7637)) ([20c555a](https://github.com/AztecProtocol/aztec-packages/commit/20c555a85142ed54b691296740ba6b22d81750c0)) +* Renaming private token as token with refunds ([#7626](https://github.com/AztecProtocol/aztec-packages/issues/7626)) ([43a83ae](https://github.com/AztecProtocol/aztec-packages/commit/43a83aec4572f17444ba9d6d1e4c141dbbc07a76)) +* Replace relative paths to noir-protocol-circuits ([3d9696d](https://github.com/AztecProtocol/aztec-packages/commit/3d9696d89ae9e1822cf685fd94570c6ba11916ce)) +* Replace relative paths to noir-protocol-circuits ([7e36deb](https://github.com/AztecProtocol/aztec-packages/commit/7e36deb4d15a83b402c1d9a4efe29049e5597f36)) +* Validate outputs in kernel circuits ([#7706](https://github.com/AztecProtocol/aztec-packages/issues/7706)) ([9a98289](https://github.com/AztecProtocol/aztec-packages/commit/9a98289bb031f5c3435ec9d7e5c086ed6f26bfc9)) + ## [0.47.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.47.0...aztec-packages-v0.47.1) (2024-07-30) diff --git a/barretenberg/CHANGELOG.md b/barretenberg/CHANGELOG.md index 09141ec6a96e..39775018d74b 100644 --- a/barretenberg/CHANGELOG.md +++ b/barretenberg/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.47.2](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.47.1...barretenberg-v0.47.2) (2024-08-01) + + +### Features + +* Extend SMT Utils ([#7126](https://github.com/AztecProtocol/aztec-packages/issues/7126)) ([cfb4aa8](https://github.com/AztecProtocol/aztec-packages/commit/cfb4aa8602c316003d018bf3192e2a13e36cacad)) +* New IVC class that better reflects the aztec architecture ([#7695](https://github.com/AztecProtocol/aztec-packages/issues/7695)) ([f8a76c1](https://github.com/AztecProtocol/aztec-packages/commit/f8a76c1a65c7c25f49bf2d7b4ef5302a0d0fbd58)) +* Report gates and VKs of private protocol circuits with megahonk ([#7722](https://github.com/AztecProtocol/aztec-packages/issues/7722)) ([2c03259](https://github.com/AztecProtocol/aztec-packages/commit/2c03259653c45d7f17086320a9ea76225d1595ed)) +* Ts pedersen commit with offset ([#7699](https://github.com/AztecProtocol/aztec-packages/issues/7699)) ([b2224b4](https://github.com/AztecProtocol/aztec-packages/commit/b2224b48190d33af5e78efa3a470503331b0371f)) + + +### Bug Fixes + +* Ensure dummy values are on the curve for MSM ([#7653](https://github.com/AztecProtocol/aztec-packages/issues/7653)) ([11f3885](https://github.com/AztecProtocol/aztec-packages/commit/11f3885d11237dbd3e203d07bf4cdb7df316e07a)) +* Handle properly invalid witness assignment in ec add ([#7690](https://github.com/AztecProtocol/aztec-packages/issues/7690)) ([6c19c7e](https://github.com/AztecProtocol/aztec-packages/commit/6c19c7eb91acc47106549fa7943f59d2dca3e0ce)) + + +### Miscellaneous + +* **avm:** Codegen improvements ([#7703](https://github.com/AztecProtocol/aztec-packages/issues/7703)) ([f26bb32](https://github.com/AztecProtocol/aztec-packages/commit/f26bb32abcdcea4450f4867d2d88efbbcd468c01)) +* **avm:** Update stats ([#7701](https://github.com/AztecProtocol/aztec-packages/issues/7701)) ([1b7d27e](https://github.com/AztecProtocol/aztec-packages/commit/1b7d27e310c70a211f30816b42a879118378a049)) +* **avm:** Vm compilation metrics ([#7704](https://github.com/AztecProtocol/aztec-packages/issues/7704)) ([0d83cde](https://github.com/AztecProtocol/aztec-packages/commit/0d83cde126789016cc15087b7ff0cfb26eb31818)) +* Lldb bb debugging helper script ([#7627](https://github.com/AztecProtocol/aztec-packages/issues/7627)) ([f35786a](https://github.com/AztecProtocol/aztec-packages/commit/f35786a34659a2691d9810517fa4e4e89b99111a)) + ## [0.47.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.47.0...barretenberg-v0.47.1) (2024-07-30) diff --git a/barretenberg/cpp/CMakeLists.txt b/barretenberg/cpp/CMakeLists.txt index 364302ba07f8..a3f015d314f5 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.47.1 # x-release-please-version + VERSION 0.47.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 f07bf247c504..cd418582b33f 100644 --- a/barretenberg/ts/CHANGELOG.md +++ b/barretenberg/ts/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.47.2](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.47.1...barretenberg.js-v0.47.2) (2024-08-01) + + +### Features + +* Ts pedersen commit with offset ([#7699](https://github.com/AztecProtocol/aztec-packages/issues/7699)) ([b2224b4](https://github.com/AztecProtocol/aztec-packages/commit/b2224b48190d33af5e78efa3a470503331b0371f)) + ## [0.47.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.47.0...barretenberg.js-v0.47.1) (2024-07-30) diff --git a/barretenberg/ts/package.json b/barretenberg/ts/package.json index 68d8a347f1c1..992cf8b08fca 100644 --- a/barretenberg/ts/package.json +++ b/barretenberg/ts/package.json @@ -1,6 +1,6 @@ { "name": "@aztec/bb.js", - "version": "0.47.1", + "version": "0.47.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 90cd8381bcbe..f8632adb7806 100644 --- a/yarn-project/aztec/CHANGELOG.md +++ b/yarn-project/aztec/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.47.2](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.47.1...aztec-package-v0.47.2) (2024-08-01) + + +### Miscellaneous + +* Handle exceptions in bot runner ([#7679](https://github.com/AztecProtocol/aztec-packages/issues/7679)) ([dd6176b](https://github.com/AztecProtocol/aztec-packages/commit/dd6176b444ae1b9f8313af98f7ebd5eeb2f31ed7)), closes [#7658](https://github.com/AztecProtocol/aztec-packages/issues/7658) + ## [0.47.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.47.0...aztec-package-v0.47.1) (2024-07-30) diff --git a/yarn-project/aztec/package.json b/yarn-project/aztec/package.json index 6e2097f94624..f937101118c8 100644 --- a/yarn-project/aztec/package.json +++ b/yarn-project/aztec/package.json @@ -1,6 +1,6 @@ { "name": "@aztec/aztec", - "version": "0.47.1", + "version": "0.47.2", "type": "module", "exports": { ".": "./dest/index.js"