This commit is contained in:
Phil Ngo
2024-01-23 11:06:39 -05:00
parent 43994ba8ef
commit 92ed3479a6
19 changed files with 102 additions and 102 deletions

View File

@@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useNx": true,
"version": "1.14.0",
"version": "1.15.0",
"stream": true,
"command": {
"version": {

View File

@@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.14.0",
"version": "1.15.0",
"type": "module",
"exports": {
".": {
@@ -71,10 +71,10 @@
"dependencies": {
"@chainsafe/persistent-merkle-tree": "^0.6.1",
"@chainsafe/ssz": "^0.14.0",
"@lodestar/config": "^1.14.0",
"@lodestar/params": "^1.14.0",
"@lodestar/types": "^1.14.0",
"@lodestar/utils": "^1.14.0",
"@lodestar/config": "^1.15.0",
"@lodestar/params": "^1.15.0",
"@lodestar/types": "^1.15.0",
"@lodestar/utils": "^1.15.0",
"eventsource": "^2.0.2",
"qs": "^6.11.1"
},

View File

@@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.14.0",
"version": "1.15.0",
"type": "module",
"exports": {
".": {
@@ -121,18 +121,18 @@
"@libp2p/peer-id-factory": "^4.0.3",
"@libp2p/prometheus-metrics": "^3.0.10",
"@libp2p/tcp": "9.0.10",
"@lodestar/api": "^1.14.0",
"@lodestar/config": "^1.14.0",
"@lodestar/db": "^1.14.0",
"@lodestar/fork-choice": "^1.14.0",
"@lodestar/light-client": "^1.14.0",
"@lodestar/logger": "^1.14.0",
"@lodestar/params": "^1.14.0",
"@lodestar/reqresp": "^1.14.0",
"@lodestar/state-transition": "^1.14.0",
"@lodestar/types": "^1.14.0",
"@lodestar/utils": "^1.14.0",
"@lodestar/validator": "^1.14.0",
"@lodestar/api": "^1.15.0",
"@lodestar/config": "^1.15.0",
"@lodestar/db": "^1.15.0",
"@lodestar/fork-choice": "^1.15.0",
"@lodestar/light-client": "^1.15.0",
"@lodestar/logger": "^1.15.0",
"@lodestar/params": "^1.15.0",
"@lodestar/reqresp": "^1.15.0",
"@lodestar/state-transition": "^1.15.0",
"@lodestar/types": "^1.15.0",
"@lodestar/utils": "^1.15.0",
"@lodestar/validator": "^1.15.0",
"@multiformats/multiaddr": "^12.1.3",
"@types/datastore-level": "^3.0.0",
"buffer-xor": "^2.0.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@chainsafe/lodestar",
"version": "1.14.0",
"version": "1.15.0",
"description": "Command line interface for lodestar",
"author": "ChainSafe Systems",
"license": "LGPL-3.0",
@@ -66,17 +66,17 @@
"@libp2p/crypto": "^3.0.4",
"@libp2p/peer-id": "^4.0.4",
"@libp2p/peer-id-factory": "^4.0.3",
"@lodestar/api": "^1.14.0",
"@lodestar/beacon-node": "^1.14.0",
"@lodestar/config": "^1.14.0",
"@lodestar/db": "^1.14.0",
"@lodestar/light-client": "^1.14.0",
"@lodestar/logger": "^1.14.0",
"@lodestar/params": "^1.14.0",
"@lodestar/state-transition": "^1.14.0",
"@lodestar/types": "^1.14.0",
"@lodestar/utils": "^1.14.0",
"@lodestar/validator": "^1.14.0",
"@lodestar/api": "^1.15.0",
"@lodestar/beacon-node": "^1.15.0",
"@lodestar/config": "^1.15.0",
"@lodestar/db": "^1.15.0",
"@lodestar/light-client": "^1.15.0",
"@lodestar/logger": "^1.15.0",
"@lodestar/params": "^1.15.0",
"@lodestar/state-transition": "^1.15.0",
"@lodestar/types": "^1.15.0",
"@lodestar/utils": "^1.15.0",
"@lodestar/validator": "^1.15.0",
"@multiformats/multiaddr": "^12.1.3",
"@types/lockfile": "^1.0.2",
"bip39": "^3.1.0",
@@ -97,7 +97,7 @@
"yargs": "^17.7.1"
},
"devDependencies": {
"@lodestar/test-utils": "^1.14.0",
"@lodestar/test-utils": "^1.15.0",
"@types/debug": "^4.1.7",
"@types/expand-tilde": "^2.0.0",
"@types/got": "^9.6.12",

View File

@@ -1,6 +1,6 @@
{
"name": "@lodestar/config",
"version": "1.14.0",
"version": "1.15.0",
"description": "Chain configuration required for lodestar",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
@@ -65,7 +65,7 @@
],
"dependencies": {
"@chainsafe/ssz": "^0.14.0",
"@lodestar/params": "^1.14.0",
"@lodestar/types": "^1.14.0"
"@lodestar/params": "^1.15.0",
"@lodestar/types": "^1.15.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@lodestar/db",
"version": "1.14.0",
"version": "1.15.0",
"description": "DB modules of Lodestar",
"author": "ChainSafe Systems",
"homepage": "https://github.com/ChainSafe/lodestar#readme",
@@ -38,13 +38,13 @@
},
"dependencies": {
"@chainsafe/ssz": "^0.14.0",
"@lodestar/config": "^1.14.0",
"@lodestar/utils": "^1.14.0",
"@lodestar/config": "^1.15.0",
"@lodestar/utils": "^1.15.0",
"@types/levelup": "^4.3.3",
"it-all": "^3.0.4",
"level": "^8.0.0"
},
"devDependencies": {
"@lodestar/logger": "^1.14.0"
"@lodestar/logger": "^1.15.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@lodestar/flare",
"version": "1.14.0",
"version": "1.15.0",
"description": "Beacon chain debugging tool",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
@@ -60,12 +60,12 @@
"dependencies": {
"@chainsafe/bls": "7.1.1",
"@chainsafe/bls-keygen": "^0.3.0",
"@lodestar/api": "^1.14.0",
"@lodestar/config": "^1.14.0",
"@lodestar/params": "^1.14.0",
"@lodestar/state-transition": "^1.14.0",
"@lodestar/types": "^1.14.0",
"@lodestar/utils": "^1.14.0",
"@lodestar/api": "^1.15.0",
"@lodestar/config": "^1.15.0",
"@lodestar/params": "^1.15.0",
"@lodestar/state-transition": "^1.15.0",
"@lodestar/types": "^1.15.0",
"@lodestar/utils": "^1.15.0",
"source-map-support": "^0.5.21",
"yargs": "^17.7.1"
},

View File

@@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.14.0",
"version": "1.15.0",
"type": "module",
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
@@ -39,11 +39,11 @@
},
"dependencies": {
"@chainsafe/ssz": "^0.14.0",
"@lodestar/config": "^1.14.0",
"@lodestar/params": "^1.14.0",
"@lodestar/state-transition": "^1.14.0",
"@lodestar/types": "^1.14.0",
"@lodestar/utils": "^1.14.0"
"@lodestar/config": "^1.15.0",
"@lodestar/params": "^1.15.0",
"@lodestar/state-transition": "^1.15.0",
"@lodestar/types": "^1.15.0",
"@lodestar/utils": "^1.15.0"
},
"keywords": [
"ethereum",

View File

@@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.14.0",
"version": "1.15.0",
"type": "module",
"exports": {
".": {
@@ -70,12 +70,12 @@
"@chainsafe/bls": "7.1.1",
"@chainsafe/persistent-merkle-tree": "^0.6.1",
"@chainsafe/ssz": "^0.14.0",
"@lodestar/api": "^1.14.0",
"@lodestar/config": "^1.14.0",
"@lodestar/params": "^1.14.0",
"@lodestar/state-transition": "^1.14.0",
"@lodestar/types": "^1.14.0",
"@lodestar/utils": "^1.14.0",
"@lodestar/api": "^1.15.0",
"@lodestar/config": "^1.15.0",
"@lodestar/params": "^1.15.0",
"@lodestar/state-transition": "^1.15.0",
"@lodestar/types": "^1.15.0",
"@lodestar/utils": "^1.15.0",
"mitt": "^3.0.0",
"strict-event-emitter-types": "^2.0.0"
},

View File

@@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.14.0",
"version": "1.15.0",
"type": "module",
"exports": {
".": {
@@ -66,14 +66,14 @@
},
"types": "lib/index.d.ts",
"dependencies": {
"@lodestar/utils": "^1.14.0",
"@lodestar/utils": "^1.15.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.14.0",
"@lodestar/test-utils": "^1.15.0",
"@types/triple-beam": "^1.3.2",
"rimraf": "^4.4.1",
"triple-beam": "^1.3.0"

View File

@@ -1,6 +1,6 @@
{
"name": "@lodestar/params",
"version": "1.14.0",
"version": "1.15.0",
"description": "Chain parameters required for lodestar",
"author": "ChainSafe Systems",
"license": "Apache-2.0",

View File

@@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.14.0",
"version": "1.15.0",
"type": "module",
"exports": {
".": {
@@ -72,13 +72,13 @@
"@ethereumjs/tx": "^4.1.2",
"@ethereumjs/util": "^8.0.6",
"@ethereumjs/vm": "^6.4.2",
"@lodestar/api": "^1.14.0",
"@lodestar/config": "^1.14.0",
"@lodestar/light-client": "^1.14.0",
"@lodestar/logger": "^1.14.0",
"@lodestar/params": "^1.14.0",
"@lodestar/types": "^1.14.0",
"@lodestar/utils": "^1.14.0",
"@lodestar/api": "^1.15.0",
"@lodestar/config": "^1.15.0",
"@lodestar/light-client": "^1.15.0",
"@lodestar/logger": "^1.15.0",
"@lodestar/params": "^1.15.0",
"@lodestar/types": "^1.15.0",
"@lodestar/utils": "^1.15.0",
"ethereum-cryptography": "^1.2.0",
"find-up": "^6.3.0",
"http-proxy": "^1.18.1",
@@ -87,7 +87,7 @@
"yargs": "^17.7.1"
},
"devDependencies": {
"@lodestar/test-utils": "^1.14.0",
"@lodestar/test-utils": "^1.15.0",
"@types/http-proxy": "^1.17.10",
"@types/yargs": "^17.0.24",
"axios": "^1.3.4",

View File

@@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.14.0",
"version": "1.15.0",
"type": "module",
"exports": {
".": {
@@ -56,9 +56,9 @@
"dependencies": {
"@chainsafe/fast-crc32c": "^4.1.1",
"@libp2p/interface": "^1.1.1",
"@lodestar/config": "^1.14.0",
"@lodestar/params": "^1.14.0",
"@lodestar/utils": "^1.14.0",
"@lodestar/config": "^1.15.0",
"@lodestar/params": "^1.15.0",
"@lodestar/utils": "^1.15.0",
"it-all": "^3.0.4",
"it-pipe": "^3.0.1",
"snappy": "^7.2.2",
@@ -67,8 +67,8 @@
"uint8arraylist": "^2.4.7"
},
"devDependencies": {
"@lodestar/logger": "^1.14.0",
"@lodestar/types": "^1.14.0",
"@lodestar/logger": "^1.15.0",
"@lodestar/types": "^1.15.0",
"libp2p": "1.1.1"
},
"peerDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@lodestar/spec-test-util",
"version": "1.14.0",
"version": "1.15.0",
"description": "Spec test suite generator from yaml test files",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
@@ -62,13 +62,13 @@
"blockchain"
],
"dependencies": {
"@lodestar/utils": "^1.14.0",
"@lodestar/utils": "^1.15.0",
"async-retry": "^1.3.3",
"axios": "^1.3.4",
"vitest": "^1.2.1",
"rimraf": "^4.4.1",
"snappyjs": "^0.7.0",
"tar": "^6.1.13"
"tar": "^6.1.13",
"vitest": "^1.2.1"
},
"devDependencies": {
"@types/async-retry": "1.4.3",

View File

@@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.14.0",
"version": "1.15.0",
"type": "module",
"exports": {
".": {
@@ -63,10 +63,10 @@
"@chainsafe/persistent-merkle-tree": "^0.6.1",
"@chainsafe/persistent-ts": "^0.19.1",
"@chainsafe/ssz": "^0.14.0",
"@lodestar/config": "^1.14.0",
"@lodestar/params": "^1.14.0",
"@lodestar/types": "^1.14.0",
"@lodestar/utils": "^1.14.0",
"@lodestar/config": "^1.15.0",
"@lodestar/params": "^1.15.0",
"@lodestar/types": "^1.15.0",
"@lodestar/utils": "^1.15.0",
"bigint-buffer": "^1.1.5",
"buffer-xor": "^2.0.2"
},

View File

@@ -1,7 +1,7 @@
{
"name": "@lodestar/test-utils",
"private": true,
"version": "1.14.0",
"version": "1.15.0",
"description": "Test utilities reused across other packages",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
@@ -60,8 +60,8 @@
"dependencies": {
"@chainsafe/bls": "7.1.1",
"@chainsafe/bls-keystore": "^3.0.0",
"@lodestar/params": "^1.14.0",
"@lodestar/utils": "^1.14.0",
"@lodestar/params": "^1.15.0",
"@lodestar/utils": "^1.15.0",
"axios": "^1.3.4",
"testcontainers": "^10.2.1",
"tmp": "^0.2.1",

View File

@@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.14.0",
"version": "1.15.0",
"type": "module",
"exports": {
".": {
@@ -73,7 +73,7 @@
"types": "lib/index.d.ts",
"dependencies": {
"@chainsafe/ssz": "^0.14.0",
"@lodestar/params": "^1.14.0"
"@lodestar/params": "^1.15.0"
},
"keywords": [
"ethereum",

View File

@@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "1.14.0",
"version": "1.15.0",
"type": "module",
"exports": "./lib/index.js",
"files": [

View File

@@ -1,6 +1,6 @@
{
"name": "@lodestar/validator",
"version": "1.14.0",
"version": "1.15.0",
"description": "A Typescript implementation of the validator client",
"author": "ChainSafe Systems",
"license": "LGPL-3.0",
@@ -49,18 +49,18 @@
"dependencies": {
"@chainsafe/bls": "7.1.1",
"@chainsafe/ssz": "^0.14.0",
"@lodestar/api": "^1.14.0",
"@lodestar/config": "^1.14.0",
"@lodestar/db": "^1.14.0",
"@lodestar/params": "^1.14.0",
"@lodestar/state-transition": "^1.14.0",
"@lodestar/types": "^1.14.0",
"@lodestar/utils": "^1.14.0",
"@lodestar/api": "^1.15.0",
"@lodestar/config": "^1.15.0",
"@lodestar/db": "^1.15.0",
"@lodestar/params": "^1.15.0",
"@lodestar/state-transition": "^1.15.0",
"@lodestar/types": "^1.15.0",
"@lodestar/utils": "^1.15.0",
"bigint-buffer": "^1.1.5",
"strict-event-emitter-types": "^2.0.0"
},
"devDependencies": {
"@lodestar/test-utils": "^1.14.0",
"@lodestar/test-utils": "^1.15.0",
"bigint-buffer": "^1.1.5",
"rimraf": "^4.4.1"
}