Skip to content

Commit

Permalink
Merge branch 'master' into sync-noir
Browse files Browse the repository at this point in the history
* master: (245 commits)
  chore: Fix unbound CI variable on release image bootstrap (#12095)
  fix: dry run on grind (#12088)
  fix(spartan): eth-execution logging (#12094)
  fix: aws_handle_evict recovery & termination (#12086)
  chore: Use native acvm when available on orchestrator tests (#11560)
  refactor: function macros cleanup (#12066)
  refactor: remove `addNullifiedNote` from pxe (#11822)
  fix: `#[aztec]` macro warnings (#12038)
  refactor!: Notes implementing `Packable<N>` (#12004)
  chore(ops): add gcloud cli into devbox base image (#12082)
  fix: hotfix grinding
  fix: L1 deployment on reth (#12060)
  fix: Add missing bootstrap fast aliases (#12078)
  fix: hash_str caching (#12074)
  fix: Naive attempt to fix nightly deployments (#12079)
  fix: kind smoke (#12084)
  refactor!: nuking `NoteHeader` (#11942)
  fix: inject dockerhub creds (#12072)
  feat(docs): Note discovery concepts page (#11760)
  chore: cleanup libp2p logger (#12058)
  ...
  • Loading branch information
TomAFrench committed Feb 19, 2025
2 parents 99c3cf2 + 6089220 commit 9deee5e
Show file tree
Hide file tree
Showing 1,813 changed files with 64,326 additions and 182,148 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 9deee5e

Please sign in to comment.