From 3e071046d7b0f280cc3b5c426399902425aa1039 Mon Sep 17 00:00:00 2001 From: Dan Lee <142251406+dan-aztec@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:12:38 -0700 Subject: [PATCH] chore: rename private-kernel subpackage to protocol-circuits (#3134) renaming since it will contain more stuff, such as thepublic kernel in noir next! --- .../.eslintrc.cjs | 0 .../.gitignore | 0 .../.prettierignore | 0 .../{noir-private-kernel => noir-protocol-circuits}/README.md | 0 .../package.json | 2 +- .../src/Nargo.toml | 0 .../src/__snapshots__/index.test.ts.snap | 0 .../src/__snapshots__/noir_test_gen.test.ts.snap | 0 .../src/crates/bug-collecting-crate/add-is-zero.nr | 0 .../src/crates/bug-collecting-crate/array_len.nr | 0 .../src/crates/bug-collecting-crate/devex-bug-catching.nr | 0 .../crates/bug-collecting-crate/devex-document-to_le_bits.nr | 0 .../src/crates/bug-collecting-crate/devex-integers.nr | 0 .../src/crates/bug-collecting-crate/devex-maxim.nr | 0 .../crates/bug-collecting-crate/devex-return-pattern-match.nr | 0 .../bug-collecting-crate/devex-santiago-automatic-deref.nr | 0 .../src/crates/bug-collecting-crate/devex-slice-to-array.nr | 0 .../src/crates/bug-collecting-crate/devex-test-ignore.nr | 0 .../src/crates/bug-collecting-crate/devex-turbo-fish.nr | 0 .../src/crates/bug-collecting-crate/devex-type-alias.nr | 0 .../src/crates/bug-collecting-crate/export.nr | 0 .../bug-collecting-crate/index-on-mutable-array-jake.nr | 0 .../bug-collecting-crate/invalid-test-syntax-passing.nr | 0 .../src/crates/bug-collecting-crate/iterate-mutable-array.nr | 0 .../src/crates/bug-collecting-crate/local-dep-does-not-exist | 0 .../bug-collecting-crate/non-global-type-as-array-size.nr | 0 .../src/crates/bug-collecting-crate/re-exports-not-working.nr | 0 .../src/crates/bug-collecting-crate/reexports.nr | 0 .../should-compile-different-namespace.nr | 0 .../src/crates/bug-collecting-crate/should-not-compile.nr | 0 .../src/crates/bug-collecting-crate/test-println.nr | 0 .../src/crates/bug-collecting-crate/type-alias-shorthand.nr | 0 .../src/crates/bug-collecting-crate/typechain-type-alias.nr | 0 .../src/crates/private-kernel-init-simulated/Nargo.toml | 0 .../src/crates/private-kernel-init-simulated/src/main.nr | 0 .../src/crates/private-kernel-init/Nargo.toml | 0 .../src/crates/private-kernel-init/src/main.nr | 0 .../src/crates/private-kernel-inner-simulated/Nargo.toml | 0 .../src/crates/private-kernel-inner-simulated/src/main.nr | 0 .../src/crates/private-kernel-inner/Nargo.toml | 0 .../src/crates/private-kernel-inner/src/main.nr | 0 .../src/crates/private-kernel-lib/Nargo.toml | 0 .../src/crates/private-kernel-lib/src/abis.nr | 0 .../src/crates/private-kernel-lib/src/abis/call_context.nr | 0 .../src/crates/private-kernel-lib/src/abis/call_stack_item.nr | 0 .../private-kernel-lib/src/abis/combined_accumulated_data.nr | 0 .../private-kernel-lib/src/abis/combined_constant_data.nr | 0 .../crates/private-kernel-lib/src/abis/complete_address.nr | 0 .../private-kernel-lib/src/abis/contract_leaf_preimage.nr | 0 .../src/crates/private-kernel-lib/src/abis/function_data.nr | 0 .../private-kernel-lib/src/abis/function_leaf_preimage.nr | 0 .../crates/private-kernel-lib/src/abis/function_selector.nr | 0 .../private-kernel-lib/src/abis/historical_block_data.nr | 0 .../src/abis/kernel_circuit_public_inputs.nr | 0 .../crates/private-kernel-lib/src/abis/membership_witness.nr | 0 .../crates/private-kernel-lib/src/abis/new_contract_data.nr | 0 .../private-kernel-lib/src/abis/optionally_revealed_data.nr | 0 .../private-kernel-lib/src/abis/previous_kernel_data.nr | 0 .../src/abis/private_circuit_public_inputs.nr | 0 .../src/crates/private-kernel-lib/src/abis/private_kernel.nr | 0 .../src/abis/private_kernel/private_call_data.nr | 0 .../src/abis/public_circuit_public_inputs.nr | 0 .../crates/private-kernel-lib/src/abis/public_data_read.nr | 0 .../private-kernel-lib/src/abis/public_data_update_request.nr | 0 .../src/abis/read_request_membership_witness.nr | 0 .../src/crates/private-kernel-lib/src/address.nr | 0 .../src/crates/private-kernel-lib/src/block.nr | 0 .../src/crates/private-kernel-lib/src/common.nr | 0 .../src/crates/private-kernel-lib/src/contrakt.nr | 0 .../crates/private-kernel-lib/src/contrakt/deployment_data.nr | 0 .../crates/private-kernel-lib/src/contrakt/storage_read.nr | 0 .../private-kernel-lib/src/contrakt/storage_update_request.nr | 0 .../src/crates/private-kernel-lib/src/hash.nr | 0 .../src/crates/private-kernel-lib/src/interop_testing.nr | 0 .../src/crates/private-kernel-lib/src/lib.nr | 0 .../src/crates/private-kernel-lib/src/mocked.nr | 0 .../src/crates/private-kernel-lib/src/point.nr | 0 .../src/crates/private-kernel-lib/src/private_kernel_init.nr | 0 .../src/crates/private-kernel-lib/src/private_kernel_inner.nr | 0 .../crates/private-kernel-lib/src/private_kernel_ordering.nr | 0 .../src/crates/private-kernel-lib/src/tests.nr | 0 .../src/crates/private-kernel-lib/src/tests/apps.nr | 0 .../crates/private-kernel-lib/src/tests/apps/constructor.nr | 0 .../src/crates/private-kernel-lib/src/tests/apps/deposit.nr | 0 .../src/crates/private-kernel-lib/src/tests/read_requests.nr | 0 .../crates/private-kernel-lib/src/tests/testing_harness.nr | 0 .../src/crates/private-kernel-lib/src/transaction.nr | 0 .../src/crates/private-kernel-lib/src/transaction/context.nr | 0 .../src/crates/private-kernel-lib/src/transaction/request.nr | 0 .../src/crates/private-kernel-lib/src/utils.nr | 0 .../src/crates/private-kernel-lib/src/utils/arrays.nr | 0 .../src/crates/private-kernel-lib/src/utils/bounded_vec.nr | 0 .../src/crates/private-kernel-lib/src/utils/uint128.nr | 0 .../src/crates/private-kernel-lib/src/utils/uint256.nr | 0 .../src/crates/private-kernel-ordering-simulated/Nargo.toml | 0 .../src/crates/private-kernel-ordering-simulated/src/main.nr | 0 .../src/crates/private-kernel-ordering/Nargo.toml | 0 .../src/crates/private-kernel-ordering/src/main.nr | 0 .../src/index.test.ts | 0 .../src/index.ts | 0 .../src/noir_test_gen.test.ts | 0 .../src/scripts/generate_ts_from_abi.ts | 0 .../src/target/private_kernel_init.json | 0 .../src/target/private_kernel_init_simulated.json | 0 .../src/target/private_kernel_inner.json | 0 .../src/target/private_kernel_inner_simulated.json | 0 .../src/target/private_kernel_ordering.json | 0 .../src/target/private_kernel_ordering_simulated.json | 0 .../src/type_conversion.test.ts | 0 .../src/type_conversion.ts | 0 .../src/types/private_kernel_init_types.ts | 0 .../src/types/private_kernel_inner_types.ts | 0 .../src/types/private_kernel_ordering_types.ts | 0 .../tsconfig.json | 0 yarn-project/package.json | 2 +- yarn-project/tsconfig.json | 2 +- yarn-project/yarn.lock | 4 ++-- 117 files changed, 5 insertions(+), 5 deletions(-) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/.eslintrc.cjs (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/.gitignore (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/.prettierignore (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/README.md (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/package.json (97%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/Nargo.toml (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/__snapshots__/index.test.ts.snap (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/__snapshots__/noir_test_gen.test.ts.snap (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/add-is-zero.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/array_len.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/devex-bug-catching.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/devex-document-to_le_bits.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/devex-integers.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/devex-maxim.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/devex-return-pattern-match.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/devex-santiago-automatic-deref.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/devex-slice-to-array.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/devex-test-ignore.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/devex-turbo-fish.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/devex-type-alias.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/export.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/index-on-mutable-array-jake.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/invalid-test-syntax-passing.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/iterate-mutable-array.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/local-dep-does-not-exist (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/non-global-type-as-array-size.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/re-exports-not-working.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/reexports.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/should-compile-different-namespace.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/should-not-compile.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/test-println.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/type-alias-shorthand.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/bug-collecting-crate/typechain-type-alias.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-init-simulated/Nargo.toml (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-init-simulated/src/main.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-init/Nargo.toml (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-init/src/main.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-inner-simulated/Nargo.toml (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-inner-simulated/src/main.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-inner/Nargo.toml (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-inner/src/main.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/Nargo.toml (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/call_context.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/call_stack_item.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/combined_accumulated_data.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/combined_constant_data.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/complete_address.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/contract_leaf_preimage.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/function_data.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/function_leaf_preimage.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/function_selector.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/historical_block_data.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/kernel_circuit_public_inputs.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/membership_witness.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/new_contract_data.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/optionally_revealed_data.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/previous_kernel_data.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/private_circuit_public_inputs.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/private_kernel.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/private_kernel/private_call_data.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/public_circuit_public_inputs.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/public_data_read.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/public_data_update_request.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/abis/read_request_membership_witness.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/address.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/block.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/common.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/contrakt.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/contrakt/deployment_data.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/contrakt/storage_read.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/contrakt/storage_update_request.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/hash.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/interop_testing.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/lib.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/mocked.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/point.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/private_kernel_init.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/private_kernel_inner.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/private_kernel_ordering.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/tests.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/tests/apps.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/tests/apps/constructor.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/tests/apps/deposit.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/tests/read_requests.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/tests/testing_harness.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/transaction.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/transaction/context.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/transaction/request.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/utils.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/utils/arrays.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/utils/bounded_vec.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/utils/uint128.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-lib/src/utils/uint256.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-ordering-simulated/Nargo.toml (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-ordering-simulated/src/main.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-ordering/Nargo.toml (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/crates/private-kernel-ordering/src/main.nr (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/index.test.ts (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/index.ts (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/noir_test_gen.test.ts (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/scripts/generate_ts_from_abi.ts (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/target/private_kernel_init.json (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/target/private_kernel_init_simulated.json (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/target/private_kernel_inner.json (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/target/private_kernel_inner_simulated.json (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/target/private_kernel_ordering.json (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/target/private_kernel_ordering_simulated.json (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/type_conversion.test.ts (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/type_conversion.ts (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/types/private_kernel_init_types.ts (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/types/private_kernel_inner_types.ts (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/src/types/private_kernel_ordering_types.ts (100%) rename yarn-project/{noir-private-kernel => noir-protocol-circuits}/tsconfig.json (100%) diff --git a/yarn-project/noir-private-kernel/.eslintrc.cjs b/yarn-project/noir-protocol-circuits/.eslintrc.cjs similarity index 100% rename from yarn-project/noir-private-kernel/.eslintrc.cjs rename to yarn-project/noir-protocol-circuits/.eslintrc.cjs diff --git a/yarn-project/noir-private-kernel/.gitignore b/yarn-project/noir-protocol-circuits/.gitignore similarity index 100% rename from yarn-project/noir-private-kernel/.gitignore rename to yarn-project/noir-protocol-circuits/.gitignore diff --git a/yarn-project/noir-private-kernel/.prettierignore b/yarn-project/noir-protocol-circuits/.prettierignore similarity index 100% rename from yarn-project/noir-private-kernel/.prettierignore rename to yarn-project/noir-protocol-circuits/.prettierignore diff --git a/yarn-project/noir-private-kernel/README.md b/yarn-project/noir-protocol-circuits/README.md similarity index 100% rename from yarn-project/noir-private-kernel/README.md rename to yarn-project/noir-protocol-circuits/README.md diff --git a/yarn-project/noir-private-kernel/package.json b/yarn-project/noir-protocol-circuits/package.json similarity index 97% rename from yarn-project/noir-private-kernel/package.json rename to yarn-project/noir-protocol-circuits/package.json index 7950f561383..a43adb08a55 100644 --- a/yarn-project/noir-private-kernel/package.json +++ b/yarn-project/noir-protocol-circuits/package.json @@ -1,5 +1,5 @@ { - "name": "@aztec/noir-private-kernel", + "name": "@aztec/noir-protocol-circuits", "version": "0.1.0", "type": "module", "exports": { diff --git a/yarn-project/noir-private-kernel/src/Nargo.toml b/yarn-project/noir-protocol-circuits/src/Nargo.toml similarity index 100% rename from yarn-project/noir-private-kernel/src/Nargo.toml rename to yarn-project/noir-protocol-circuits/src/Nargo.toml diff --git a/yarn-project/noir-private-kernel/src/__snapshots__/index.test.ts.snap b/yarn-project/noir-protocol-circuits/src/__snapshots__/index.test.ts.snap similarity index 100% rename from yarn-project/noir-private-kernel/src/__snapshots__/index.test.ts.snap rename to yarn-project/noir-protocol-circuits/src/__snapshots__/index.test.ts.snap diff --git a/yarn-project/noir-private-kernel/src/__snapshots__/noir_test_gen.test.ts.snap b/yarn-project/noir-protocol-circuits/src/__snapshots__/noir_test_gen.test.ts.snap similarity index 100% rename from yarn-project/noir-private-kernel/src/__snapshots__/noir_test_gen.test.ts.snap rename to yarn-project/noir-protocol-circuits/src/__snapshots__/noir_test_gen.test.ts.snap diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/add-is-zero.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/add-is-zero.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/add-is-zero.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/add-is-zero.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/array_len.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/array_len.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/array_len.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/array_len.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-bug-catching.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-bug-catching.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-bug-catching.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-bug-catching.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-document-to_le_bits.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-document-to_le_bits.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-document-to_le_bits.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-document-to_le_bits.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-integers.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-integers.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-integers.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-integers.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-maxim.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-maxim.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-maxim.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-maxim.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-return-pattern-match.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-return-pattern-match.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-return-pattern-match.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-return-pattern-match.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-santiago-automatic-deref.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-santiago-automatic-deref.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-santiago-automatic-deref.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-santiago-automatic-deref.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-slice-to-array.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-slice-to-array.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-slice-to-array.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-slice-to-array.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-test-ignore.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-test-ignore.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-test-ignore.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-test-ignore.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-turbo-fish.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-turbo-fish.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-turbo-fish.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-turbo-fish.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-type-alias.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-type-alias.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/devex-type-alias.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/devex-type-alias.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/export.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/export.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/export.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/export.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/index-on-mutable-array-jake.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/index-on-mutable-array-jake.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/index-on-mutable-array-jake.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/index-on-mutable-array-jake.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/invalid-test-syntax-passing.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/invalid-test-syntax-passing.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/invalid-test-syntax-passing.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/invalid-test-syntax-passing.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/iterate-mutable-array.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/iterate-mutable-array.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/iterate-mutable-array.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/iterate-mutable-array.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/local-dep-does-not-exist b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/local-dep-does-not-exist similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/local-dep-does-not-exist rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/local-dep-does-not-exist diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/non-global-type-as-array-size.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/non-global-type-as-array-size.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/non-global-type-as-array-size.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/non-global-type-as-array-size.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/re-exports-not-working.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/re-exports-not-working.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/re-exports-not-working.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/re-exports-not-working.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/reexports.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/reexports.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/reexports.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/reexports.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/should-compile-different-namespace.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/should-compile-different-namespace.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/should-compile-different-namespace.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/should-compile-different-namespace.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/should-not-compile.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/should-not-compile.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/should-not-compile.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/should-not-compile.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/test-println.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/test-println.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/test-println.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/test-println.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/type-alias-shorthand.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/type-alias-shorthand.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/type-alias-shorthand.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/type-alias-shorthand.nr diff --git a/yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/typechain-type-alias.nr b/yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/typechain-type-alias.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/bug-collecting-crate/typechain-type-alias.nr rename to yarn-project/noir-protocol-circuits/src/crates/bug-collecting-crate/typechain-type-alias.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-init-simulated/Nargo.toml b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-init-simulated/Nargo.toml similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-init-simulated/Nargo.toml rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-init-simulated/Nargo.toml diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-init-simulated/src/main.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-init-simulated/src/main.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-init-simulated/src/main.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-init-simulated/src/main.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-init/Nargo.toml b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-init/Nargo.toml similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-init/Nargo.toml rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-init/Nargo.toml diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-init/src/main.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-init/src/main.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-init/src/main.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-init/src/main.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-inner-simulated/Nargo.toml b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-inner-simulated/Nargo.toml similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-inner-simulated/Nargo.toml rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-inner-simulated/Nargo.toml diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-inner-simulated/src/main.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-inner-simulated/src/main.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-inner-simulated/src/main.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-inner-simulated/src/main.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-inner/Nargo.toml b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-inner/Nargo.toml similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-inner/Nargo.toml rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-inner/Nargo.toml diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-inner/src/main.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-inner/src/main.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-inner/src/main.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-inner/src/main.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/Nargo.toml b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/Nargo.toml similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/Nargo.toml rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/Nargo.toml diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/call_context.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/call_context.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/call_context.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/call_context.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/call_stack_item.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/call_stack_item.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/call_stack_item.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/call_stack_item.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/combined_accumulated_data.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/combined_accumulated_data.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/combined_accumulated_data.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/combined_accumulated_data.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/combined_constant_data.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/combined_constant_data.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/combined_constant_data.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/combined_constant_data.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/complete_address.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/complete_address.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/complete_address.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/complete_address.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/contract_leaf_preimage.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/contract_leaf_preimage.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/contract_leaf_preimage.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/contract_leaf_preimage.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/function_data.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/function_data.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/function_data.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/function_data.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/function_leaf_preimage.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/function_leaf_preimage.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/function_leaf_preimage.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/function_leaf_preimage.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/function_selector.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/function_selector.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/function_selector.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/function_selector.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/historical_block_data.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/historical_block_data.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/historical_block_data.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/historical_block_data.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/kernel_circuit_public_inputs.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/kernel_circuit_public_inputs.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/kernel_circuit_public_inputs.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/kernel_circuit_public_inputs.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/membership_witness.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/membership_witness.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/membership_witness.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/membership_witness.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/new_contract_data.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/new_contract_data.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/new_contract_data.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/new_contract_data.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/optionally_revealed_data.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/optionally_revealed_data.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/optionally_revealed_data.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/optionally_revealed_data.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/previous_kernel_data.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/previous_kernel_data.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/previous_kernel_data.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/previous_kernel_data.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/private_circuit_public_inputs.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/private_circuit_public_inputs.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/private_circuit_public_inputs.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/private_circuit_public_inputs.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/private_kernel.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/private_kernel.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/private_kernel.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/private_kernel.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/private_kernel/private_call_data.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/private_kernel/private_call_data.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/private_kernel/private_call_data.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/private_kernel/private_call_data.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/public_circuit_public_inputs.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/public_circuit_public_inputs.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/public_circuit_public_inputs.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/public_circuit_public_inputs.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/public_data_read.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/public_data_read.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/public_data_read.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/public_data_read.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/public_data_update_request.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/public_data_update_request.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/public_data_update_request.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/public_data_update_request.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/read_request_membership_witness.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/read_request_membership_witness.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/abis/read_request_membership_witness.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/abis/read_request_membership_witness.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/address.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/address.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/address.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/address.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/block.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/block.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/block.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/block.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/common.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/common.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/common.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/common.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/contrakt.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/contrakt.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/contrakt.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/contrakt.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/contrakt/deployment_data.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/contrakt/deployment_data.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/contrakt/deployment_data.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/contrakt/deployment_data.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/contrakt/storage_read.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/contrakt/storage_read.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/contrakt/storage_read.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/contrakt/storage_read.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/contrakt/storage_update_request.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/contrakt/storage_update_request.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/contrakt/storage_update_request.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/contrakt/storage_update_request.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/hash.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/hash.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/hash.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/hash.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/interop_testing.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/interop_testing.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/interop_testing.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/interop_testing.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/lib.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/lib.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/lib.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/lib.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/mocked.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/mocked.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/mocked.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/mocked.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/point.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/point.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/point.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/point.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/private_kernel_init.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/private_kernel_init.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/private_kernel_init.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/private_kernel_init.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/private_kernel_inner.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/private_kernel_inner.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/private_kernel_inner.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/private_kernel_inner.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/private_kernel_ordering.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/private_kernel_ordering.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/private_kernel_ordering.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/private_kernel_ordering.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/tests.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/tests.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/tests.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/tests.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/tests/apps.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/tests/apps.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/tests/apps.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/tests/apps.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/tests/apps/constructor.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/tests/apps/constructor.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/tests/apps/constructor.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/tests/apps/constructor.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/tests/apps/deposit.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/tests/apps/deposit.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/tests/apps/deposit.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/tests/apps/deposit.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/tests/read_requests.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/tests/read_requests.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/tests/read_requests.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/tests/read_requests.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/tests/testing_harness.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/tests/testing_harness.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/tests/testing_harness.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/tests/testing_harness.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/transaction.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/transaction.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/transaction.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/transaction.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/transaction/context.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/transaction/context.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/transaction/context.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/transaction/context.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/transaction/request.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/transaction/request.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/transaction/request.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/transaction/request.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/utils.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/utils.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/utils.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/utils.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/utils/arrays.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/utils/arrays.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/utils/arrays.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/utils/arrays.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/utils/bounded_vec.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/utils/bounded_vec.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/utils/bounded_vec.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/utils/bounded_vec.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/utils/uint128.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/utils/uint128.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/utils/uint128.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/utils/uint128.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/utils/uint256.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/utils/uint256.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-lib/src/utils/uint256.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-lib/src/utils/uint256.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-ordering-simulated/Nargo.toml b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-ordering-simulated/Nargo.toml similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-ordering-simulated/Nargo.toml rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-ordering-simulated/Nargo.toml diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-ordering-simulated/src/main.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-ordering-simulated/src/main.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-ordering-simulated/src/main.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-ordering-simulated/src/main.nr diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-ordering/Nargo.toml b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-ordering/Nargo.toml similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-ordering/Nargo.toml rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-ordering/Nargo.toml diff --git a/yarn-project/noir-private-kernel/src/crates/private-kernel-ordering/src/main.nr b/yarn-project/noir-protocol-circuits/src/crates/private-kernel-ordering/src/main.nr similarity index 100% rename from yarn-project/noir-private-kernel/src/crates/private-kernel-ordering/src/main.nr rename to yarn-project/noir-protocol-circuits/src/crates/private-kernel-ordering/src/main.nr diff --git a/yarn-project/noir-private-kernel/src/index.test.ts b/yarn-project/noir-protocol-circuits/src/index.test.ts similarity index 100% rename from yarn-project/noir-private-kernel/src/index.test.ts rename to yarn-project/noir-protocol-circuits/src/index.test.ts diff --git a/yarn-project/noir-private-kernel/src/index.ts b/yarn-project/noir-protocol-circuits/src/index.ts similarity index 100% rename from yarn-project/noir-private-kernel/src/index.ts rename to yarn-project/noir-protocol-circuits/src/index.ts diff --git a/yarn-project/noir-private-kernel/src/noir_test_gen.test.ts b/yarn-project/noir-protocol-circuits/src/noir_test_gen.test.ts similarity index 100% rename from yarn-project/noir-private-kernel/src/noir_test_gen.test.ts rename to yarn-project/noir-protocol-circuits/src/noir_test_gen.test.ts diff --git a/yarn-project/noir-private-kernel/src/scripts/generate_ts_from_abi.ts b/yarn-project/noir-protocol-circuits/src/scripts/generate_ts_from_abi.ts similarity index 100% rename from yarn-project/noir-private-kernel/src/scripts/generate_ts_from_abi.ts rename to yarn-project/noir-protocol-circuits/src/scripts/generate_ts_from_abi.ts diff --git a/yarn-project/noir-private-kernel/src/target/private_kernel_init.json b/yarn-project/noir-protocol-circuits/src/target/private_kernel_init.json similarity index 100% rename from yarn-project/noir-private-kernel/src/target/private_kernel_init.json rename to yarn-project/noir-protocol-circuits/src/target/private_kernel_init.json diff --git a/yarn-project/noir-private-kernel/src/target/private_kernel_init_simulated.json b/yarn-project/noir-protocol-circuits/src/target/private_kernel_init_simulated.json similarity index 100% rename from yarn-project/noir-private-kernel/src/target/private_kernel_init_simulated.json rename to yarn-project/noir-protocol-circuits/src/target/private_kernel_init_simulated.json diff --git a/yarn-project/noir-private-kernel/src/target/private_kernel_inner.json b/yarn-project/noir-protocol-circuits/src/target/private_kernel_inner.json similarity index 100% rename from yarn-project/noir-private-kernel/src/target/private_kernel_inner.json rename to yarn-project/noir-protocol-circuits/src/target/private_kernel_inner.json diff --git a/yarn-project/noir-private-kernel/src/target/private_kernel_inner_simulated.json b/yarn-project/noir-protocol-circuits/src/target/private_kernel_inner_simulated.json similarity index 100% rename from yarn-project/noir-private-kernel/src/target/private_kernel_inner_simulated.json rename to yarn-project/noir-protocol-circuits/src/target/private_kernel_inner_simulated.json diff --git a/yarn-project/noir-private-kernel/src/target/private_kernel_ordering.json b/yarn-project/noir-protocol-circuits/src/target/private_kernel_ordering.json similarity index 100% rename from yarn-project/noir-private-kernel/src/target/private_kernel_ordering.json rename to yarn-project/noir-protocol-circuits/src/target/private_kernel_ordering.json diff --git a/yarn-project/noir-private-kernel/src/target/private_kernel_ordering_simulated.json b/yarn-project/noir-protocol-circuits/src/target/private_kernel_ordering_simulated.json similarity index 100% rename from yarn-project/noir-private-kernel/src/target/private_kernel_ordering_simulated.json rename to yarn-project/noir-protocol-circuits/src/target/private_kernel_ordering_simulated.json diff --git a/yarn-project/noir-private-kernel/src/type_conversion.test.ts b/yarn-project/noir-protocol-circuits/src/type_conversion.test.ts similarity index 100% rename from yarn-project/noir-private-kernel/src/type_conversion.test.ts rename to yarn-project/noir-protocol-circuits/src/type_conversion.test.ts diff --git a/yarn-project/noir-private-kernel/src/type_conversion.ts b/yarn-project/noir-protocol-circuits/src/type_conversion.ts similarity index 100% rename from yarn-project/noir-private-kernel/src/type_conversion.ts rename to yarn-project/noir-protocol-circuits/src/type_conversion.ts diff --git a/yarn-project/noir-private-kernel/src/types/private_kernel_init_types.ts b/yarn-project/noir-protocol-circuits/src/types/private_kernel_init_types.ts similarity index 100% rename from yarn-project/noir-private-kernel/src/types/private_kernel_init_types.ts rename to yarn-project/noir-protocol-circuits/src/types/private_kernel_init_types.ts diff --git a/yarn-project/noir-private-kernel/src/types/private_kernel_inner_types.ts b/yarn-project/noir-protocol-circuits/src/types/private_kernel_inner_types.ts similarity index 100% rename from yarn-project/noir-private-kernel/src/types/private_kernel_inner_types.ts rename to yarn-project/noir-protocol-circuits/src/types/private_kernel_inner_types.ts diff --git a/yarn-project/noir-private-kernel/src/types/private_kernel_ordering_types.ts b/yarn-project/noir-protocol-circuits/src/types/private_kernel_ordering_types.ts similarity index 100% rename from yarn-project/noir-private-kernel/src/types/private_kernel_ordering_types.ts rename to yarn-project/noir-protocol-circuits/src/types/private_kernel_ordering_types.ts diff --git a/yarn-project/noir-private-kernel/tsconfig.json b/yarn-project/noir-protocol-circuits/tsconfig.json similarity index 100% rename from yarn-project/noir-private-kernel/tsconfig.json rename to yarn-project/noir-protocol-circuits/tsconfig.json diff --git a/yarn-project/package.json b/yarn-project/package.json index 4a450e19d32..33c83a466c5 100644 --- a/yarn-project/package.json +++ b/yarn-project/package.json @@ -38,7 +38,7 @@ "merkle-tree", "noir-compiler", "noir-contracts", - "noir-private-kernel", + "noir-protocol-circuits", "p2p", "p2p-bootstrap", "prover-client", diff --git a/yarn-project/tsconfig.json b/yarn-project/tsconfig.json index 722abcd9d64..9910d1379ca 100644 --- a/yarn-project/tsconfig.json +++ b/yarn-project/tsconfig.json @@ -35,7 +35,7 @@ { "path": "merkle-tree/tsconfig.json" }, { "path": "noir-contracts/tsconfig.json" }, { "path": "noir-compiler/tsconfig.json" }, - { "path": "noir-private-kernel/tsconfig.json" }, + { "path": "noir-protocol-circuits/tsconfig.json" }, { "path": "p2p/tsconfig.json" }, { "path": "p2p-bootstrap/tsconfig.json" }, { "path": "prover-client/tsconfig.json" }, diff --git a/yarn-project/yarn.lock b/yarn-project/yarn.lock index 09832b701b8..7a328c4143d 100644 --- a/yarn-project/yarn.lock +++ b/yarn-project/yarn.lock @@ -648,9 +648,9 @@ __metadata: languageName: unknown linkType: soft -"@aztec/noir-private-kernel@workspace:noir-private-kernel": +"@aztec/noir-protocol-circuits@workspace:noir-protocol-circuits": version: 0.0.0-use.local - resolution: "@aztec/noir-private-kernel@workspace:noir-private-kernel" + resolution: "@aztec/noir-protocol-circuits@workspace:noir-protocol-circuits" dependencies: "@aztec/circuits.js": "workspace:^" "@aztec/foundation": "workspace:^"