go-libp2p icon indicating copy to clipboard operation
go-libp2p copied to clipboard

remove go-libp2p-blankhost

Open marten-seemann opened this issue 3 years ago • 3 comments

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.

marten-seemann avatar Nov 28 '21 13:11 marten-seemann

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?

rukolahasser avatar Dec 15 '21 07:12 rukolahasser

This is already being worked on in https://github.com/libp2p/go-libp2p/pull/1259.

marten-seemann avatar Dec 16 '21 06:12 marten-seemann

oh, okay. Are there any other issues for novice that I can work on?

rukolahasser avatar Dec 16 '21 13:12 rukolahasser