@lodestar/reqresp 1.19.0 → 1.20.0-dev.0c5adec4eb
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/README.md +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Lodestar Eth Consensus Req/Resp Protocol
|
|
2
2
|
|
|
3
3
|
[](https://discord.gg/aMxzVcr)
|
|
4
|
-
[](https://github.com/ethereum/beacon-APIs/releases/tag/v2.5.0)
|
|
5
5
|

|
|
6
6
|

|
|
7
7
|
|
|
@@ -53,7 +53,7 @@ You will need to go over the [specification](https://github.com/ethereum/beacon-
|
|
|
53
53
|
## Getting started
|
|
54
54
|
|
|
55
55
|
- Follow the [installation guide](https://chainsafe.github.io/lodestar/) to install Lodestar.
|
|
56
|
-
- Quickly try out the whole stack by [starting a local testnet](https://chainsafe.github.io/lodestar/advanced-topics/setting-up-a-testnet/).
|
|
56
|
+
- Quickly try out the whole stack by [starting a local testnet](https://chainsafe.github.io/lodestar/contribution/advanced-topics/setting-up-a-testnet/).
|
|
57
57
|
|
|
58
58
|
## Contributors
|
|
59
59
|
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/ChainSafe/lodestar/issues"
|
|
13
13
|
},
|
|
14
|
-
"version": "1.
|
|
14
|
+
"version": "1.20.0-dev.0c5adec4eb",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@chainsafe/fast-crc32c": "^4.1.1",
|
|
56
56
|
"@libp2p/interface": "^1.3.0",
|
|
57
|
-
"@lodestar/config": "
|
|
58
|
-
"@lodestar/params": "
|
|
59
|
-
"@lodestar/utils": "
|
|
57
|
+
"@lodestar/config": "1.20.0-dev.0c5adec4eb",
|
|
58
|
+
"@lodestar/params": "1.20.0-dev.0c5adec4eb",
|
|
59
|
+
"@lodestar/utils": "1.20.0-dev.0c5adec4eb",
|
|
60
60
|
"it-all": "^3.0.4",
|
|
61
61
|
"it-pipe": "^3.0.1",
|
|
62
62
|
"snappy": "^7.2.2",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"uint8arraylist": "^2.4.7"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@lodestar/logger": "
|
|
69
|
-
"@lodestar/types": "
|
|
68
|
+
"@lodestar/logger": "1.20.0-dev.0c5adec4eb",
|
|
69
|
+
"@lodestar/types": "1.20.0-dev.0c5adec4eb",
|
|
70
70
|
"libp2p": "1.4.3"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"reqresp",
|
|
81
81
|
"blockchain"
|
|
82
82
|
],
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "d2c696bf8e3522ac6fb3d28db907b579083526a4"
|
|
84
84
|
}
|