Skip to content
Closed
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 69 additions & 18 deletions avm-transpiler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion noir/noir-repo-ref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2025-05-14
nightly-2025-05-19
23 changes: 0 additions & 23 deletions noir/noir-repo.patch
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,3 @@ index 30dd2a7..a2712fd 100644
"src/**/*.ts"
--
2.43.0

From ee8c3e8be962996922078637aaea70fccbadeb5c Mon Sep 17 00:00:00 2001
From: aakoshh <akosh@aztecprotocol.com>
Date: Mon, 17 Mar 2025 12:10:58 +0000
Subject: [PATCH 2/4] Ignore package.tgz

---
.gitignore | 3 +++
1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 3349018..c93fe8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,3 +59,6 @@ codegen

mutants.out
mutants.out.old
+
+# Artifacts created by `noir/bootstrap.sh build_packages`
+**/package.tgz
--
2.43.0
16 changes: 8 additions & 8 deletions yarn-project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@aztec/noir-noir_codegen@portal:../noir/packages/noir_codegen::locator=%40aztec%2Faztec3-packages%40workspace%3A."
dependencies:
"@aztec/noir-types": "npm:1.0.0-beta.5"
"@aztec/noir-types": "npm:1.0.0-beta.6"
glob: "npm:^11.0.1"
ts-command-line-args: "npm:^2.5.1"
bin:
Expand All @@ -987,22 +987,22 @@ __metadata:
linkType: soft

"@aztec/noir-noir_js@file:../noir/packages/noir_js::locator=%40aztec%2Faztec3-packages%40workspace%3A.":
version: 1.0.0-beta.5
resolution: "@aztec/noir-noir_js@file:../noir/packages/noir_js#../noir/packages/noir_js::hash=13b403&locator=%40aztec%2Faztec3-packages%40workspace%3A."
version: 1.0.0-beta.6
resolution: "@aztec/noir-noir_js@file:../noir/packages/noir_js#../noir/packages/noir_js::hash=354553&locator=%40aztec%2Faztec3-packages%40workspace%3A."
dependencies:
"@aztec/noir-acvm_js": "npm:1.0.0-beta.5"
"@aztec/noir-noirc_abi": "npm:1.0.0-beta.5"
"@aztec/noir-types": "npm:1.0.0-beta.5"
"@aztec/noir-acvm_js": "npm:1.0.0-beta.6"
"@aztec/noir-noirc_abi": "npm:1.0.0-beta.6"
"@aztec/noir-types": "npm:1.0.0-beta.6"
pako: "npm:^2.1.0"
checksum: 10/997624479f7219e9fe3589fc2efa43469feb8c004857e6f19b688e89d30e46b51208c05b02cabc23fe5b1ed4126a6fedb970086277063d3d214ac073265477d6
checksum: 10/7ed4c3721b60d1a88775e9f0892103164ab6de1828dca033225a48f4f1fde2e39a1b33aad66320fb9182b8aa3df146a416214443dfc657039266f1030cbc7af6
languageName: node
linkType: hard

"@aztec/noir-noirc_abi@portal:../noir/packages/noirc_abi::locator=%40aztec%2Faztec3-packages%40workspace%3A.":
version: 0.0.0-use.local
resolution: "@aztec/noir-noirc_abi@portal:../noir/packages/noirc_abi::locator=%40aztec%2Faztec3-packages%40workspace%3A."
dependencies:
"@aztec/noir-types": "npm:1.0.0-beta.5"
"@aztec/noir-types": "npm:1.0.0-beta.6"
languageName: node
linkType: soft

Expand Down
Loading