forked from AztecProtocol/aztec-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(master): Release 0.30.1 (AztecProtocol#5322)
🤖 I have created a release *beep* *boop* --- <details><summary>aztec-package: 0.30.1</summary> ## [0.30.1](AztecProtocol/aztec-packages@aztec-package-v0.30.0...aztec-package-v0.30.1) (2024-03-20) ### Miscellaneous * **aztec-package:** Synchronize aztec-packages versions </details> <details><summary>barretenberg.js: 0.30.1</summary> ## [0.30.1](AztecProtocol/aztec-packages@barretenberg.js-v0.30.0...barretenberg.js-v0.30.1) (2024-03-20) ### Miscellaneous * **barretenberg.js:** Synchronize aztec-packages versions </details> <details><summary>aztec-cli: 0.30.1</summary> ## [0.30.1](AztecProtocol/aztec-packages@aztec-cli-v0.30.0...aztec-cli-v0.30.1) (2024-03-20) ### Miscellaneous * **aztec-cli:** Synchronize aztec-packages versions </details> <details><summary>aztec-packages: 0.30.1</summary> ## [0.30.1](AztecProtocol/aztec-packages@aztec-packages-v0.30.0...aztec-packages-v0.30.1) (2024-03-20) ### Features * Add CMOV instruction to brillig and brillig gen ([AztecProtocol#5308](AztecProtocol#5308)) ([208abbb](AztecProtocol@208abbb)) * **avm:** Indirect memory support for arithmetic/bitwise opcodes ([AztecProtocol#5328](AztecProtocol#5328)) ([d5ffa17](AztecProtocol@d5ffa17)), closes [AztecProtocol#5273](AztecProtocol#5273) * **avm:** Indirect memory support for MOV ([AztecProtocol#5257](AztecProtocol#5257)) ([10ef970](AztecProtocol@10ef970)), closes [AztecProtocol#5205](AztecProtocol#5205) * Merge SMT Terms in one class ([AztecProtocol#5254](AztecProtocol#5254)) ([f5c9b0f](AztecProtocol@f5c9b0f)) * Sorted execution trace ([AztecProtocol#5252](AztecProtocol#5252)) ([a216759](AztecProtocol@a216759)) ### Bug Fixes * Fix recursion tests and reinstate in CI ([AztecProtocol#5300](AztecProtocol#5300)) ([96c6f21](AztecProtocol@96c6f21)) * Skip uniswap l1 tests ([AztecProtocol#5334](AztecProtocol#5334)) ([7a56941](AztecProtocol@7a56941)) * Update smt_verification README.md ([AztecProtocol#5332](AztecProtocol#5332)) ([46b15e3](AztecProtocol@46b15e3)) ### Miscellaneous * Avm team as generated codeowners ([AztecProtocol#5325](AztecProtocol#5325)) ([06d2786](AztecProtocol@06d2786)) * No Translator composer ([AztecProtocol#5202](AztecProtocol#5202)) ([c8897ca](AztecProtocol@c8897ca)) * Remove toy vm files ([AztecProtocol#5326](AztecProtocol#5326)) ([d940356](AztecProtocol@d940356)) * Replace relative paths to noir-protocol-circuits ([ea2ac09](AztecProtocol@ea2ac09)) </details> <details><summary>barretenberg: 0.30.1</summary> ## [0.30.1](AztecProtocol/aztec-packages@barretenberg-v0.30.0...barretenberg-v0.30.1) (2024-03-20) ### Features * Add CMOV instruction to brillig and brillig gen ([AztecProtocol#5308](AztecProtocol#5308)) ([208abbb](AztecProtocol@208abbb)) * **avm:** Indirect memory support for arithmetic/bitwise opcodes ([AztecProtocol#5328](AztecProtocol#5328)) ([d5ffa17](AztecProtocol@d5ffa17)), closes [AztecProtocol#5273](AztecProtocol#5273) * **avm:** Indirect memory support for MOV ([AztecProtocol#5257](AztecProtocol#5257)) ([10ef970](AztecProtocol@10ef970)), closes [AztecProtocol#5205](AztecProtocol#5205) * Merge SMT Terms in one class ([AztecProtocol#5254](AztecProtocol#5254)) ([f5c9b0f](AztecProtocol@f5c9b0f)) * Sorted execution trace ([AztecProtocol#5252](AztecProtocol#5252)) ([a216759](AztecProtocol@a216759)) ### Bug Fixes * Fix recursion tests and reinstate in CI ([AztecProtocol#5300](AztecProtocol#5300)) ([96c6f21](AztecProtocol@96c6f21)) * Update smt_verification README.md ([AztecProtocol#5332](AztecProtocol#5332)) ([46b15e3](AztecProtocol@46b15e3)) ### Miscellaneous * No Translator composer ([AztecProtocol#5202](AztecProtocol#5202)) ([c8897ca](AztecProtocol@c8897ca)) * Remove toy vm files ([AztecProtocol#5326](AztecProtocol#5326)) ([d940356](AztecProtocol@d940356)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
- Loading branch information
Showing
10 changed files
with
79 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
".": "0.30.0", | ||
"yarn-project/cli": "0.30.0", | ||
"yarn-project/aztec": "0.30.0", | ||
"barretenberg": "0.30.0", | ||
"barretenberg/ts": "0.30.0" | ||
".": "0.30.1", | ||
"yarn-project/cli": "0.30.1", | ||
"yarn-project/aztec": "0.30.1", | ||
"barretenberg": "0.30.1", | ||
"barretenberg/ts": "0.30.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters