libp2p / go-libp2p-pubsub

The PubSub implementation for go-libp2p
https://github.com/libp2p/specs/tree/master/pubsub
Other
317 stars 182 forks source link

test: use the regular libp2p host #565

Closed Stebalien closed 1 month ago

Stebalien commented 1 month ago

This removes dependencies on swarm/testing and the blank host.

  1. swarm/testing really shouldn't be used at all except for internal libp2p stuff.
  2. The blank host should only be used in very special cases (autonat, mostly).