Skip to content

Commit

Permalink
Merge branch 'master' into sync-noir
Browse files Browse the repository at this point in the history
* master: (264 commits)
  chore(p2p): log if rate limit was peer or global (#12116)
  chore: @aztec/stdlib pt1 -> cleanup circuits js (#12039)
  chore(tests): shorten block times in e2e p2p tests (#12073)
  fix: darwin properly erroring (#12113)
  chore: add missing import (#12111)
  fix: yarn remake-constants (#12109)
  chore: fix error in oracle definition (#12090)
  fix: Don't consider skipping (#10598)
  fix: Use gas billed in block header building (#12101)
  fix(avm): disable wrong sha skippable (#12099)
  chore: Provide defaults for bb and acvm in release image (#12105)
  fix(avm): break TS dependency cycle (#12103)
  feat: IVC gates command in WASM (#11792)
  fix: SharedMutable compilation warnings (#12098)
  git subrepo push --branch=master noir-projects/aztec-nr
  git_subrepo.sh: Fix parent in .gitrepo file. [skip ci]
  chore: replace relative paths to noir-protocol-circuits
  git subrepo push --branch=master barretenberg
  feat: Sync from noir (#12064)
  chore: Fix unbound CI variable on release image bootstrap (#12095)
  ...
  • Loading branch information
TomAFrench committed Feb 19, 2025
2 parents 68bdc31 + 13ad91c commit 4d0474a
Show file tree
Hide file tree
Showing 2,213 changed files with 66,839 additions and 184,235 deletions.
2 changes: 1 addition & 1 deletion .github/ensure-builder/install
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ function install_parallel() {
}
export -f install_parallel
if ! command -v parallel >/dev/null; then
DENOISE=1 ci3/denoise ci3/retry install_parallel
DENOISE=1 ci3/denoise "ci3/retry install_parallel"
fi
[ -x /usr/local/bin/earthly ] || ci3/dump_fail ci3/earthly_install
2 changes: 1 addition & 1 deletion .github/ensure-tester/run
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ fi
echo "exit_code=$exit_code" >> $GITHUB_OUTPUT
if [ $exit_code = 155 ]; then
echo "Spot eviction detected - retrying with on-demand."
fi
fi
134 changes: 0 additions & 134 deletions .github/prune-launch-templates/.gitignore

This file was deleted.

201 changes: 0 additions & 201 deletions .github/prune-launch-templates/LICENSE

This file was deleted.

31 changes: 0 additions & 31 deletions .github/prune-launch-templates/README.md

This file was deleted.

Loading

0 comments on commit 4d0474a

Please sign in to comment.