@lodestar/reqresp 1.21.0-dev.bd20876a4e → 1.21.0-dev.be03ef1429

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 +8 -8
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  > This package is part of [ChainSafe's Lodestar](https://lodestar.chainsafe.io) project
9
9
 
10
- Typescript REST client for the [Ethereum Consensus API spec](https://github.com/ethereum/beacon-apis)
10
+ Typescript implementation of the [Ethereum Consensus Req/Resp protocol](https://github.com/ethereum/consensus-specs/blob/v1.4.0/specs/phase0/p2p-interface.md#reqresp)
11
11
 
12
12
  ## Usage
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodestar/reqresp",
3
- "description": "A Typescript implementation of the Ethereum Consensus ReqResp protocol",
3
+ "description": "A Typescript implementation of the Ethereum Consensus Req/Resp protocol",
4
4
  "license": "Apache-2.0",
5
5
  "author": "ChainSafe Systems",
6
6
  "homepage": "https://github.com/ChainSafe/lodestar#readme",
@@ -11,7 +11,7 @@
11
11
  "bugs": {
12
12
  "url": "https://github.com/ChainSafe/lodestar/issues"
13
13
  },
14
- "version": "1.21.0-dev.bd20876a4e",
14
+ "version": "1.21.0-dev.be03ef1429",
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": "1.21.0-dev.bd20876a4e",
58
- "@lodestar/params": "1.21.0-dev.bd20876a4e",
59
- "@lodestar/utils": "1.21.0-dev.bd20876a4e",
57
+ "@lodestar/config": "1.21.0-dev.be03ef1429",
58
+ "@lodestar/params": "1.21.0-dev.be03ef1429",
59
+ "@lodestar/utils": "1.21.0-dev.be03ef1429",
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": "1.21.0-dev.bd20876a4e",
69
- "@lodestar/types": "1.21.0-dev.bd20876a4e",
68
+ "@lodestar/logger": "1.21.0-dev.be03ef1429",
69
+ "@lodestar/types": "1.21.0-dev.be03ef1429",
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": "76d71e8b1cf5d836db7072916a6a2923a5c2a921"
83
+ "gitHead": "34858d59473902da8288bc32d2661707f8547c7a"
84
84
  }