Skip to content

Commit

Permalink
feat: Sync from noir (#10922)
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
chore: add `rollup_root` and `rollup_block_merge` to tracked protocol
circuits (noir-lang/noir#6903)
fix: consistent file_id across installation paths
(noir-lang/noir#6912)
fix: bigint builtins are foreigns
(noir-lang/noir#6892)
fix: remove unnecessary cast in bit-shift
(noir-lang/noir#6890)
chore: Release Noir(1.0.0-beta.1)
(noir-lang/noir#6622)
chore: Add `Instruction::Noop`
(noir-lang/noir#6899)
END_COMMIT_OVERRIDE

---------

Co-authored-by: Tom French <[email protected]>
  • Loading branch information
AztecBot and TomAFrench committed Jan 3, 2025
1 parent e85b6bf commit 2232e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/barretenberg/world_state_napi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ file(GLOB_RECURSE SOURCE_FILES *.cpp)
file(GLOB_RECURSE HEADER_FILES *.hpp *.tcc)

execute_process(
COMMAND yarn --frozen-lockfile --prefer-offline
COMMAND yarn --immutable
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)

Expand Down

0 comments on commit 2232e0c

Please sign in to comment.