Skip to content

Commit

Permalink
Merge branch 'master' into tf/fix-trait-imports-again
Browse files Browse the repository at this point in the history
* master: (40 commits)
  feat: Sync from noir (#12545)
  chore(spartan): kind test speedup (#12478)
  chore: restore bb --version (#12542)
  chore: Fix yarn install immutable issues (#12539)
  chore: More config defaults and forward p2p ports (#12529)
  fix: Revert "make vk metadata actual witnesses" (#12534)
  chore: explode aliases when looking up owners in `.test_patterns.yml` (#12526)
  chore: Cleaner PXE (#12515)
  chore: update and lock AVM's lockfile (#12533)
  chore: restore method syntax on `get_storage_slot` calls (#12532)
  fix: Bitwise lookup (#12471)
  chore: cleanup committing and masking utility (#12514)
  fix(ci): remove regex - transfer explicitly  (#12525)
  feat: Sync from noir (#12524)
  yolo log timeout fix, carry CI into container
  feat: translation evaluations with zk (#12222)
  fix(node): drop log level of handler not registered (#12523)
  feat: teardown in call interface (#12499)
  chore: Remove scope interpolation from env vars (#12522)
  fix(avm): use the correct number of rows in check_interaction (#12519)
  ...
  • Loading branch information
TomAFrench committed Mar 6, 2025
2 parents df67cc8 + 1a3c112 commit fe5da0e
Show file tree
Hide file tree
Showing 522 changed files with 14,850 additions and 8,133 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
monorepo_url="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY"
# list all aztec-packages tags, take the "highest" version
monorepo_tag="$(git tag --list aztec-packages-v* | sort --version-sort | tail -1)"
monorepo_tag="$(git tag --list v* | sort --version-sort | tail -1)"
monorepo_protocol_circuits_path="noir-projects/noir-protocol-circuits"
# take all Nargo.toml files that reference noir-protocol-circuits
Expand All @@ -60,7 +60,7 @@ jobs:
# match lines like this:
# protocol_types = { path = "../../noir-protocol-circuits/crates/types" }
# and replace with
# protocol_types = { git="https://github.com/aztecprotocol/aztec-packages", tag="aztec-packages-v0.16.9", directory="noir-projects/noir-protocol-circuits/crates/types" }
# protocol_types = { git="https://github.com/aztecprotocol/aztec-packages", tag="v0.16.9", directory="noir-projects/noir-protocol-circuits/crates/types" }
for nargo_file in $nargo_files; do
sed --regexp-extended --in-place \
"s;path\s*=\s*\".*noir-protocol-circuits(.*)\";git=\"$monorepo_url\", tag=\"$monorepo_tag\", directory=\"$monorepo_protocol_circuits_path\1\";" \
Expand Down
2 changes: 1 addition & 1 deletion .noir-sync-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
826b18a10630471c19c25ab745f9bfe045813e69
b3443c124b19a909bf9cb370b4e0ebc151bb6aa3
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.77.0"
".": "0.77.1"
}
64 changes: 42 additions & 22 deletions .test_patterns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
# When a failing test matches one or more of the "regex" properties below,
# a message is sent to slack channel #aztec3-ci tagging the owners.

names:
- adam: &adam "U04BM8H25NJ"
- alex: &alex "U05QWV669JB"
- charlie: &charlie "UKUMA5J7K"
- lasse: &lasse "U03E5SYLY3Z"
- leila: &leila "UBLTU1NJ3"
- luke: &luke "U03JYU7AQET"
- mitch: &mitch "U06AY5G1NRK"
- palla: &palla "U04TPBU26E8"
- phil: &phil "U02G4KAD57Y"
- sean: &sean "U04DT239VQU"
- tom: &tom "U04LLT331NK"

tests:
# barretenberg
#
Expand All @@ -20,18 +33,25 @@ tests:
# Expected: true
- regex: "join_split_example_tests"
owners:
- "U03JYU7AQET" # luke
- *luke

# Sumcheck is failing for some reason
- regex: "barretenberg/acir_tests/run_test.sh ram_blowup_regression"
skip: true
owners:
- *tom


# noir
# Something to do with how I run the tests now. Think these are fine in nextest.
- regex: "noir_lsp-.* notifications::notification_tests::test_caches_open_files"
skip: true
owners:
- "UKUMA5J7K" # charlie
- *charlie
- regex: "noir_lsp-.* requests::"
skip: true
owners:
- "UKUMA5J7K" # charlie
- *charlie
# Sometimes see this on ARM. But not when run on it's own...
# FAILED 6a60c4e796ac0aef: noir/scripts/run_test.sh debug-21ff1948430ded06 tests::debug_ram_blowup_regression (code: 101)
# running 1 test
Expand All @@ -47,7 +67,7 @@ tests:
- regex: "tests::debug_ram_blowup_regression"
skip: true
owners:
- "UKUMA5J7K" # charlie
- *charlie

# Seen this error on all the below.
# e.g. to grind: seq 1 16 | parallel --bar --tag --halt now,fail=1 ci3/dump_fail "NAME_POSTFIX=_{} yarn-project/end-to-end/scripts/run_test.sh simple e2e_p2p/gossip_network >/dev/null"
Expand Down Expand Up @@ -76,11 +96,11 @@ tests:
# at Object.<anonymous> (e2e_p2p/reqresp.test.ts:66:13)
- regex: "simple e2e_p2p/"
owners:
- "U04DT239VQU" # sean
- *sean

- regex: "simple e2e_fees/private_payments"
owners:
- "U02G4KAD57Y" # phil
- *phil

# Summary of all failing tests
# FAIL ./e2e_cheat_codes.test.ts
Expand Down Expand Up @@ -109,56 +129,56 @@ tests:
# Ran all test suites matching /e2e_cheat_codes/i.
- regex: "simple e2e_cheat_codes"
owners:
- "U03E5SYLY3Z" # lasse
- *lasse

- regex: "prover-client/src/test/bb_prover_parity.test.ts"
owners:
- "U04TPBU26E8" # palla
- *palla
- regex: "prover-client/src/proving_broker/broker_prover_facade.test.ts"
owners:
- "U04TPBU26E8" # palla
- *palla
- regex: "prover-client/src/orchestrator/orchestrator_errors.test.ts"
owners:
- "U04TPBU26E8" # palla
- *palla

# yarn-project tests
- regex: "p2p/src/services/reqresp/reqresp.test.ts"
owners:
- "U04DT239VQU" # sean
- *sean
- regex: "sequencer-client/src/slasher/slasher_client.test.ts"
owners:
- "U03E5SYLY3Z" # lasse
- *lasse
- regex: "prover-client/src/test/bb_prover_full_rollup.test.ts"
owners:
- "U04TPBU26E8" # palla
- *palla
- regex: "yarn-project/kv-store"
owners:
- "U05QWV669JB" # alex
- *alex

# kind tests

- regex: "spartan/bootstrap.sh test-kind-4epochs"
owners:
- "UBLTU1NJ3" # leila
- *leila

- regex: "spartan/bootstrap.sh test-prod-deployment"
owners:
- "U06AY5G1NRK" # mitch
- *mitch

- regex: "spartan/bootstrap.sh test-kind-upgrade-rollup-version"
owners:
- "U06AY5G1NRK" # mitch
- *mitch

- regex: "spartan/bootstrap.sh test-kind"
- regex: "spartan/bootstrap.sh test-kind-transfer"
owners:
- "U02G4KAD57Y" # phil
- "U06AY5G1NRK" # mitch
- *phil
- *mitch
- regex: "spartan/bootstrap.sh test-local"
skip: true
owners:
- "U04BM8H25NJ" # adam
- *adam

# Slack testing.
- regex: "nonsense to match"
owners:
- "UKUMA5J7K" # charlie
- *charlie
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.77.1](https://github.com/AztecProtocol/aztec-packages/compare/v0.77.0...v0.77.1) (2025-03-05)


### Features

* Combine group polynomials in translator by interleaving rather than concatenation ([#12343](https://github.com/AztecProtocol/aztec-packages/issues/12343)) ([c7dc549](https://github.com/AztecProtocol/aztec-packages/commit/c7dc5492c431ad6052a92d7de265f2a2e59af728))
* Enrich env vars based on network option ([#12489](https://github.com/AztecProtocol/aztec-packages/issues/12489)) ([6921f46](https://github.com/AztecProtocol/aztec-packages/commit/6921f4674864a1ea8f1e61b96f9c3a4014a555b0))
* tightly pack logs inside blobs ([#11752](https://github.com/AztecProtocol/aztec-packages/issues/11752)) ([b6871ce](https://github.com/AztecProtocol/aztec-packages/commit/b6871ce5487f7ab1cc27cf8777fa238028f2dc10))
* track if spot and sanitise merge queue name ([#12432](https://github.com/AztecProtocol/aztec-packages/issues/12432)) ([7a307e7](https://github.com/AztecProtocol/aztec-packages/commit/7a307e7348d6a03fc8c25ebd587c924ad370fdeb))


### Bug Fixes

* read rollup address from registry ([#12496](https://github.com/AztecProtocol/aztec-packages/issues/12496)) ([374a5d5](https://github.com/AztecProtocol/aztec-packages/commit/374a5d5ecaf006b0cdddf69ef581237e9b6add32)), closes [#12492](https://github.com/AztecProtocol/aztec-packages/issues/12492)
* release and add nightly tag flow ([#12493](https://github.com/AztecProtocol/aztec-packages/issues/12493)) ([c1daa11](https://github.com/AztecProtocol/aztec-packages/commit/c1daa11be668d5a85b39a82ce18b81745d2a283e))
* release flow ([#12501](https://github.com/AztecProtocol/aztec-packages/issues/12501)) ([01c9795](https://github.com/AztecProtocol/aztec-packages/commit/01c9795b96df2f18d9ca60d35f7ec2d2f66396cd))
* release part 2 ([#12502](https://github.com/AztecProtocol/aztec-packages/issues/12502)) ([ce9c454](https://github.com/AztecProtocol/aztec-packages/commit/ce9c4541d04d6e288ea6bffa18c2621ac23f9079))
* update bbup to match new release naming ([#12495](https://github.com/AztecProtocol/aztec-packages/issues/12495)) ([80c9b4e](https://github.com/AztecProtocol/aztec-packages/commit/80c9b4e2e34e70d423622ea0391a6d0a1785ddf9))


### Miscellaneous

* clean env vars ([#12356](https://github.com/AztecProtocol/aztec-packages/issues/12356)) ([ec2ce9a](https://github.com/AztecProtocol/aztec-packages/commit/ec2ce9a37e489aadb8b48d801f6fb70ee6b42003))
* fix a bunch of trait import issues ([#12431](https://github.com/AztecProtocol/aztec-packages/issues/12431)) ([3b981f9](https://github.com/AztecProtocol/aztec-packages/commit/3b981f9217f9b859bdfbcdba2f5c080392c98da6))
* Fix MEMORY argument to yarn project test run ([#12488](https://github.com/AztecProtocol/aztec-packages/issues/12488)) ([8932dd6](https://github.com/AztecProtocol/aztec-packages/commit/8932dd69bfd9579a3d350fa1557f5bee54616289))
* force release-please PR for 0.77.1 ([e22ac0e](https://github.com/AztecProtocol/aztec-packages/commit/e22ac0ebf990381137c659b727e6aac9a1d30df2))
* parallelise interleaving and remove mentions of concatenation ([#12373](https://github.com/AztecProtocol/aztec-packages/issues/12373)) ([aaef150](https://github.com/AztecProtocol/aztec-packages/commit/aaef150f70197c9c59fafc06bd54eb7415185541))
* repair release-please PR for 0.77.1 ([b11c211](https://github.com/AztecProtocol/aztec-packages/commit/b11c2117713bd38028975373b6dc8726f5c4214b))

## [0.77.0](https://github.com/AztecProtocol/aztec-packages/compare/aztec-packages-v0.76.4...aztec-packages-v0.77.0) (2025-02-14)


Expand Down
Loading

0 comments on commit fe5da0e

Please sign in to comment.