Skip to content

Commit

Permalink
chore: rename private-kernel subpackage to protocol-circuits (#3134)
Browse files Browse the repository at this point in the history
renaming since it will contain more stuff, such as thepublic kernel in noir next!
  • Loading branch information
dan-aztec authored Oct 31, 2023
1 parent d294987 commit 3e07104
Show file tree
Hide file tree
Showing 117 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@aztec/noir-private-kernel",
"name": "@aztec/noir-protocol-circuits",
"version": "0.1.0",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"merkle-tree",
"noir-compiler",
"noir-contracts",
"noir-private-kernel",
"noir-protocol-circuits",
"p2p",
"p2p-bootstrap",
"prover-client",
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
4 changes: 2 additions & 2 deletions yarn-project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:^"
Expand Down

0 comments on commit 3e07104

Please sign in to comment.