libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.27k stars 436 forks source link

feat: add optional topology filter #2544

Closed achingbrain closed 1 month ago

achingbrain commented 1 month ago

Adds a filter option to topologies to allow filtering out duplicate notifications.

Change checklist

achingbrain commented 1 month ago

The registrar test suite has new should use a filter... tests that exercise the code paths, using a PeerFilter which has type overlap with TopologyFilter so I think we're good there.