Skip to content

Commit 46c2ad0

Browse files
AztecBotTomAFrench
andauthored
feat: Sync from noir (#6730)
Automated pull of development from the [noir](https://github.com/noir-lang/noir) programming language, a dependency of Aztec. BEGIN_COMMIT_OVERRIDE chore: remove duplicated code from LSP (noir-lang/noir#5116) fix(experimental elaborator): Avoid calling `add_generics` twice on trait methods (noir-lang/noir#5108) fix(experimental elaborator): Fix duplicate `resolve_type` on self type and don't leak a trait impl's generics (noir-lang/noir#5102) feat: replace stdlib poseidon implementation with optimized version (noir-lang/noir#5122) fix(experimental elaborator): Only call `add_generics` once (noir-lang/noir#5091) fix(experimental elaborator): Fix panic in the elaborator (noir-lang/noir#5082) chore: move `is_native_field` up into `noirc_frontend` (noir-lang/noir#5119) END_COMMIT_OVERRIDE Co-authored-by: Tom French <[email protected]>
1 parent 9639f34 commit 46c2ad0

File tree

31 files changed

+25622
-690
lines changed

31 files changed

+25622
-690
lines changed

.noir-sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a2894047f580a8861898d71cd335c06ee53290a4
1+
f03f8aed34393f7b0f6f68a189ce6c6192f6af6e

avm-transpiler/Cargo.lock

Lines changed: 66 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

avm-transpiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99

1010
[dependencies]
1111
# local
12-
acvm = { path = "../noir/noir-repo/acvm-repo/acvm" }
12+
acvm = { path = "../noir/noir-repo/acvm-repo/acvm", features=["bn254"] }
1313
noirc_errors = { path = "../noir/noir-repo/compiler/noirc_errors" }
1414

1515
# external

noir/noir-repo/Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)