Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stable' into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Jul 25, 2022
2 parents 8b3fef2 + c524c55 commit 3320c20
Show file tree
Hide file tree
Showing 15 changed files with 74 additions and 76 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.39.0",
"version": "0.41.0",
"stream": "true",
"command": {
"version": {
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "0.39.0",
"version": "0.41.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -68,12 +68,12 @@
"check-readme": "typescript-docs-verifier"
},
"dependencies": {
"@lodestar/config": "^0.39.0",
"@lodestar/params": "^0.39.0",
"@lodestar/types": "^0.39.0",
"@lodestar/utils": "^0.39.0",
"@chainsafe/persistent-merkle-tree": "^0.4.2",
"@chainsafe/ssz": "^0.9.2",
"@lodestar/config": "^0.41.0",
"@lodestar/params": "^0.41.0",
"@lodestar/types": "^0.41.0",
"@lodestar/utils": "^0.41.0",
"cross-fetch": "^3.1.4",
"eventsource": "^2.0.2",
"qs": "^6.10.1"
Expand Down
22 changes: 11 additions & 11 deletions packages/beacon-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "0.39.0",
"version": "0.41.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -103,21 +103,21 @@
"@chainsafe/bls": "7.1.1",
"@chainsafe/discv5": "^0.7.1",
"@chainsafe/libp2p-noise": "5.0.3",
"@lodestar/api": "^0.39.0",
"@lodestar/state-transition": "^0.39.0",
"@lodestar/config": "^0.39.0",
"@lodestar/db": "^0.39.0",
"@lodestar/fork-choice": "^0.39.0",
"@lodestar/light-client": "^0.39.0",
"@lodestar/params": "^0.39.0",
"@lodestar/types": "^0.39.0",
"@lodestar/utils": "^0.39.0",
"@lodestar/validator": "^0.39.0",
"@chainsafe/persistent-merkle-tree": "^0.4.2",
"@chainsafe/snappy-stream": "5.1.1",
"@chainsafe/ssz": "^0.9.2",
"@chainsafe/threads": "^1.10.0",
"@ethersproject/abi": "^5.0.0",
"@lodestar/api": "^0.41.0",
"@lodestar/config": "^0.41.0",
"@lodestar/db": "^0.41.0",
"@lodestar/fork-choice": "^0.41.0",
"@lodestar/light-client": "^0.41.0",
"@lodestar/params": "^0.41.0",
"@lodestar/state-transition": "^0.41.0",
"@lodestar/types": "^0.41.0",
"@lodestar/utils": "^0.41.0",
"@lodestar/validator": "^0.41.0",
"@types/datastore-level": "^3.0.0",
"bl": "^5.0.0",
"buffer-xor": "^2.0.2",
Expand Down
22 changes: 11 additions & 11 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/lodestar",
"version": "0.39.0",
"version": "0.41.0",
"description": "Command line interface for lodestar",
"author": "ChainSafe Systems",
"license": "LGPL-3.0",
Expand Down Expand Up @@ -55,17 +55,17 @@
"@chainsafe/bls-keystore": "^2.0.0",
"@chainsafe/blst": "^0.2.4",
"@chainsafe/discv5": "^0.7.1",
"@lodestar/api": "^0.39.0",
"@lodestar/beacon-node": "^0.39.0",
"@lodestar/state-transition": "^0.39.0",
"@lodestar/config": "^0.39.0",
"@lodestar/db": "^0.39.0",
"@lodestar/light-client": "^0.39.0",
"@lodestar/params": "^0.39.0",
"@lodestar/types": "^0.39.0",
"@lodestar/utils": "^0.39.0",
"@lodestar/validator": "^0.39.0",
"@chainsafe/ssz": "^0.9.2",
"@lodestar/api": "^0.41.0",
"@lodestar/beacon-node": "^0.41.0",
"@lodestar/config": "^0.41.0",
"@lodestar/db": "^0.41.0",
"@lodestar/light-client": "^0.41.0",
"@lodestar/params": "^0.41.0",
"@lodestar/state-transition": "^0.41.0",
"@lodestar/types": "^0.41.0",
"@lodestar/utils": "^0.41.0",
"@lodestar/validator": "^0.41.0",
"@types/lockfile": "^1.0.1",
"bip39": "^3.0.2",
"deepmerge": "^4.2.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lodestar/config",
"version": "0.39.0",
"version": "0.41.0",
"description": "Chain configuration required for lodestar",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down Expand Up @@ -65,8 +65,8 @@
"blockchain"
],
"dependencies": {
"@lodestar/params": "^0.39.0",
"@lodestar/types": "^0.39.0",
"@chainsafe/ssz": "^0.9.2"
"@chainsafe/ssz": "^0.9.2",
"@lodestar/params": "^0.41.0",
"@lodestar/types": "^0.41.0"
}
}
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lodestar/db",
"version": "0.39.0",
"version": "0.41.0",
"description": "DB modules of Lodestar",
"author": "ChainSafe Systems",
"homepage": "https://github.com/ChainSafe/lodestar#readme",
Expand Down Expand Up @@ -38,9 +38,9 @@
"check-readme": "typescript-docs-verifier"
},
"dependencies": {
"@lodestar/config": "^0.39.0",
"@lodestar/utils": "^0.39.0",
"@chainsafe/ssz": "^0.9.2",
"@lodestar/config": "^0.41.0",
"@lodestar/utils": "^0.41.0",
"@types/levelup": "^4.3.3",
"it-all": "^1.0.2",
"level": "^7.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/flare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lodestar/flare",
"version": "0.39.0",
"version": "0.41.0",
"description": "Beacon chain debugging tool",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down Expand Up @@ -59,10 +59,10 @@
"blockchain"
],
"dependencies": {
"@lodestar/api": "^0.39.0",
"@lodestar/state-transition": "^0.39.0",
"@lodestar/config": "^0.39.0",
"@lodestar/types": "^0.39.0",
"@lodestar/api": "^0.41.0",
"@lodestar/config": "^0.41.0",
"@lodestar/state-transition": "^0.41.0",
"@lodestar/types": "^0.41.0",
"source-map-support": "^0.5.19",
"yargs": "^16.1.0"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/fork-choice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "0.39.0",
"version": "0.41.0",
"type": "module",
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -39,12 +39,12 @@
"check-readme": "typescript-docs-verifier"
},
"dependencies": {
"@lodestar/state-transition": "^0.39.0",
"@lodestar/config": "^0.39.0",
"@lodestar/params": "^0.39.0",
"@lodestar/types": "^0.39.0",
"@lodestar/utils": "^0.39.0",
"@chainsafe/ssz": "^0.9.2"
"@chainsafe/ssz": "^0.9.2",
"@lodestar/config": "^0.41.0",
"@lodestar/params": "^0.41.0",
"@lodestar/state-transition": "^0.41.0",
"@lodestar/types": "^0.41.0",
"@lodestar/utils": "^0.41.0"
},
"keywords": [
"ethereum",
Expand Down
12 changes: 6 additions & 6 deletions packages/light-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "0.39.0",
"version": "0.41.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -57,13 +57,13 @@
},
"dependencies": {
"@chainsafe/bls": "7.1.1",
"@lodestar/api": "^0.39.0",
"@lodestar/config": "^0.39.0",
"@lodestar/params": "^0.39.0",
"@lodestar/types": "^0.39.0",
"@lodestar/utils": "^0.39.0",
"@chainsafe/persistent-merkle-tree": "^0.4.2",
"@chainsafe/ssz": "^0.9.2",
"@lodestar/api": "^0.41.0",
"@lodestar/config": "^0.41.0",
"@lodestar/params": "^0.41.0",
"@lodestar/types": "^0.41.0",
"@lodestar/utils": "^0.41.0",
"cross-fetch": "^3.1.4",
"mitt": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lodestar/params",
"version": "0.39.0",
"version": "0.41.0",
"description": "Chain parameters required for lodestar",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/spec-test-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lodestar/spec-test-util",
"version": "0.39.0",
"version": "0.41.0",
"description": "Spec test suite generator from yaml test files",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,7 +46,7 @@
"blockchain"
],
"dependencies": {
"@lodestar/utils": "^0.39.0",
"@lodestar/utils": "^0.41.0",
"async-retry": "^1.3.3",
"axios": "^0.21.0",
"chai": "^4.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/state-transition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "0.39.0",
"version": "0.41.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -60,13 +60,13 @@
"dependencies": {
"@chainsafe/as-sha256": "^0.3.1",
"@chainsafe/bls": "7.1.0",
"@lodestar/config": "^0.39.0",
"@lodestar/params": "^0.39.0",
"@lodestar/types": "^0.39.0",
"@lodestar/utils": "^0.39.0",
"@chainsafe/persistent-merkle-tree": "^0.4.2",
"@chainsafe/persistent-ts": "^0.19.1",
"@chainsafe/ssz": "^0.9.2",
"@lodestar/config": "^0.41.0",
"@lodestar/params": "^0.41.0",
"@lodestar/types": "^0.41.0",
"@lodestar/utils": "^0.41.0",
"bigint-buffer": "^1.1.5",
"buffer-xor": "^2.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "0.39.0",
"version": "0.41.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -61,8 +61,8 @@
},
"types": "lib/index.d.ts",
"dependencies": {
"@lodestar/params": "^0.39.0",
"@chainsafe/ssz": "^0.9.2"
"@chainsafe/ssz": "^0.9.2",
"@lodestar/params": "^0.41.0"
},
"keywords": [
"ethereum",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "0.39.0",
"version": "0.41.0",
"type": "module",
"exports": "./lib/index.js",
"files": [
Expand Down
16 changes: 8 additions & 8 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lodestar/validator",
"version": "0.39.0",
"version": "0.41.0",
"description": "A Typescript implementation of the validator client",
"author": "ChainSafe Systems",
"license": "LGPL-3.0",
Expand Down Expand Up @@ -48,14 +48,14 @@
],
"dependencies": {
"@chainsafe/bls": "7.1.1",
"@lodestar/api": "^0.39.0",
"@lodestar/state-transition": "^0.39.0",
"@lodestar/config": "^0.39.0",
"@lodestar/db": "^0.39.0",
"@lodestar/params": "^0.39.0",
"@lodestar/types": "^0.39.0",
"@lodestar/utils": "^0.39.0",
"@chainsafe/ssz": "^0.9.2",
"@lodestar/api": "^0.41.0",
"@lodestar/config": "^0.41.0",
"@lodestar/db": "^0.41.0",
"@lodestar/params": "^0.41.0",
"@lodestar/state-transition": "^0.41.0",
"@lodestar/types": "^0.41.0",
"@lodestar/utils": "^0.41.0",
"bigint-buffer": "^1.1.5",
"cross-fetch": "^3.1.4",
"strict-event-emitter-types": "^2.0.0"
Expand Down

0 comments on commit 3320c20

Please sign in to comment.