go-libp2p
go-libp2p copied to clipboard
remove go-libp2p-blankhost
This should be a configuration profile for go-libp2p, maximally a libp2p.NewMinimalHost or libp2p.New(libp2p.MinimalHostOpts...). We could avoid code duplication and make sure that go-libp2p supports a wide range of configurations.
We currently use the blankhost for AutoNAT, and probably in a bunch of tests.
I'd like to work on this one, but not very familiar with the code base. Could you shed a little more light on it, like where should I start?
This is already being worked on in https://github.com/libp2p/go-libp2p/pull/1259.
oh, okay. Are there any other issues for novice that I can work on?