-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- <details><summary>0.19.5</summary> ## [0.19.5](v0.19.4...v0.19.5) (2023-12-01) ### Features * Add `FieldElement::from<usize>` implementation ([#3647](#3647)) ([8b7c5aa](8b7c5aa)) * Add package version to Nargo.toml metadata ([#3427](#3427)) ([9e1717c](9e1717c)) * Add special case for boolean AND in acir-gen ([#3615](#3615)) ([824039b](824039b)) * Aztec-packages ([#3599](#3599)) ([2cd6dc3](2cd6dc3)) * Aztec-packages ([#3626](#3626)) ([e0a96ea](e0a96ea)) * Complex slice inputs for dynamic slice builtins ([#3617](#3617)) ([8b23b34](8b23b34)) * Copy on write optimization for brillig ([#3522](#3522)) ([da29c02](da29c02)) * Data bus ([#3508](#3508)) ([6b0bdbc](6b0bdbc)) * Implement integer printing ([#3577](#3577)) ([6601408](6601408)) * Implement raw string literals ([#3556](#3556)) ([87a302f](87a302f)) * **lsp:** Add goto definition for functions ([#3656](#3656)) ([7bb7356](7bb7356)) * Reuse witnesses more when interacting with memory ([#3658](#3658)) ([5a4a73d](5a4a73d)) ### Bug Fixes * Corrected the formatting of error message parameters in index out of bounds error ([#3630](#3630)) ([3bba386](3bba386)) * Do not simply divisions ([#3664](#3664)) ([e5b981b](e5b981b)) * Docker builds ([#3620](#3620)) ([f3eac52](f3eac52)) * Flatten public inputs according to their index in numerial rather than ascii order ([#3605](#3605)) ([a1f6343](a1f6343)) * Restrict fill_internal_slices pass to acir functions ([#3634](#3634)) ([0cad9aa](0cad9aa)) </details> <details><summary>0.36.0</summary> ## [0.36.0](v0.35.0...v0.36.0) (2023-12-01) ### ⚠ BREAKING CHANGES * Move circuit serialization circuit into acir ([#3345](#3345)) * expose pedersen hash in acir and bb solver ([#3269](#3269)) * Switch to new pedersen implementation ([#3151](#3151)) * Pass ACIR to ACVM by reference rather than passing ownership ([#2872](#2872)) * **wasm:** improve and simplify wasm compiler interface ([#2976](#2976)) * Maintain shape of foreign call arguments ([#2935](#2935)) ### Features * **acvm_js:** Export black box solver functions ([#2812](#2812)) ([da8a98e](da8a98e)) * **acvm:** Separate ACVM optimizations and transformations ([#2979](#2979)) ([5865d1a](5865d1a)) * Add `FieldElement::from<usize>` implementation ([#3647](#3647)) ([8b7c5aa](8b7c5aa)) * Add ACIR serializer C++ codegen ([#2961](#2961)) ([7556982](7556982)) * Add conditional compilation of methods based on the underlying field being used ([#3045](#3045)) ([2e008e2](2e008e2)) * Add debugger commands to introspect (and modify) the current state ([#3391](#3391)) ([9e1ad85](9e1ad85)) * Aztec-packages ([#3599](#3599)) ([2cd6dc3](2cd6dc3)) * Expose pedersen hash in acir and bb solver ([#3269](#3269)) ([0108b6c](0108b6c)) * Extract Brillig VM to allow step debugging ([#3259](#3259)) ([f6431f9](f6431f9)) * Implement euclidean division and signed division in terms of `AcirVar`s ([#3230](#3230)) ([b8b7782](b8b7782)) * Maintain shape of foreign call arguments ([#2935](#2935)) ([f7869e6](f7869e6)) * Pass ACIR to ACVM by reference rather than passing ownership ([#2872](#2872)) ([b3a9c34](b3a9c34)) * Pass brillig bytecode to VM by reference ([#3030](#3030)) ([4ee290b](4ee290b)) * Refactor debugger and separate core from UI ([#3308](#3308)) ([8466810](8466810)) * Replace boolean range constraints with arithmetic opcodes ([#3234](#3234)) ([949222c](949222c)) * Save Brillig execution state in ACVM ([#3026](#3026)) ([88682da](88682da)) * Solve `fixed_base_scalar_mul` black box functions in rust ([#3153](#3153)) ([1c1afbc](1c1afbc)) * Switch to new pedersen implementation ([#3151](#3151)) ([35fb3f7](35fb3f7)) * **wasm:** Improve and simplify wasm compiler interface ([#2976](#2976)) ([1b5124b](1b5124b)) ### Bug Fixes * ACIR optimizer should update assertion messages ([#3010](#3010)) ([758b6b6](758b6b6)) * **acvm:** Return false rather than panicking on invalid ECDSA signatures ([#2783](#2783)) ([155abc0](155abc0)) * Determinism of fallback transformer ([#3100](#3100)) ([12daad1](12daad1)) * Fix method `program_counter`, change method signature ([#3012](#3012)) ([5ea522b](5ea522b)) * Minor problems with `aztec` publishing ([#3095](#3095)) ([0fc8f20](0fc8f20)) * Prevent duplicated assert message transformation ([#3038](#3038)) ([082a6d0](082a6d0)) * Return error rather than panicking on unreadable circuits ([#3179](#3179)) ([d4f61d3](d4f61d3)) ### Miscellaneous Chores * Move circuit serialization circuit into acir ([#3345](#3345)) ([122119b](122119b)) </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
1 parent
7098dc5
commit d9e8101
Showing
23 changed files
with
125 additions
and
48 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,4 +1,4 @@ | ||
{ | ||
".": "0.19.4", | ||
"acvm-repo": "0.35.0" | ||
".": "0.19.5", | ||
"acvm-repo": "0.36.0" | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.