@chainsafe/lodestar 1.9.0-dev.5b5530b393 → 1.9.0-dev.c4f5f051ef
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.git-data.json +1 -1
- package/lib/cli.js +1 -1
- package/package.json +12 -12
package/.git-data.json
CHANGED
package/lib/cli.js
CHANGED
|
@@ -8,7 +8,7 @@ import { getVersionData } from "./util/version.js";
|
|
|
8
8
|
const { version } = getVersionData();
|
|
9
9
|
const topBanner = `🌟 Lodestar: TypeScript Implementation of the Ethereum Consensus Beacon Chain.
|
|
10
10
|
* Version: ${version}
|
|
11
|
-
* by ChainSafe Systems, 2018-
|
|
11
|
+
* by ChainSafe Systems, 2018-2023`;
|
|
12
12
|
const bottomBanner = `📖 For more information, check the CLI reference:
|
|
13
13
|
* https://chainsafe.github.io/lodestar/reference/cli
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chainsafe/lodestar",
|
|
3
|
-
"version": "1.9.0-dev.
|
|
3
|
+
"version": "1.9.0-dev.c4f5f051ef",
|
|
4
4
|
"description": "Command line interface for lodestar",
|
|
5
5
|
"author": "ChainSafe Systems",
|
|
6
6
|
"license": "LGPL-3.0",
|
|
@@ -61,16 +61,16 @@
|
|
|
61
61
|
"@chainsafe/discv5": "^3.0.0",
|
|
62
62
|
"@chainsafe/ssz": "^0.10.2",
|
|
63
63
|
"@libp2p/peer-id-factory": "^2.0.3",
|
|
64
|
-
"@lodestar/api": "1.9.0-dev.
|
|
65
|
-
"@lodestar/beacon-node": "1.9.0-dev.
|
|
66
|
-
"@lodestar/config": "1.9.0-dev.
|
|
67
|
-
"@lodestar/db": "1.9.0-dev.
|
|
68
|
-
"@lodestar/light-client": "1.9.0-dev.
|
|
69
|
-
"@lodestar/params": "1.9.0-dev.
|
|
70
|
-
"@lodestar/state-transition": "1.9.0-dev.
|
|
71
|
-
"@lodestar/types": "1.9.0-dev.
|
|
72
|
-
"@lodestar/utils": "1.9.0-dev.
|
|
73
|
-
"@lodestar/validator": "1.9.0-dev.
|
|
64
|
+
"@lodestar/api": "1.9.0-dev.c4f5f051ef",
|
|
65
|
+
"@lodestar/beacon-node": "1.9.0-dev.c4f5f051ef",
|
|
66
|
+
"@lodestar/config": "1.9.0-dev.c4f5f051ef",
|
|
67
|
+
"@lodestar/db": "1.9.0-dev.c4f5f051ef",
|
|
68
|
+
"@lodestar/light-client": "1.9.0-dev.c4f5f051ef",
|
|
69
|
+
"@lodestar/params": "1.9.0-dev.c4f5f051ef",
|
|
70
|
+
"@lodestar/state-transition": "1.9.0-dev.c4f5f051ef",
|
|
71
|
+
"@lodestar/types": "1.9.0-dev.c4f5f051ef",
|
|
72
|
+
"@lodestar/utils": "1.9.0-dev.c4f5f051ef",
|
|
73
|
+
"@lodestar/validator": "1.9.0-dev.c4f5f051ef",
|
|
74
74
|
"@multiformats/multiaddr": "^11.0.0",
|
|
75
75
|
"@types/lockfile": "^1.0.2",
|
|
76
76
|
"bip39": "^3.1.0",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"@types/lodash": "^4.14.192",
|
|
101
101
|
"@types/yargs": "^17.0.24"
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "d3b646591a80687178e66f07f83df23b0c1b6490"
|
|
104
104
|
}
|