Skip to content

Commit

Permalink
v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Feb 20, 2024
1 parent d1dc217 commit fda3b19
Show file tree
Hide file tree
Showing 19 changed files with 101 additions and 101 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useNx": true,
"version": "1.15.1",
"version": "1.16.0",
"stream": true,
"command": {
"version": {
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.15.1",
"version": "1.16.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -69,10 +69,10 @@
"dependencies": {
"@chainsafe/persistent-merkle-tree": "^0.6.1",
"@chainsafe/ssz": "^0.14.0",
"@lodestar/config": "^1.15.1",
"@lodestar/params": "^1.15.1",
"@lodestar/types": "^1.15.1",
"@lodestar/utils": "^1.15.1",
"@lodestar/config": "^1.16.0",
"@lodestar/params": "^1.16.0",
"@lodestar/types": "^1.16.0",
"@lodestar/utils": "^1.16.0",
"eventsource": "^2.0.2",
"qs": "^6.11.1"
},
Expand Down
28 changes: 14 additions & 14 deletions packages/beacon-node/package.json
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.15.1",
"version": "1.16.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -100,8 +100,8 @@
"@chainsafe/discv5": "^9.0.0",
"@chainsafe/enr": "^3.0.0",
"@chainsafe/libp2p-gossipsub": "^11.2.1",
"@chainsafe/libp2p-noise": "^14.1.0",
"@chainsafe/libp2p-identify": "^1.0.0",
"@chainsafe/libp2p-noise": "^14.1.0",
"@chainsafe/persistent-merkle-tree": "^0.6.1",
"@chainsafe/prometheus-gc-stats": "^1.0.0",
"@chainsafe/ssz": "^0.14.0",
Expand All @@ -120,18 +120,18 @@
"@libp2p/peer-id-factory": "^4.0.3",
"@libp2p/prometheus-metrics": "^3.0.10",
"@libp2p/tcp": "9.0.10",
"@lodestar/api": "^1.15.1",
"@lodestar/config": "^1.15.1",
"@lodestar/db": "^1.15.1",
"@lodestar/fork-choice": "^1.15.1",
"@lodestar/light-client": "^1.15.1",
"@lodestar/logger": "^1.15.1",
"@lodestar/params": "^1.15.1",
"@lodestar/reqresp": "^1.15.1",
"@lodestar/state-transition": "^1.15.1",
"@lodestar/types": "^1.15.1",
"@lodestar/utils": "^1.15.1",
"@lodestar/validator": "^1.15.1",
"@lodestar/api": "^1.16.0",
"@lodestar/config": "^1.16.0",
"@lodestar/db": "^1.16.0",
"@lodestar/fork-choice": "^1.16.0",
"@lodestar/light-client": "^1.16.0",
"@lodestar/logger": "^1.16.0",
"@lodestar/params": "^1.16.0",
"@lodestar/reqresp": "^1.16.0",
"@lodestar/state-transition": "^1.16.0",
"@lodestar/types": "^1.16.0",
"@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",
Expand Down
26 changes: 13 additions & 13 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/lodestar",
"version": "1.15.1",
"version": "1.16.0",
"description": "Command line interface for lodestar",
"author": "ChainSafe Systems",
"license": "LGPL-3.0",
Expand Down Expand Up @@ -64,17 +64,17 @@
"@libp2p/crypto": "^3.0.4",
"@libp2p/peer-id": "^4.0.4",
"@libp2p/peer-id-factory": "^4.0.3",
"@lodestar/api": "^1.15.1",
"@lodestar/beacon-node": "^1.15.1",
"@lodestar/config": "^1.15.1",
"@lodestar/db": "^1.15.1",
"@lodestar/light-client": "^1.15.1",
"@lodestar/logger": "^1.15.1",
"@lodestar/params": "^1.15.1",
"@lodestar/state-transition": "^1.15.1",
"@lodestar/types": "^1.15.1",
"@lodestar/utils": "^1.15.1",
"@lodestar/validator": "^1.15.1",
"@lodestar/api": "^1.16.0",
"@lodestar/beacon-node": "^1.16.0",
"@lodestar/config": "^1.16.0",
"@lodestar/db": "^1.16.0",
"@lodestar/light-client": "^1.16.0",
"@lodestar/logger": "^1.16.0",
"@lodestar/params": "^1.16.0",
"@lodestar/state-transition": "^1.16.0",
"@lodestar/types": "^1.16.0",
"@lodestar/utils": "^1.16.0",
"@lodestar/validator": "^1.16.0",
"@multiformats/multiaddr": "^12.1.3",
"bip39": "^3.1.0",
"deepmerge": "^4.3.1",
Expand All @@ -94,7 +94,7 @@
"yargs": "^17.7.1"
},
"devDependencies": {
"@lodestar/test-utils": "^1.15.1",
"@lodestar/test-utils": "^1.16.0",
"@types/debug": "^4.1.7",
"@types/expand-tilde": "^2.0.0",
"@types/got": "^9.6.12",
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@lodestar/config",
"version": "1.15.1",
"version": "1.16.0",
"description": "Chain configuration required for lodestar",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
],
"dependencies": {
"@chainsafe/ssz": "^0.14.0",
"@lodestar/params": "^1.15.1",
"@lodestar/types": "^1.15.1"
"@lodestar/params": "^1.16.0",
"@lodestar/types": "^1.16.0"
}
}
8 changes: 4 additions & 4 deletions packages/db/package.json
@@ -1,6 +1,6 @@
{
"name": "@lodestar/db",
"version": "1.15.1",
"version": "1.16.0",
"description": "DB modules of Lodestar",
"author": "ChainSafe Systems",
"homepage": "https://github.com/ChainSafe/lodestar#readme",
Expand Down Expand Up @@ -36,13 +36,13 @@
},
"dependencies": {
"@chainsafe/ssz": "^0.14.0",
"@lodestar/config": "^1.15.1",
"@lodestar/utils": "^1.15.1",
"@lodestar/config": "^1.16.0",
"@lodestar/utils": "^1.16.0",
"@types/levelup": "^4.3.3",
"it-all": "^3.0.4",
"level": "^8.0.0"
},
"devDependencies": {
"@lodestar/logger": "^1.15.1"
"@lodestar/logger": "^1.16.0"
}
}
14 changes: 7 additions & 7 deletions packages/flare/package.json
@@ -1,6 +1,6 @@
{
"name": "@lodestar/flare",
"version": "1.15.1",
"version": "1.16.0",
"description": "Beacon chain debugging tool",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down Expand Up @@ -60,12 +60,12 @@
"dependencies": {
"@chainsafe/bls": "7.1.3",
"@chainsafe/bls-keygen": "^0.4.0",
"@lodestar/api": "^1.15.1",
"@lodestar/config": "^1.15.1",
"@lodestar/params": "^1.15.1",
"@lodestar/state-transition": "^1.15.1",
"@lodestar/types": "^1.15.1",
"@lodestar/utils": "^1.15.1",
"@lodestar/api": "^1.16.0",
"@lodestar/config": "^1.16.0",
"@lodestar/params": "^1.16.0",
"@lodestar/state-transition": "^1.16.0",
"@lodestar/types": "^1.16.0",
"@lodestar/utils": "^1.16.0",
"source-map-support": "^0.5.21",
"yargs": "^17.7.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/fork-choice/package.json
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.15.1",
"version": "1.16.0",
"type": "module",
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -37,11 +37,11 @@
},
"dependencies": {
"@chainsafe/ssz": "^0.14.0",
"@lodestar/config": "^1.15.1",
"@lodestar/params": "^1.15.1",
"@lodestar/state-transition": "^1.15.1",
"@lodestar/types": "^1.15.1",
"@lodestar/utils": "^1.15.1"
"@lodestar/config": "^1.16.0",
"@lodestar/params": "^1.16.0",
"@lodestar/state-transition": "^1.16.0",
"@lodestar/types": "^1.16.0",
"@lodestar/utils": "^1.16.0"
},
"keywords": [
"ethereum",
Expand Down
14 changes: 7 additions & 7 deletions packages/light-client/package.json
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.15.1",
"version": "1.16.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -68,12 +68,12 @@
"@chainsafe/bls": "7.1.3",
"@chainsafe/persistent-merkle-tree": "^0.6.1",
"@chainsafe/ssz": "^0.14.0",
"@lodestar/api": "^1.15.1",
"@lodestar/config": "^1.15.1",
"@lodestar/params": "^1.15.1",
"@lodestar/state-transition": "^1.15.1",
"@lodestar/types": "^1.15.1",
"@lodestar/utils": "^1.15.1",
"@lodestar/api": "^1.16.0",
"@lodestar/config": "^1.16.0",
"@lodestar/params": "^1.16.0",
"@lodestar/state-transition": "^1.16.0",
"@lodestar/types": "^1.16.0",
"@lodestar/utils": "^1.16.0",
"mitt": "^3.0.0",
"strict-event-emitter-types": "^2.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.15.1",
"version": "1.16.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -66,14 +66,14 @@
},
"types": "lib/index.d.ts",
"dependencies": {
"@lodestar/utils": "^1.15.1",
"@lodestar/utils": "^1.16.0",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"winston-transport": "^4.5.0"
},
"devDependencies": {
"@chainsafe/threads": "^1.11.1",
"@lodestar/test-utils": "^1.15.1",
"@lodestar/test-utils": "^1.16.0",
"@types/triple-beam": "^1.3.2",
"rimraf": "^4.4.1",
"triple-beam": "^1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/params/package.json
@@ -1,6 +1,6 @@
{
"name": "@lodestar/params",
"version": "1.15.1",
"version": "1.16.0",
"description": "Chain parameters required for lodestar",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/prover/package.json
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.15.1",
"version": "1.16.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -70,13 +70,13 @@
"@ethereumjs/tx": "^4.1.2",
"@ethereumjs/util": "^8.0.6",
"@ethereumjs/vm": "^6.4.2",
"@lodestar/api": "^1.15.1",
"@lodestar/config": "^1.15.1",
"@lodestar/light-client": "^1.15.1",
"@lodestar/logger": "^1.15.1",
"@lodestar/params": "^1.15.1",
"@lodestar/types": "^1.15.1",
"@lodestar/utils": "^1.15.1",
"@lodestar/api": "^1.16.0",
"@lodestar/config": "^1.16.0",
"@lodestar/light-client": "^1.16.0",
"@lodestar/logger": "^1.16.0",
"@lodestar/params": "^1.16.0",
"@lodestar/types": "^1.16.0",
"@lodestar/utils": "^1.16.0",
"ethereum-cryptography": "^2.0.0",
"find-up": "^6.3.0",
"http-proxy": "^1.18.1",
Expand All @@ -85,7 +85,7 @@
"yargs": "^17.7.1"
},
"devDependencies": {
"@lodestar/test-utils": "^1.15.1",
"@lodestar/test-utils": "^1.16.0",
"@types/http-proxy": "^1.17.10",
"@types/yargs": "^17.0.24",
"axios": "^1.3.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/reqresp/package.json
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.15.1",
"version": "1.16.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -54,9 +54,9 @@
"dependencies": {
"@chainsafe/fast-crc32c": "^4.1.1",
"@libp2p/interface": "^1.1.1",
"@lodestar/config": "^1.15.1",
"@lodestar/params": "^1.15.1",
"@lodestar/utils": "^1.15.1",
"@lodestar/config": "^1.16.0",
"@lodestar/params": "^1.16.0",
"@lodestar/utils": "^1.16.0",
"it-all": "^3.0.4",
"it-pipe": "^3.0.1",
"snappy": "^7.2.2",
Expand All @@ -65,8 +65,8 @@
"uint8arraylist": "^2.4.7"
},
"devDependencies": {
"@lodestar/logger": "^1.15.1",
"@lodestar/types": "^1.15.1",
"@lodestar/logger": "^1.16.0",
"@lodestar/types": "^1.16.0",
"libp2p": "1.1.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/spec-test-util/package.json
@@ -1,6 +1,6 @@
{
"name": "@lodestar/spec-test-util",
"version": "1.15.1",
"version": "1.16.0",
"description": "Spec test suite generator from yaml test files",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down Expand Up @@ -62,7 +62,7 @@
"blockchain"
],
"dependencies": {
"@lodestar/utils": "^1.15.1",
"@lodestar/utils": "^1.16.0",
"axios": "^1.3.4",
"rimraf": "^4.4.1",
"snappyjs": "^0.7.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/state-transition/package.json
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.15.1",
"version": "1.16.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -64,10 +64,10 @@
"@chainsafe/persistent-merkle-tree": "^0.6.1",
"@chainsafe/persistent-ts": "^0.19.1",
"@chainsafe/ssz": "^0.14.0",
"@lodestar/config": "^1.15.1",
"@lodestar/params": "^1.15.1",
"@lodestar/types": "^1.15.1",
"@lodestar/utils": "^1.15.1",
"@lodestar/config": "^1.16.0",
"@lodestar/params": "^1.16.0",
"@lodestar/types": "^1.16.0",
"@lodestar/utils": "^1.16.0",
"bigint-buffer": "^1.1.5",
"buffer-xor": "^2.0.2"
},
Expand Down

0 comments on commit fda3b19

Please sign in to comment.