We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710da91 commit 9e3ef64Copy full SHA for 9e3ef64
package.json
@@ -185,7 +185,7 @@
185
"xsalsa20": "^1.1.0"
186
},
187
"devDependencies": {
188
- "@chainsafe/libp2p-gossipsub": "^7.0.0",
+ "@chainsafe/libp2p-gossipsub": "^8.0.0",
189
"@chainsafe/libp2p-noise": "^12.0.0",
190
"@chainsafe/libp2p-yamux": "^4.0.1",
191
"@libp2p/bootstrap": "^8.0.0",
test/interop.ts
@@ -146,7 +146,6 @@ async function createJsPeer (options: SpawnOptions): Promise<Daemon> {
146
if (options.pubsubRouter === 'floodsub') {
147
services.pubsub = floodsub()
148
} else {
149
- // @ts-expect-error remove after gossipsub is upgraded to @libp2p/[email protected]
150
services.pubsub = gossipsub()
151
}
152
0 commit comments