@multiformats/multiaddr
PeerStore
Severity:
Medium
Description:
#3400
InvalidParametersError: Multiaddr / was not an IPv4, IPv6, DNS, DNS4, DNS6 or DNSADDR address
@dozyio noticed the / multiaddr in the error message. I believe this is an invalid Multiaddr and should not exist/be parsable.
Steps to reproduce the error:
Not sure yet. Possible suspects:
|
ma = ma.decapsulate(multiaddr(`/p2p/${peerId}`)) |
@multiformats/multiaddr
PeerStore
Severity:
Medium
Description:
#3400
InvalidParametersError: Multiaddr / was not an IPv4, IPv6, DNS, DNS4, DNS6 or DNSADDR address@dozyio noticed the / multiaddr in the error message. I believe this is an invalid Multiaddr and should not exist/be parsable.
Steps to reproduce the error:
Not sure yet. Possible suspects:
js-libp2p/packages/peer-store/src/utils/dedupe-addresses.ts
Line 50 in 61d594a