Skip to content

Commit

Permalink
feat: Sync from noir (#12176)
Browse files Browse the repository at this point in the history
Automated pull of development from the
[noir](https://github.com/noir-lang/noir) programming language, a
dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
feat: Sync from aztec-packages
(noir-lang/noir#7474)
fix: don't panic when shifting too much
(noir-lang/noir#7429)
chore: bump external pinned commits
(noir-lang/noir#7472)
chore: remove `disable_macros` compile option
(noir-lang/noir#7468)
chore(ci): add workflow to automate bumping aztec-packages commit
(noir-lang/noir#7465)
chore: Release Noir(1.0.0-beta.3)
(noir-lang/noir#7346)
chore(ci): Missing dash in profiler command argument
(noir-lang/noir#7467)
feat(experimental): show macro errors where they happen
(noir-lang/noir#7333)
feat: optimize FieldElement::num_bits
(noir-lang/noir#7147)
chore(profiler): Docs on profiler command and more complete error
reporting (noir-lang/noir#7436)
feat(ci): Release noir-inspector in binaries
(noir-lang/noir#7464)
chore(docs): Noir Profiler external documentation
(noir-lang/noir#7457)
feat(ci): Publish binaries for noir-profiler
(noir-lang/noir#7443)
chore: Copy #7387 docs into v1.0.0-beta.2 versioned_docs
(noir-lang/noir#7458)
fix: prevent incorrect ACIRgen caused by noop truncations
(noir-lang/noir#7456)
feat: add native `u128` type
(noir-lang/noir#7301)
chore: standardize that doc comments on top of statements and expression
are allowed but warn (noir-lang/noir#7450)
fix: don't let nargo fmt produce multiple trailing newlines
(noir-lang/noir#7444)
END_COMMIT_OVERRIDE

---------

Co-authored-by: Tom French <tom@tomfren.ch>
  • Loading branch information
AztecBot and TomAFrench committed Feb 22, 2025
1 parent 5d48d6f commit 37062ea
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion aztec/src/encrypted_logs/mod.nr
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pub mod encrypt;
pub mod log_assembly_strategies;

1 change: 0 additions & 1 deletion aztec/src/history/note_validity.nr
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ impl ProveNoteValidity for BlockHeader {
self.prove_note_not_nullified(retrieved_note, storage_slot, context);
}
}

1 change: 0 additions & 1 deletion aztec/src/macros/dispatch/mod.nr
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,3 @@ comptime fn get_type<T>() -> Type {
let t: T = std::mem::zeroed();
std::meta::type_of(t)
}

1 change: 0 additions & 1 deletion aztec/src/macros/functions/call_interface_stubs.nr
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,3 @@ comptime fn create_public_static_void_stub(f: FunctionDefinition) -> Quoted {
}
}
}

1 change: 0 additions & 1 deletion aztec/src/utils/field.nr
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,3 @@ unconstrained fn test_is_square() {
unconstrained fn test_is_not_square() {
assert(!is_square(10));
}

0 comments on commit 37062ea

Please sign in to comment.