@chainsafe/lodestar 1.20.0-dev.4e86094453 → 1.20.0-dev.79a008f0c8

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 CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "branch": "unstable",
3
- "commit": "4e86094453a34bb8cf9bad4224cb770fdf21bbdc"
3
+ "commit": "79a008f0c847527b46597364ff79c13650c5c0e2"
4
4
  }
package/README.md CHANGED
@@ -12,7 +12,7 @@ Command line tool for Lodestar
12
12
  ## Getting started
13
13
 
14
14
  - Follow the [installation guide](https://chainsafe.github.io/lodestar/) to install Lodestar.
15
- - Quickly try out the whole stack by [starting a local testnet](https://chainsafe.github.io/lodestar/advanced-topics/setting-up-a-testnet/).
15
+ - Quickly try out the whole stack by [starting a local testnet](https://chainsafe.github.io/lodestar/contribution/advanced-topics/setting-up-a-testnet/).
16
16
 
17
17
  ### Lodestar
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainsafe/lodestar",
3
- "version": "1.20.0-dev.4e86094453",
3
+ "version": "1.20.0-dev.79a008f0c8",
4
4
  "description": "Command line interface for lodestar",
5
5
  "author": "ChainSafe Systems",
6
6
  "license": "LGPL-3.0",
@@ -63,17 +63,17 @@
63
63
  "@libp2p/crypto": "^4.1.0",
64
64
  "@libp2p/peer-id": "^4.1.0",
65
65
  "@libp2p/peer-id-factory": "^4.1.0",
66
- "@lodestar/api": "1.20.0-dev.4e86094453",
67
- "@lodestar/beacon-node": "1.20.0-dev.4e86094453",
68
- "@lodestar/config": "1.20.0-dev.4e86094453",
69
- "@lodestar/db": "1.20.0-dev.4e86094453",
70
- "@lodestar/light-client": "1.20.0-dev.4e86094453",
71
- "@lodestar/logger": "1.20.0-dev.4e86094453",
72
- "@lodestar/params": "1.20.0-dev.4e86094453",
73
- "@lodestar/state-transition": "1.20.0-dev.4e86094453",
74
- "@lodestar/types": "1.20.0-dev.4e86094453",
75
- "@lodestar/utils": "1.20.0-dev.4e86094453",
76
- "@lodestar/validator": "1.20.0-dev.4e86094453",
66
+ "@lodestar/api": "1.20.0-dev.79a008f0c8",
67
+ "@lodestar/beacon-node": "1.20.0-dev.79a008f0c8",
68
+ "@lodestar/config": "1.20.0-dev.79a008f0c8",
69
+ "@lodestar/db": "1.20.0-dev.79a008f0c8",
70
+ "@lodestar/light-client": "1.20.0-dev.79a008f0c8",
71
+ "@lodestar/logger": "1.20.0-dev.79a008f0c8",
72
+ "@lodestar/params": "1.20.0-dev.79a008f0c8",
73
+ "@lodestar/state-transition": "1.20.0-dev.79a008f0c8",
74
+ "@lodestar/types": "1.20.0-dev.79a008f0c8",
75
+ "@lodestar/utils": "1.20.0-dev.79a008f0c8",
76
+ "@lodestar/validator": "1.20.0-dev.79a008f0c8",
77
77
  "@multiformats/multiaddr": "^12.1.3",
78
78
  "deepmerge": "^4.3.1",
79
79
  "ethers": "^6.7.0",
@@ -89,7 +89,7 @@
89
89
  "yargs": "^17.7.1"
90
90
  },
91
91
  "devDependencies": {
92
- "@lodestar/test-utils": "1.20.0-dev.4e86094453",
92
+ "@lodestar/test-utils": "1.20.0-dev.79a008f0c8",
93
93
  "@types/debug": "^4.1.7",
94
94
  "@types/got": "^9.6.12",
95
95
  "@types/inquirer": "^9.0.3",
@@ -97,5 +97,5 @@
97
97
  "@types/yargs": "^17.0.24",
98
98
  "fastify": "^4.27.0"
99
99
  },
100
- "gitHead": "17a6875c8e4dc9f9cd8c5cb40cd4cf190c2d9da8"
100
+ "gitHead": "950f2d527b72e25c28ee1b5d3280bef1358d2004"
101
101
  }