Skip to content

Commit

Permalink
Merge 9dfe76c into b5344bf
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Jan 30, 2024
2 parents b5344bf + 9dfe76c commit 52a9210
Show file tree
Hide file tree
Showing 9 changed files with 395 additions and 1,188 deletions.
10 changes: 5 additions & 5 deletions packages/beacon-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
},
"dependencies": {
"@chainsafe/as-chacha20poly1305": "^0.1.0",
"@chainsafe/as-sha256": "^0.3.1",
"@chainsafe/as-sha256": "^0.4.1",
"@chainsafe/bls": "7.1.1",
"@chainsafe/blst": "^0.2.9",
"@chainsafe/discv5": "^7.1.0",
"@chainsafe/enr": "^2.0.2",
"@chainsafe/libp2p-gossipsub": "^11.1.0",
"@chainsafe/discv5": "^9.0.0",
"@chainsafe/enr": "^3.0.0",
"@chainsafe/libp2p-gossipsub": "^11.2.0",
"@chainsafe/libp2p-noise": "^14.1.0",
"@chainsafe/persistent-merkle-tree": "^0.6.1",
"@chainsafe/prometheus-gc-stats": "^1.0.0",
Expand Down Expand Up @@ -153,7 +153,7 @@
"systeminformation": "^5.17.12",
"uint8-varint": "^2.0.2",
"uint8arraylist": "^2.4.7",
"uint8arrays": "^4.0.9",
"uint8arrays": "^5.0.1",
"xxhash-wasm": "1.0.2"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"blockchain"
],
"dependencies": {
"@chainsafe/as-sha256": "^0.3.1",
"@chainsafe/as-sha256": "^0.4.1",
"@chainsafe/bls": "7.1.1",
"@chainsafe/bls-keygen": "^0.3.0",
"@chainsafe/bls-keystore": "^3.0.0",
"@chainsafe/bls-keygen": "^0.4.0",
"@chainsafe/bls-keystore": "^3.0.1",
"@chainsafe/blst": "^0.2.9",
"@chainsafe/discv5": "^7.1.0",
"@chainsafe/enr": "^2.0.2",
"@chainsafe/discv5": "^9.0.0",
"@chainsafe/enr": "^3.0.0",
"@chainsafe/persistent-merkle-tree": "^0.6.1",
"@chainsafe/ssz": "^0.14.0",
"@chainsafe/threads": "^1.11.1",
Expand Down Expand Up @@ -90,7 +90,7 @@
"proper-lockfile": "^4.1.2",
"rimraf": "^4.4.1",
"source-map-support": "^0.5.21",
"uint8arrays": "^4.0.9",
"uint8arrays": "^5.0.1",
"uuidv4": "^6.2.13",
"yargs": "^17.7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/flare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
],
"dependencies": {
"@chainsafe/bls": "7.1.1",
"@chainsafe/bls-keygen": "^0.3.0",
"@chainsafe/bls-keygen": "^0.4.0",
"@lodestar/api": "^1.15.0",
"@lodestar/config": "^1.15.0",
"@lodestar/params": "^1.15.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/light-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
"strict-event-emitter-types": "^2.0.0"
},
"devDependencies": {
"@chainsafe/as-sha256": "^0.3.1",
"@chainsafe/as-sha256": "^0.4.1",
"@types/qs": "^6.9.7",
"qs": "^6.11.1",
"uint8arrays": "^4.0.9"
"uint8arrays": "^5.0.1"
},
"keywords": [
"ethereum",
Expand Down
2 changes: 1 addition & 1 deletion packages/prover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@lodestar/params": "^1.15.0",
"@lodestar/types": "^1.15.0",
"@lodestar/utils": "^1.15.0",
"ethereum-cryptography": "^1.2.0",
"ethereum-cryptography": "^2.0.0",
"find-up": "^6.3.0",
"http-proxy": "^1.18.1",
"js-yaml": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/state-transition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"types": "lib/index.d.ts",
"dependencies": {
"@chainsafe/as-sha256": "^0.3.1",
"@chainsafe/as-sha256": "^0.4.1",
"@chainsafe/bls": "7.1.1",
"@chainsafe/blst": "^0.2.9",
"@chainsafe/persistent-merkle-tree": "^0.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
],
"dependencies": {
"@chainsafe/bls": "7.1.1",
"@chainsafe/bls-keystore": "^3.0.0",
"@chainsafe/bls-keystore": "^3.0.1",
"@lodestar/params": "^1.15.0",
"@lodestar/utils": "^1.15.0",
"axios": "^1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"types": "lib/index.d.ts",
"dependencies": {
"@chainsafe/as-sha256": "^0.3.1",
"@chainsafe/as-sha256": "^0.4.1",
"any-signal": "3.0.1",
"bigint-buffer": "^1.1.5",
"case": "^1.6.3",
Expand Down

0 comments on commit 52a9210

Please sign in to comment.