@lodestar/reqresp 1.12.0-dev.8f308c09fe → 1.12.0-dev.9dae25f817

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -48,7 +48,7 @@ async function getReqResp(libp2p: Libp2p, logger: Logger): Promise<void> {
48
48
 
49
49
  ## What you need
50
50
 
51
- You will need to go over the [specification](https://github.com/ethereum/beacon-apis). You will also need to have a [basic understanding of sharding](https://eth.wiki/sharding/Sharding-FAQs).
51
+ You will need to go over the [specification](https://github.com/ethereum/beacon-apis).
52
52
 
53
53
  ## Getting started
54
54
 
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.12.0-dev.8f308c09fe",
14
+ "version": "1.12.0-dev.9dae25f817",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -56,9 +56,9 @@
56
56
  "dependencies": {
57
57
  "@chainsafe/fast-crc32c": "^4.1.1",
58
58
  "@libp2p/interface": "^0.1.1",
59
- "@lodestar/config": "1.12.0-dev.8f308c09fe",
60
- "@lodestar/params": "1.12.0-dev.8f308c09fe",
61
- "@lodestar/utils": "1.12.0-dev.8f308c09fe",
59
+ "@lodestar/config": "1.12.0-dev.9dae25f817",
60
+ "@lodestar/params": "1.12.0-dev.9dae25f817",
61
+ "@lodestar/utils": "1.12.0-dev.9dae25f817",
62
62
  "it-all": "^3.0.2",
63
63
  "it-pipe": "^3.0.1",
64
64
  "snappy": "^7.2.2",
@@ -67,8 +67,8 @@
67
67
  "uint8arraylist": "^2.4.3"
68
68
  },
69
69
  "devDependencies": {
70
- "@lodestar/logger": "1.12.0-dev.8f308c09fe",
71
- "@lodestar/types": "1.12.0-dev.8f308c09fe",
70
+ "@lodestar/logger": "1.12.0-dev.9dae25f817",
71
+ "@lodestar/types": "1.12.0-dev.9dae25f817",
72
72
  "libp2p": "0.46.3"
73
73
  },
74
74
  "peerDependencies": {
@@ -82,5 +82,5 @@
82
82
  "reqresp",
83
83
  "blockchain"
84
84
  ],
85
- "gitHead": "bea86efb4ce3d740fbea601b004b6b38a5d0d904"
85
+ "gitHead": "eb735a50a7b9ddfaec2a221657ebcd065a7eb5a1"
86
86
  }