Add support for gossipsub (#410)

* Replace floodsub with gossipsub

* Add a pubsub flag to support both floodsub and gossipsub

* Fix deps

* Handle empty string values

* Upgrade @cerc-io/libp2p dependency

* Upgrade package versions
This commit is contained in:
prathamesh0
2023-09-05 17:54:52 +05:30
committed by GitHub
parent f89eea0d2f
commit c80e4d0ab7
24 changed files with 266 additions and 51 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/cache",
"version": "0.2.55",
"version": "0.2.56",
"description": "Generic object cache",
"main": "dist/index.js",
"scripts": {