diff --git a/.PR_BODY_MESSAGE b/.PR_BODY_MESSAGE new file mode 100644 index 000000000000..a723d46c574f --- /dev/null +++ b/.PR_BODY_MESSAGE @@ -0,0 +1,7 @@ +chore: remove unnecessary trait bounds (https://github.com/noir-lang/noir/pull/7635) +feat: add optional oracle resolver url in `acvm_cli` (https://github.com/noir-lang/noir/pull/7630) +chore: Rename `StructDefinition` to `TypeDefinition` (https://github.com/noir-lang/noir/pull/7614) +fix: Error on infinitely recursive types (https://github.com/noir-lang/noir/pull/7579) +fix: update error message to display 128 bits as valid bit size (https://github.com/noir-lang/noir/pull/7626) +chore: update docs to reflect u128 type (https://github.com/noir-lang/noir/pull/7623) +feat: array concat method (https://github.com/noir-lang/noir/pull/7199) diff --git a/noir-repo b/noir-repo new file mode 160000 index 000000000000..1fa0dd95a95b --- /dev/null +++ b/noir-repo @@ -0,0 +1 @@ +Subproject commit 1fa0dd95a95b01652332e94952ade14019a51fd1 diff --git a/noir/noir-repo-ref b/noir/noir-repo-ref index 73cf7801022a..25b3bca45ee0 100644 --- a/noir/noir-repo-ref +++ b/noir/noir-repo-ref @@ -1 +1 @@ -nightly-2025-03-07 +nightly-2025-03-10