Skip to content

Commit

Permalink
Merge 7039c8c into e9a3f07
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Feb 26, 2024
2 parents e9a3f07 + 7039c8c commit a3de30b
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 163 deletions.
11 changes: 3 additions & 8 deletions packages/beacon-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
"check-readme": "typescript-docs-verifier"
},
"dependencies": {
"@chainsafe/as-chacha20poly1305": "^0.1.0",
"@chainsafe/as-sha256": "^0.4.1",
"@chainsafe/bls": "7.1.3",
"@chainsafe/blst": "^0.2.9",
Expand Down Expand Up @@ -132,8 +131,6 @@
"@lodestar/utils": "^1.16.0",
"@lodestar/validator": "^1.16.0",
"@multiformats/multiaddr": "^12.1.3",
"@types/datastore-level": "^3.0.0",
"buffer-xor": "^2.0.2",
"c-kzg": "^2.1.2",
"datastore-core": "^9.1.1",
"datastore-level": "^10.1.1",
Expand All @@ -142,6 +139,7 @@
"interface-datastore": "^8.2.7",
"it-all": "^3.0.4",
"it-pipe": "^3.0.1",
"lodash": "^4.17.21",
"jwt-simple": "0.5.6",
"libp2p": "1.1.1",
"multiformats": "^11.0.1",
Expand All @@ -150,18 +148,15 @@
"snappyjs": "^0.7.0",
"strict-event-emitter-types": "^2.0.0",
"systeminformation": "^5.17.12",
"uint8-varint": "^2.0.2",
"uint8arraylist": "^2.4.7",
"uint8arrays": "^5.0.1",
"xxhash-wasm": "1.0.2"
},
"devDependencies": {
"@types/eventsource": "^1.1.11",
"@types/datastore-level": "^3.0.0",
"@types/leveldown": "^4.0.3",
"@types/lodash": "^4.14.192",
"@types/qs": "^6.9.7",
"@types/supertest": "^2.0.12",
"@types/tmp": "^0.2.3",
"eventsource": "^2.0.2",
"it-drain": "^3.0.3",
"it-pair": "^2.0.6",
"leveldown": "^6.1.1",
Expand Down
7 changes: 0 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"blockchain"
],
"dependencies": {
"@chainsafe/as-sha256": "^0.4.1",
"@chainsafe/bls": "7.1.3",
"@chainsafe/bls-keygen": "^0.4.0",
"@chainsafe/bls-keystore": "^3.0.1",
Expand All @@ -76,30 +75,24 @@
"@lodestar/utils": "^1.16.0",
"@lodestar/validator": "^1.16.0",
"@multiformats/multiaddr": "^12.1.3",
"bip39": "^3.1.0",
"deepmerge": "^4.3.1",
"ethers": "^6.7.0",
"expand-tilde": "^2.0.2",
"find-up": "^6.3.0",
"got": "^11.8.6",
"inquirer": "^9.1.5",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"prom-client": "^15.1.0",
"proper-lockfile": "^4.1.2",
"rimraf": "^4.4.1",
"source-map-support": "^0.5.21",
"uint8arrays": "^5.0.1",
"uuidv4": "^6.2.13",
"yargs": "^17.7.1"
},
"devDependencies": {
"@lodestar/test-utils": "^1.16.0",
"@types/debug": "^4.1.7",
"@types/expand-tilde": "^2.0.0",
"@types/got": "^9.6.12",
"@types/inquirer": "^9.0.3",
"@types/lodash": "^4.14.192",
"@types/proper-lockfile": "^4.1.4",
"@types/yargs": "^17.0.24"
}
Expand Down
1 change: 0 additions & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@chainsafe/ssz": "^0.14.0",
"@lodestar/config": "^1.16.0",
"@lodestar/utils": "^1.16.0",
"@types/levelup": "^4.3.3",
"it-all": "^3.0.4",
"level": "^8.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"@chainsafe/threads": "^1.11.1",
"@lodestar/test-utils": "^1.16.0",
"@types/triple-beam": "^1.3.2",
"rimraf": "^4.4.1",
"triple-beam": "^1.3.0"
},
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion packages/prover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"@ethereumjs/block": "^4.2.2",
"@ethereumjs/blockchain": "^6.2.2",
"@ethereumjs/common": "^3.1.2",
"@ethereumjs/evm": "^1.3.2",
"@ethereumjs/rlp": "^4.0.1",
"@ethereumjs/trie": "^5.0.5",
"@ethereumjs/tx": "^4.1.2",
Expand Down
4 changes: 1 addition & 3 deletions packages/state-transition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@
},
"devDependencies": {
"@chainsafe/blst": "^0.2.9",
"@types/buffer-xor": "^2.0.0",
"@types/mockery": "^1.4.30",
"mockery": "^2.1.0"
"@types/buffer-xor": "^2.0.0"
},
"keywords": [
"ethereum",
Expand Down
4 changes: 1 addition & 3 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@
"vitest": "^1.2.1"
},
"devDependencies": {
"@types/dockerode": "^3.3.19",
"@types/yargs": "^17.0.24",
"yargs": "^17.7.1"
"@types/yargs": "^17.0.24"
},
"peerDependencies": {
"vitest": "^1.2.1"
Expand Down
5 changes: 1 addition & 4 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,12 @@
"any-signal": "3.0.1",
"bigint-buffer": "^1.1.5",
"case": "^1.6.3",
"chalk": "^5.2.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.24",
"prom-client": "^15.1.0",
"triple-beam": "^1.3.0"
"prom-client": "^15.1.0"
},
"keywords": [
"ethereum",
Expand Down
1 change: 0 additions & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@lodestar/state-transition": "^1.16.0",
"@lodestar/types": "^1.16.0",
"@lodestar/utils": "^1.16.0",
"bigint-buffer": "^1.1.5",
"strict-event-emitter-types": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit a3de30b

Please sign in to comment.