You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libp2p.getMultiaddrs() only returns addresses that the node is listening on so we only need to filter for public/private by default, and allow users to override that filter for extraneous situations.
if p2p-circuit is enabled, a libp2p node will likely double the number of listening multiaddrs, so we may need to optimize filtering more
See comment from @BigLep at #1 (comment)
Tasks
The text was updated successfully, but these errors were encountered: