diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 26010d2a625c..a94ae6e22cb2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "0.55.0", + ".": "0.55.1", "yarn-project/cli": "0.35.1", - "yarn-project/aztec": "0.55.0", - "barretenberg": "0.55.0", - "barretenberg/ts": "0.55.0" + "yarn-project/aztec": "0.55.1", + "barretenberg": "0.55.1", + "barretenberg/ts": "0.55.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e55cddb7f3ce..70c3202187ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,58 @@ # Changelog +## [0.55.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.55.0...aztec-packages-v0.55.1) (2024-09-17) + + +### Features + +* `TXE::store_note_in_cache` --> `TXE::add_note` ([#8547](https://github.com/AztecProtocol/aztec-packages/issues/8547)) ([5a6aaeb](https://github.com/AztecProtocol/aztec-packages/commit/5a6aaeb2cacb1e1cbcda8b93441e9d4cf4b912fa)) +* Add a `comptime` string type for string handling at compile-time (https://github.com/noir-lang/noir/pull/6026) ([cd7983a](https://github.com/AztecProtocol/aztec-packages/commit/cd7983a0b7692629428e63c58deb4d4920353d4b)) +* CI deploy on sepolia ([#8514](https://github.com/AztecProtocol/aztec-packages/issues/8514)) ([54f0344](https://github.com/AztecProtocol/aztec-packages/commit/54f0344b0fd5eba26d0c02641533ad9f18616de1)) +* Default to outputting witness with file named after package (https://github.com/noir-lang/noir/pull/6031) ([cd7983a](https://github.com/AztecProtocol/aztec-packages/commit/cd7983a0b7692629428e63c58deb4d4920353d4b)) +* Let LSP suggest trait impl methods as you are typing them (https://github.com/noir-lang/noir/pull/6029) ([cd7983a](https://github.com/AztecProtocol/aztec-packages/commit/cd7983a0b7692629428e63c58deb4d4920353d4b)) +* NFT with "transient" storage shield flow ([#8129](https://github.com/AztecProtocol/aztec-packages/issues/8129)) ([578f67c](https://github.com/AztecProtocol/aztec-packages/commit/578f67ca7df6ea0c66265bf60767803f692d46f4)) +* Optimize allocating immediate amounts of memory ([#8579](https://github.com/AztecProtocol/aztec-packages/issues/8579)) ([e0185e7](https://github.com/AztecProtocol/aztec-packages/commit/e0185e75e65df08b5334856f8bf63fa3aed7049a)) +* Spartan iac ([#8455](https://github.com/AztecProtocol/aztec-packages/issues/8455)) ([16fba46](https://github.com/AztecProtocol/aztec-packages/commit/16fba46e722e0178f5ebfe4b9562e445d12386a8)) +* Sync from aztec-packages (https://github.com/noir-lang/noir/pull/6028) ([cd7983a](https://github.com/AztecProtocol/aztec-packages/commit/cd7983a0b7692629428e63c58deb4d4920353d4b)) +* Unconstraining keys in unconstrained encryption ([#7912](https://github.com/AztecProtocol/aztec-packages/issues/7912)) ([eb9275a](https://github.com/AztecProtocol/aztec-packages/commit/eb9275a3b7eee4bb76c440dc7307caec4f9e16bd)) +* Update args hash to be a flat poseidon ([#8571](https://github.com/AztecProtocol/aztec-packages/issues/8571)) ([0c54224](https://github.com/AztecProtocol/aztec-packages/commit/0c5422446de40a5824daa5af33cad1ec015589a0)) +* Use poseidon for fn selectors ([#8239](https://github.com/AztecProtocol/aztec-packages/issues/8239)) ([41891db](https://github.com/AztecProtocol/aztec-packages/commit/41891dbd6c9022fd9ad2e8e66e073782a1798887)) + + +### Bug Fixes + +* Disable side-effects for no_predicates functions (https://github.com/noir-lang/noir/pull/6027) ([cd7983a](https://github.com/AztecProtocol/aztec-packages/commit/cd7983a0b7692629428e63c58deb4d4920353d4b)) +* Native world state test issues ([#8546](https://github.com/AztecProtocol/aztec-packages/issues/8546)) ([aab8773](https://github.com/AztecProtocol/aztec-packages/commit/aab87733b4381d8d64b85f5e5a6bff4e31ee1abd)) +* Remove special case for epoch 0 ([#8549](https://github.com/AztecProtocol/aztec-packages/issues/8549)) ([b035d01](https://github.com/AztecProtocol/aztec-packages/commit/b035d012a875772ffdf523c112aa70777300c047)) +* Serialize AvmVerificationKeyData ([#8529](https://github.com/AztecProtocol/aztec-packages/issues/8529)) ([78c94a4](https://github.com/AztecProtocol/aztec-packages/commit/78c94a4f316605bf6f27c8e466d7c000a486e593)) + + +### Miscellaneous + +* 7791: Disable world_state test suite ([#8594](https://github.com/AztecProtocol/aztec-packages/issues/8594)) ([ee21583](https://github.com/AztecProtocol/aztec-packages/commit/ee21583aea137eea31cb1b4e6e0643061ef0d59f)) +* Add jq to aztec image ([#8542](https://github.com/AztecProtocol/aztec-packages/issues/8542)) ([a7fb791](https://github.com/AztecProtocol/aztec-packages/commit/a7fb791ffaf398b5efd5fb64090a2b0b6a7b6685)) +* Add sync suite ([#8550](https://github.com/AztecProtocol/aztec-packages/issues/8550)) ([ce0a9db](https://github.com/AztecProtocol/aztec-packages/commit/ce0a9dbd87d4371a8b6dd11eb87907fb1dd48030)) +* **ci:** Action to redo typo PRs ([#8553](https://github.com/AztecProtocol/aztec-packages/issues/8553)) ([3ed5879](https://github.com/AztecProtocol/aztec-packages/commit/3ed5879d486eb20bffdfe9084fed2fb9eb681d26)) +* **ci:** Fix master ([#8534](https://github.com/AztecProtocol/aztec-packages/issues/8534)) ([47c368f](https://github.com/AztecProtocol/aztec-packages/commit/47c368f991116d4637f544f2cb71ef146ed201de)) +* **ci:** Fix redo-typo-pr.yml ([abf9802](https://github.com/AztecProtocol/aztec-packages/commit/abf9802b8ace37fc6eff9034927fb4ab29feea33)) +* **ci:** Fix redo-typo-pr.yml ([#8555](https://github.com/AztecProtocol/aztec-packages/issues/8555)) ([7f1673c](https://github.com/AztecProtocol/aztec-packages/commit/7f1673cb5b7a472368d1b44912fda72c8be31636)) +* **ci:** Hotfix ([ffd31aa](https://github.com/AztecProtocol/aztec-packages/commit/ffd31aa32a02c212b14487b15b79bcff8b14293a)) +* **ci:** Hotfix arm ci ([979f267](https://github.com/AztecProtocol/aztec-packages/commit/979f2674b639d84d2b45d1c419e41aa613bd94e9)) +* **ci:** Optimize disk usage in arm run ([#8564](https://github.com/AztecProtocol/aztec-packages/issues/8564)) ([33e6aa4](https://github.com/AztecProtocol/aztec-packages/commit/33e6aa41b3d87d54eafbcf68ddcaedac6df13204)) +* **ci:** Use labels and if branch=master to control jobs ([#8508](https://github.com/AztecProtocol/aztec-packages/issues/8508)) ([68a2226](https://github.com/AztecProtocol/aztec-packages/commit/68a222607ecd9584c46a0499bce568d1d7ec7ce7)) +* GitHub Actions Deployments to Amazon EKS ([#8563](https://github.com/AztecProtocol/aztec-packages/issues/8563)) ([6fae8f0](https://github.com/AztecProtocol/aztec-packages/commit/6fae8f031749b1aaede2033f5de4b61fecf98b6b)) +* Moves add gate out of aux ([#8541](https://github.com/AztecProtocol/aztec-packages/issues/8541)) ([c3ad163](https://github.com/AztecProtocol/aztec-packages/commit/c3ad163dbcf79067b49553f1c139c49a6aa066cb)) +* Protogalaxy verifier matches prover 2 ([#8477](https://github.com/AztecProtocol/aztec-packages/issues/8477)) ([58882b1](https://github.com/AztecProtocol/aztec-packages/commit/58882b199081b18e33fb65f8d05cfce7fe458f1e)) +* Redo typo PR by Ocheretovich ([#8559](https://github.com/AztecProtocol/aztec-packages/issues/8559)) ([c4296ba](https://github.com/AztecProtocol/aztec-packages/commit/c4296bab075577fad0c7e1a04587e0995902b656)) +* Redo typo PR by Olexandr88 ([#8560](https://github.com/AztecProtocol/aztec-packages/issues/8560)) ([e35d148](https://github.com/AztecProtocol/aztec-packages/commit/e35d14864cb6fe3727f5a93f3037786add10beb4)) +* Redo typo PR by skaunov ([#8557](https://github.com/AztecProtocol/aztec-packages/issues/8557)) ([8a1e7c3](https://github.com/AztecProtocol/aztec-packages/commit/8a1e7c33735d60b479fc70a32dcde18d3ce2d97a)) +* Release Noir(0.34.0) (https://github.com/noir-lang/noir/pull/5692) ([cd7983a](https://github.com/AztecProtocol/aztec-packages/commit/cd7983a0b7692629428e63c58deb4d4920353d4b)) +* Remove ARCHIVER_L1_START_BLOCK ([#8554](https://github.com/AztecProtocol/aztec-packages/issues/8554)) ([bc8d461](https://github.com/AztecProtocol/aztec-packages/commit/bc8d461f6fc20c55aa94647dc671ecb59f52cad2)) +* Remove redundant e2e tests and organize ([#8561](https://github.com/AztecProtocol/aztec-packages/issues/8561)) ([de2b775](https://github.com/AztecProtocol/aztec-packages/commit/de2b775b07166a14093bbfec857403e985fcffbd)) +* Remove unused imports ([#8556](https://github.com/AztecProtocol/aztec-packages/issues/8556)) ([e11242e](https://github.com/AztecProtocol/aztec-packages/commit/e11242e2ab2fd1eef0a17db2e0714cd289b2fec1)) +* Replace relative paths to noir-protocol-circuits ([2336986](https://github.com/AztecProtocol/aztec-packages/commit/2336986463c660fe67b2e46b375d2bcf3531cdb9)) +* Replace relative paths to noir-protocol-circuits ([9668ed5](https://github.com/AztecProtocol/aztec-packages/commit/9668ed5c548a24c69cdacfbc58d544adf47d3272)) + ## [0.55.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.54.0...aztec-packages-v0.55.0) (2024-09-13) diff --git a/barretenberg/CHANGELOG.md b/barretenberg/CHANGELOG.md index 4446490e2aba..7f3329a1d8bb 100644 --- a/barretenberg/CHANGELOG.md +++ b/barretenberg/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.55.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.55.0...barretenberg-v0.55.1) (2024-09-17) + + +### Bug Fixes + +* Native world state test issues ([#8546](https://github.com/AztecProtocol/aztec-packages/issues/8546)) ([aab8773](https://github.com/AztecProtocol/aztec-packages/commit/aab87733b4381d8d64b85f5e5a6bff4e31ee1abd)) + + +### Miscellaneous + +* 7791: Disable world_state test suite ([#8594](https://github.com/AztecProtocol/aztec-packages/issues/8594)) ([ee21583](https://github.com/AztecProtocol/aztec-packages/commit/ee21583aea137eea31cb1b4e6e0643061ef0d59f)) +* Moves add gate out of aux ([#8541](https://github.com/AztecProtocol/aztec-packages/issues/8541)) ([c3ad163](https://github.com/AztecProtocol/aztec-packages/commit/c3ad163dbcf79067b49553f1c139c49a6aa066cb)) +* Protogalaxy verifier matches prover 2 ([#8477](https://github.com/AztecProtocol/aztec-packages/issues/8477)) ([58882b1](https://github.com/AztecProtocol/aztec-packages/commit/58882b199081b18e33fb65f8d05cfce7fe458f1e)) + ## [0.55.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.54.0...barretenberg-v0.55.0) (2024-09-13) diff --git a/barretenberg/cpp/CMakeLists.txt b/barretenberg/cpp/CMakeLists.txt index 63dc46383659..3b4e3c8a98f0 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.55.0 # x-release-please-version + VERSION 0.55.1 # 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 55340c374b7f..ded2f6f29640 100644 --- a/barretenberg/ts/CHANGELOG.md +++ b/barretenberg/ts/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.55.1](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.55.0...barretenberg.js-v0.55.1) (2024-09-17) + + +### Miscellaneous + +* **barretenberg.js:** Synchronize aztec-packages versions + ## [0.55.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.54.0...barretenberg.js-v0.55.0) (2024-09-13) diff --git a/barretenberg/ts/package.json b/barretenberg/ts/package.json index 4fc96f037ea7..c3d628ffdf0a 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.55.0", + "version": "0.55.1", "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 4c6960f4fdd5..6f9da746b152 100644 --- a/yarn-project/aztec/CHANGELOG.md +++ b/yarn-project/aztec/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.55.1](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.55.0...aztec-package-v0.55.1) (2024-09-17) + + +### Features + +* CI deploy on sepolia ([#8514](https://github.com/AztecProtocol/aztec-packages/issues/8514)) ([54f0344](https://github.com/AztecProtocol/aztec-packages/commit/54f0344b0fd5eba26d0c02641533ad9f18616de1)) + + +### Miscellaneous + +* Remove ARCHIVER_L1_START_BLOCK ([#8554](https://github.com/AztecProtocol/aztec-packages/issues/8554)) ([bc8d461](https://github.com/AztecProtocol/aztec-packages/commit/bc8d461f6fc20c55aa94647dc671ecb59f52cad2)) + ## [0.55.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.54.0...aztec-package-v0.55.0) (2024-09-13) diff --git a/yarn-project/aztec/package.json b/yarn-project/aztec/package.json index 9076f24bd63e..1063b182abbb 100644 --- a/yarn-project/aztec/package.json +++ b/yarn-project/aztec/package.json @@ -1,6 +1,6 @@ { "name": "@aztec/aztec", - "version": "0.55.0", + "version": "0.55.1", "type": "module", "exports": { ".": "./dest/index.js"