Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Jan 18, 2024
1 parent 9d095e7 commit 975d054
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 114 deletions.
6 changes: 0 additions & 6 deletions yarn-project/aztec-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,11 @@
"@aztec/world-state": "workspace:^",
"koa": "^2.14.2",
"koa-router": "^12.0.0",
"levelup": "^5.1.1",
"lmdb": "^2.9.1",
"memdown": "^6.1.1",
"tslib": "^2.4.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.0",
"@types/leveldown": "^4.0.4",
"@types/levelup": "^5.1.2",
"@types/memdown": "^3.0.0",
"@types/node": "^18.7.23",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
Expand Down
92 changes: 0 additions & 92 deletions yarn-project/aztec-node/src/aztec-node/db.ts

This file was deleted.

16 changes: 0 additions & 16 deletions yarn-project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,10 @@ __metadata:
"@aztec/world-state": "workspace:^"
"@jest/globals": ^29.5.0
"@types/jest": ^29.5.0
"@types/leveldown": ^4.0.4
"@types/levelup": ^5.1.2
"@types/memdown": ^3.0.0
"@types/node": ^18.7.23
jest: ^29.5.0
koa: ^2.14.2
koa-router: ^12.0.0
levelup: ^5.1.1
lmdb: ^2.9.1
memdown: ^6.1.1
ts-jest: ^29.1.0
ts-node: ^10.9.1
tslib: ^2.4.0
Expand Down Expand Up @@ -3490,16 +3484,6 @@ __metadata:
languageName: node
linkType: hard

"@types/leveldown@npm:^4.0.4":
version: 4.0.4
resolution: "@types/leveldown@npm:4.0.4"
dependencies:
"@types/abstract-leveldown": "*"
"@types/node": "*"
checksum: 630b2d2d1c48f83d14ab0f6c03ad2af1c427675c3692873c4fd3d673bde4140eabc028ce5736ad3d76aeea20769cf53df6f83468a4f0cf28f6d04dbb435edf48
languageName: node
linkType: hard

"@types/levelup@npm:^5.1.2":
version: 5.1.2
resolution: "@types/levelup@npm:5.1.2"
Expand Down

0 comments on commit 975d054

Please sign in to comment.