Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
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
2 changes: 2 additions & 0 deletions avm-transpiler/Cargo.lock

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

2 changes: 2 additions & 0 deletions barretenberg/acir_tests/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ function build {
cp -R ../../noir/noir-repo/test_programs/execution_success acir_tests
# Running these requires extra gluecode so they're skipped.
rm -rf acir_tests/{diamond_deps_0,workspace,workspace_default_member,regression_7323}

rm -rf acir_tests/{ecdsa_secp256k1_invalid_pub_key_in_inactive_branch,ecdsa_secp256r1_invalid_pub_key_in_inactive_branch}
# These are breaking with:
# Failed to solve program: 'Failed to solve blackbox function: embedded_curve_add, reason: Infinite input: embedded_curve_add(infinity, infinity)'
rm -rf acir_tests/{regression_5045,regression_7744}
Expand Down
3 changes: 3 additions & 0 deletions noir/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ function bump_noir_repo_ref {
git checkout --track origin/$branch || git checkout $branch || git checkout -b $branch
scripts/sync.sh write-noir-repo-ref $ref

# Update the Cargo.lock file in the transpiler to match the new ref.
cargo check --manifest-path="../avm-transpiler/Cargo.toml"

# Build nargo and run formatter on `noir-projects`
build_native
../noir-projects/bootstrap.sh format
Expand Down
2 changes: 1 addition & 1 deletion noir/noir-repo-ref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2025-06-24
nightly-2025-07-02
Loading