Skip to content

Commit

Permalink
feat(blst): add new blst to all packages with bls
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed May 15, 2023
1 parent 229b77b commit 0bcde15
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/beacon-node/package.json
Expand Up @@ -98,6 +98,7 @@
"@chainsafe/as-chacha20poly1305": "^0.1.0",
"@chainsafe/as-sha256": "^0.3.1",
"@chainsafe/bls": "7.1.1",
"@chainsafe/blst": "file:../../../bls-ts-2",
"@chainsafe/discv5": "^3.0.0",
"@chainsafe/libp2p-gossipsub": "^6.2.0",
"@chainsafe/libp2p-noise": "^11.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -57,7 +57,7 @@
"@chainsafe/bls": "7.1.1",
"@chainsafe/bls-keygen": "^0.3.0",
"@chainsafe/bls-keystore": "^2.0.0",
"@chainsafe/blst": "^0.2.8",
"@chainsafe/blst": "file:../../../bls-ts-2",
"@chainsafe/discv5": "^3.0.0",
"@chainsafe/ssz": "^0.10.2",
"@libp2p/peer-id-factory": "^2.0.3",
Expand Down
1 change: 1 addition & 0 deletions packages/light-client/package.json
Expand Up @@ -64,6 +64,7 @@
},
"dependencies": {
"@chainsafe/bls": "7.1.1",
"@chainsafe/blst": "file:../../../bls-ts-2",
"@chainsafe/persistent-merkle-tree": "^0.5.0",
"@chainsafe/ssz": "^0.10.2",
"@lodestar/api": "^1.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/state-transition/package.json
Expand Up @@ -60,6 +60,7 @@
"dependencies": {
"@chainsafe/as-sha256": "^0.3.1",
"@chainsafe/bls": "7.1.1",
"@chainsafe/blst": "file:../../../bls-ts-2",
"@chainsafe/persistent-merkle-tree": "^0.5.0",
"@chainsafe/persistent-ts": "^0.19.1",
"@chainsafe/ssz": "^0.10.2",
Expand All @@ -71,7 +72,6 @@
"buffer-xor": "^2.0.2"
},
"devDependencies": {
"@chainsafe/blst": "^0.2.8",
"@types/buffer-xor": "^2.0.0",
"@types/mockery": "^1.4.30",
"mockery": "^2.1.0"
Expand Down
1 change: 1 addition & 0 deletions packages/validator/package.json
Expand Up @@ -50,6 +50,7 @@
],
"dependencies": {
"@chainsafe/bls": "7.1.1",
"@chainsafe/blst": "file:../../../bls-ts-2",
"@chainsafe/ssz": "^0.10.2",
"@lodestar/api": "^1.7.2",
"@lodestar/config": "^1.7.2",
Expand Down

0 comments on commit 0bcde15

Please sign in to comment.