diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a932e14ade8f..7125e4e520f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - ".": "0.63.1", + ".": "0.64.0", "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.64.0", + "barretenberg": "0.64.0", + "barretenberg/ts": "0.64.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0264cc52ba63..cad692dafcdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,113 @@ # Changelog +## [0.64.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.63.1...aztec-packages-v0.64.0) (2024-11-21) + + +### ⚠ BREAKING CHANGES + +* Always Check Arithmetic Generics at Monomorphization (https://github.com/noir-lang/noir/pull/6329) + +### Features + +* Always Check Arithmetic Generics at Monomorphization (https://github.com/noir-lang/noir/pull/6329) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* **avm:** Integrate ephemeral trees ([#9917](https://github.com/AztecProtocol/aztec-packages/issues/9917)) ([fbe1128](https://github.com/AztecProtocol/aztec-packages/commit/fbe112842432541dd6b32f2e27dc6f6882808f97)) +* **avm:** More efficient low leaf search ([#9870](https://github.com/AztecProtocol/aztec-packages/issues/9870)) ([f7bbd83](https://github.com/AztecProtocol/aztec-packages/commit/f7bbd83a589c85c164c2d63215d6e40534e462dc)) +* Avoid unnecessary ssa passes while loop unrolling (https://github.com/noir-lang/noir/pull/6509) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Bb-prover AVM test crafts a test TX & properly plumbs AvmCircuitPublicInputs to witgen ([#10083](https://github.com/AztecProtocol/aztec-packages/issues/10083)) ([55564aa](https://github.com/AztecProtocol/aztec-packages/commit/55564aaca2a8fba46e0704c560a1aef18adef10d)) +* Compute base-fee on l1 ([#9986](https://github.com/AztecProtocol/aztec-packages/issues/9986)) ([4ab46fe](https://github.com/AztecProtocol/aztec-packages/commit/4ab46fed5ba495a33ff53e437a9712170d7ee334)) +* Deduplicate instructions across blocks (https://github.com/noir-lang/noir/pull/6499) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* 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)) +* **profiler:** Reduce memory in Brillig execution flamegraph (https://github.com/noir-lang/noir/pull/6538) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Public network deployments ([#10089](https://github.com/AztecProtocol/aztec-packages/issues/10089)) ([570f70a](https://github.com/AztecProtocol/aztec-packages/commit/570f70ae158bf59a992058d7c6df01cf1cb80730)) +* PXE handles reorgs ([#9913](https://github.com/AztecProtocol/aztec-packages/issues/9913)) ([aafef9c](https://github.com/AztecProtocol/aztec-packages/commit/aafef9c1cf7f2cb2aac411736c5c39f673a21b1a)) +* Simplify constant MSM calls in SSA (https://github.com/noir-lang/noir/pull/6547) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Single commitment key allocation in CIVC ([#9974](https://github.com/AztecProtocol/aztec-packages/issues/9974)) ([a0551ee](https://github.com/AztecProtocol/aztec-packages/commit/a0551ee9fca242a02774fd07bf8156a3a74dae3a)) +* SSA parser (https://github.com/noir-lang/noir/pull/6489) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* **ssa:** Unroll small loops in brillig (https://github.com/noir-lang/noir/pull/6505) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Sync from aztec-packages (https://github.com/noir-lang/noir/pull/6557) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Trait aliases (https://github.com/noir-lang/noir/pull/6431) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Updating consensus payload ([#10017](https://github.com/AztecProtocol/aztec-packages/issues/10017)) ([85c8a3b](https://github.com/AztecProtocol/aztec-packages/commit/85c8a3b29c861e61274cc0e33d47ca4aa89c144d)) +* Use a full `BlackBoxFunctionSolver` implementation when execution brillig during acirgen (https://github.com/noir-lang/noir/pull/6481) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) + + +### 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 range checks to be performed within the comptime intepreter (https://github.com/noir-lang/noir/pull/6514) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Allow unwinding multiple empty blocks ([#10084](https://github.com/AztecProtocol/aztec-packages/issues/10084)) ([ec34442](https://github.com/AztecProtocol/aztec-packages/commit/ec34442fa3e8df0f8f1ef1e4c88df3f1895fc2dd)) +* Check infix expression is valid in program input (https://github.com/noir-lang/noir/pull/6450) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Disallow `#[test]` on associated functions (https://github.com/noir-lang/noir/pull/6449) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* 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)) +* Discard optimisation that would change execution ordering or that is related to call outputs (https://github.com/noir-lang/noir/pull/6461) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Do a shallow follow_bindings before unification (https://github.com/noir-lang/noir/pull/6558) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* **docs:** Fix broken links in oracles doc (https://github.com/noir-lang/noir/pull/6488) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Don't crash on AsTraitPath with empty path (https://github.com/noir-lang/noir/pull/6454) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Fix poor handling of aliased references in flattening pass causing some values to be zeroed (https://github.com/noir-lang/noir/pull/6434) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Let formatter respect newlines between comments (https://github.com/noir-lang/noir/pull/6458) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Parse Slice type in SSa (https://github.com/noir-lang/noir/pull/6507) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Perform arithmetic simplification through `CheckedCast` (https://github.com/noir-lang/noir/pull/6502) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Right shift is not a regular division (https://github.com/noir-lang/noir/pull/6400) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* **sea:** Mem2reg to treat block input references as alias (https://github.com/noir-lang/noir/pull/6452) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Set local_module before elaborating each trait (https://github.com/noir-lang/noir/pull/6506) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* 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)) +* **ssa:** Change array_set to not mutate slices coming from function inputs (https://github.com/noir-lang/noir/pull/6463) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* **ssa:** Resolve value IDs in terminator before comparing to array (https://github.com/noir-lang/noir/pull/6448) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Take blackbox function outputs into account when merging expressions (https://github.com/noir-lang/noir/pull/6532) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* **tests:** Prevent EOF error while running test programs (https://github.com/noir-lang/noir/pull/6455) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* **tests:** Use a file lock as well as a mutex to isolate tests cases (https://github.com/noir-lang/noir/pull/6508) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Treat all parameters as possible aliases of each other (https://github.com/noir-lang/noir/pull/6477) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) + + +### Miscellaneous + +* Add `Instruction::MakeArray` to SSA (https://github.com/noir-lang/noir/pull/6071) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Added test showcasing performance regression (https://github.com/noir-lang/noir/pull/6566) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Bump rust dependencies (https://github.com/noir-lang/noir/pull/6482) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* **ci:** Bump mac github runner image to `macos-14` (https://github.com/noir-lang/noir/pull/6545) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* **ci:** Fix cargo deny (https://github.com/noir-lang/noir/pull/6501) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Convert some tests to use SSA parser (https://github.com/noir-lang/noir/pull/6543) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* **docs:** Update How to Oracles (https://github.com/noir-lang/noir/pull/5675) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Embed package name in logs (https://github.com/noir-lang/noir/pull/6564) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Fix spartan deploy script ([#10078](https://github.com/AztecProtocol/aztec-packages/issues/10078)) ([368ac8b](https://github.com/AztecProtocol/aztec-packages/commit/368ac8b6e172d380f11f806f5908d138a58cbba2)) +* Move tests for arithmetic generics closer to the code (https://github.com/noir-lang/noir/pull/6497) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Optimise polynomial initialisation ([#10073](https://github.com/AztecProtocol/aztec-packages/issues/10073)) ([e608742](https://github.com/AztecProtocol/aztec-packages/commit/e60874245439a47082db9fd0ca82d3798bee092d)) +* Parse negatives in SSA parser (https://github.com/noir-lang/noir/pull/6510) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Proptest for `canonicalize` on infix type expressions (https://github.com/noir-lang/noir/pull/6269) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* 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)) +* Release Noir(0.38.0) (https://github.com/noir-lang/noir/pull/6422) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Release Noir(0.39.0) (https://github.com/noir-lang/noir/pull/6484) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Remove PublicExecutor ([#10028](https://github.com/AztecProtocol/aztec-packages/issues/10028)) ([9643dcd](https://github.com/AztecProtocol/aztec-packages/commit/9643dcde07db4cc668bc99fe992fe08764f64c3f)) +* Remove separate acvm versioning (https://github.com/noir-lang/noir/pull/6561) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Remove some `_else_condition` tech debt (https://github.com/noir-lang/noir/pull/6522) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Remove some unnecessary clones ([#10049](https://github.com/AztecProtocol/aztec-packages/issues/10049)) ([8628b32](https://github.com/AztecProtocol/aztec-packages/commit/8628b32b3ee39063230899d26f2b8382c18fe02b)) +* Remove unused methods from implicit numeric generics (https://github.com/noir-lang/noir/pull/6541) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* 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)) +* Restructure `noirc_evaluator` crate (https://github.com/noir-lang/noir/pull/6534) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Revamp attributes (https://github.com/noir-lang/noir/pull/6424) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Reverse ssa parser diff order (https://github.com/noir-lang/noir/pull/6511) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Revert [#6375](https://github.com/AztecProtocol/aztec-packages/issues/6375) (https://github.com/noir-lang/noir/pull/6552) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Skip emitting public bytecode ([#10009](https://github.com/AztecProtocol/aztec-packages/issues/10009)) ([280d169](https://github.com/AztecProtocol/aztec-packages/commit/280d169e5b5b92867bb6c0807ec802aa048840af)) +* Split path and import lookups (https://github.com/noir-lang/noir/pull/6430) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* **ssa:** Skip array_set pass for Brillig functions (https://github.com/noir-lang/noir/pull/6513) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Switch to 1.0.0-beta versioning (https://github.com/noir-lang/noir/pull/6503) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* **test:** More descriptive labels in test matrix (https://github.com/noir-lang/noir/pull/6542) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* **test:** Remove duplicate brillig tests (https://github.com/noir-lang/noir/pull/6523) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* **test:** Run test matrix on test_programs (https://github.com/noir-lang/noir/pull/6429) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) +* Update example to show how to split public inputs in bash (https://github.com/noir-lang/noir/pull/6472) ([b8bace9](https://github.com/AztecProtocol/aztec-packages/commit/b8bace9a00c3a8eb93f42682e8cbfa351fc5238c)) + + +### 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..676b961e1ab1 100644 --- a/barretenberg/CHANGELOG.md +++ b/barretenberg/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.64.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg-v0.63.1...barretenberg-v0.64.0) (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)) +* Single commitment key allocation in CIVC ([#9974](https://github.com/AztecProtocol/aztec-packages/issues/9974)) ([a0551ee](https://github.com/AztecProtocol/aztec-packages/commit/a0551ee9fca242a02774fd07bf8156a3a74dae3a)) + + +### Miscellaneous + +* Optimise polynomial initialisation ([#10073](https://github.com/AztecProtocol/aztec-packages/issues/10073)) ([e608742](https://github.com/AztecProtocol/aztec-packages/commit/e60874245439a47082db9fd0ca82d3798bee092d)) + ## [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..91fce220bafa 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.64.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 eb230068d6a8..ba27736b02a5 100644 --- a/barretenberg/ts/CHANGELOG.md +++ b/barretenberg/ts/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.64.0](https://github.com/AztecProtocol/aztec-packages/compare/barretenberg.js-v0.63.1...barretenberg.js-v0.64.0) (2024-11-21) + + +### Features + +* Single commitment key allocation in CIVC ([#9974](https://github.com/AztecProtocol/aztec-packages/issues/9974)) ([a0551ee](https://github.com/AztecProtocol/aztec-packages/commit/a0551ee9fca242a02774fd07bf8156a3a74dae3a)) + + +### 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..2f750fdcff07 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.64.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 b25ffc2410b6..4e56221eab4b 100644 --- a/yarn-project/aztec/CHANGELOG.md +++ b/yarn-project/aztec/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.64.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-package-v0.63.1...aztec-package-v0.64.0) (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..1e164dc75bc9 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.64.0", "type": "module", "exports": { ".": "./dest/index.js"