Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion boxes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@aztec/blob-lib": "link:../yarn-project/blob-lib",
"@aztec/native": "link:../yarn-project/native",
"@aztec/builder": "link:../yarn-project/builder",
"@aztec/merkle-tree": "link:../yarn-project/merkle-tree",
"@aztec/types": "link:../yarn-project/types",
"@aztec/utils": "link:../yarn-project/utils",
"@aztec/testing-utils": "link:../yarn-project/testing-utils",
Expand Down
3 changes: 0 additions & 3 deletions docs/examples/ts/tsconfig.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@
{
"path": "../../../../yarn-project/l1-artifacts"
},
{
"path": "../../../../yarn-project/merkle-tree"
},
{
"path": "../../../../yarn-project/node-keystore"
},
Expand Down
1 change: 0 additions & 1 deletion yarn-project/aztec-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"@aztec/foundation": "workspace:^",
"@aztec/kv-store": "workspace:^",
"@aztec/l1-artifacts": "workspace:^",
"@aztec/merkle-tree": "workspace:^",
"@aztec/node-keystore": "workspace:^",
"@aztec/node-lib": "workspace:^",
"@aztec/noir-protocol-circuits-types": "workspace:^",
Expand Down
3 changes: 0 additions & 3 deletions yarn-project/aztec-node/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
{
"path": "../l1-artifacts"
},
{
"path": "../merkle-tree"
},
{
"path": "../node-keystore"
},
Expand Down
1 change: 0 additions & 1 deletion yarn-project/end-to-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@aztec/foundation": "workspace:^",
"@aztec/kv-store": "workspace:^",
"@aztec/l1-artifacts": "workspace:^",
"@aztec/merkle-tree": "workspace:^",
"@aztec/node-keystore": "workspace:^",
"@aztec/noir-contracts.js": "workspace:^",
"@aztec/noir-noirc_abi": "portal:../../noir/packages/noirc_abi",
Expand Down
3 changes: 0 additions & 3 deletions yarn-project/end-to-end/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
{
"path": "../l1-artifacts"
},
{
"path": "../merkle-tree"
},
{
"path": "../node-keystore"
},
Expand Down
41 changes: 0 additions & 41 deletions yarn-project/merkle-tree/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions yarn-project/merkle-tree/eslint.config.js

This file was deleted.

88 changes: 0 additions & 88 deletions yarn-project/merkle-tree/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions yarn-project/merkle-tree/package.local.json

This file was deleted.

51 changes: 0 additions & 51 deletions yarn-project/merkle-tree/src/hasher_with_stats.ts

This file was deleted.

17 changes: 0 additions & 17 deletions yarn-project/merkle-tree/src/index.ts

This file was deleted.

17 changes: 0 additions & 17 deletions yarn-project/merkle-tree/src/interfaces/append_only_tree.ts

This file was deleted.

83 changes: 0 additions & 83 deletions yarn-project/merkle-tree/src/interfaces/indexed_tree.ts

This file was deleted.

Loading
Loading