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
Hubble recently updated to no longer do PubSub peer discovery
This is a good thing, because JavaScript LibP2P has pubsub peer discovery available officially - whereas Rust doesn't.
We've so far re-implemented some of the js libp2p stuff for pubsub peer disc, but wasn't fully complete. Ditching it in favor of a ContactInfo based peer discovery is easier and will overall lead to a net-reduction of the amount of work needed on peer disc from us.
The text was updated successfully, but these errors were encountered:
Hubble recently updated to no longer do PubSub peer discovery
This is a good thing, because JavaScript LibP2P has pubsub peer discovery available officially - whereas Rust doesn't.
We've so far re-implemented some of the js libp2p stuff for pubsub peer disc, but wasn't fully complete. Ditching it in favor of a ContactInfo based peer discovery is easier and will overall lead to a net-reduction of the amount of work needed on peer disc from us.
The text was updated successfully, but these errors were encountered: