Merged
Conversation
00e725d to
e5e25ee
Compare
Contributor
|
🚀 Deployed on https://663561b9783c736073f7299d--noir-docs.netlify.app |
0139979 to
24eccf1
Compare
fcfa68c to
f428772
Compare
5661adf to
3d50873
Compare
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
75271c1 to
ab3d7a7
Compare
9babcb5 to
5417caf
Compare
ede8d9d to
45efcbf
Compare
Contributor
|
FYI @noir-lang/developerrelations on Noir doc changes. |
Savio-Sou
approved these changes
May 6, 2024
Contributor
Author
AztecBot
pushed a commit
to AztecProtocol/aztec-packages
that referenced
this pull request
May 7, 2024
noir-lang/noir#4971) fix: Compute the correct slice length when coercing from a literal array of complex types (noir-lang/noir#4986) feat: add `Neg` trait to stdlib (noir-lang/noir#4983) feat: implement `From` array trait for `BoundedVec` (noir-lang/noir#4927) chore: Release Noir(0.29.0) (noir-lang/noir#4905) fix: Move remove_if_else pass after second inlining (noir-lang/noir#4976)
TomAFrench
added a commit
to AztecProtocol/aztec-packages
that referenced
this pull request
May 7, 2024
Automated pull of development from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec. BEGIN_COMMIT_OVERRIDE fix: set index and value to 0 for array_get with predicate (noir-lang/noir#4971) fix: Compute the correct slice length when coercing from a literal array of complex types (noir-lang/noir#4986) feat: add `Neg` trait to stdlib (noir-lang/noir#4983) feat: implement `From` array trait for `BoundedVec` (noir-lang/noir#4927) chore: Release Noir(0.29.0) (noir-lang/noir#4905) fix: Move remove_if_else pass after second inlining (noir-lang/noir#4976) END_COMMIT_OVERRIDE --------- Co-authored-by: Tom French <tom@tomfren.ch>
This was referenced May 7, 2024
TomAFrench
added a commit
that referenced
this pull request
May 8, 2024
* master: (41 commits) fix: defer overflow checks for unsigned integers to acir-gen (#4832) feat: add support for u16/i16 (#4985) chore: split `ops` into `arith` and `bit` modules (#4989) chore(ci): run clippy on benchmarks (#4988) feat: remove query to backend to get expression width (#4975) fix: set index and value to 0 for array_get with predicate (#4971) fix: Compute the correct slice length when coercing from a literal array of complex types (#4986) feat: add `Neg` trait to stdlib (#4983) feat: implement `From` array trait for `BoundedVec` (#4927) chore: Release Noir(0.29.0) (#4905) fix: Move remove_if_else pass after second inlining (#4976) feat: Optimize array sets in if conditions (alternate version) (#4716) chore: rename instruction checks for side effects (#4945) chore: Switch Noir JS to use execute program instead of circuit (#4965) fix: Use annotated type when checking declaration (#4966) feat: handle empty response foreign calls without an external resolver (#4959) feat: Complex outputs from acir call (#4952) fix: Require for all foldable functions to use distinct return (#4949) feat!: use `distinct` return value witnesses by default (#4951) chore(docs): adding matomo tracking (#4898) ...
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.29.0
0.29.0 (2024-05-03)
⚠ BREAKING CHANGES
distinctreturn value witnesses by default (#4951)Features
#[inline(tag)]attribute and codegen (#4913) (1ec9cdc)impl Traitin function parameters (#4919) (8aad2e4)comptimeglobals (#4918) (8a3c7f1)BrilligCallopcodes in the debugger (#4897) (b380dc4)no_predicatesattribute (#4942) (0ce04d3)distinctreturn value witnesses by default (#4951) (5f1b584)Bug Fixes
0.45.0
0.45.0 (2024-05-03)
⚠ BREAKING CHANGES
#[aztec(storage)](feat!: storage_layout and#[aztec(storage)]AztecProtocol/aztec-packages#5387)is_recursiveflag to be part of the circuit definition (chore(acir)!: Moveis_recursiveflag to be part of the circuit definition AztecProtocol/aztec-packages#4221)aztec-packages(#4144)Features
BrilligCallopcodes in the debugger (#4897) (b380dc4)AssertZeroopcodes (#4107) (dac0e87)#[aztec(storage)](feat!: storage_layout and#[aztec(storage)]AztecProtocol/aztec-packages#5387) (2bd006a)aztec-packages(#4011) (fee2452)aztec-packages(#4068) (7a8f3a3)aztec-packages(#4144) (0205d3b)Bug Fixes
init_log_levelinacvm_js(#4195) (2e26530)Miscellaneous Chores
is_recursiveflag to be part of the circuit definition (chore(acir)!: Moveis_recursiveflag to be part of the circuit definition AztecProtocol/aztec-packages#4221) (158c8ce)This PR was generated with Release Please. See documentation.