Upgrade js-libp2p and related dependencies (#298)

* Upgrade js-libp2p and related dependencies

* Dial all multiaddr of a discovered peer in parallel

* Dial using peer id instead of dialling individual multiaddr

* Log peer id on discovery
This commit is contained in:
prathamesh0
2023-01-20 10:34:55 +05:30
committed by GitHub
parent 7069a7f455
commit ff64dcb43c
6 changed files with 554 additions and 522 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"@ethersproject/providers": "^5.4.4",
"@graphql-tools/utils": "^9.1.1",
"@ipld/dag-cbor": "^8.0.0",
"@libp2p/interface-peer-id": "^1.1.2",
"@libp2p/interface-peer-id": "^2.0.0",
"apollo-server-express": "^3.11.1",
"debug": "^4.3.1",
"express": "^4.18.2",