What is the current state of the libp2p daemons? As far as I can tell there are only a couple of partially implemented code bases and an (in-progress?) specification that are only really used (or will be used?) for interoperability tests.
Is the daemon part of libp2p still an active part of the project or has it been dropped? This part of libp2p seems really useful - what can be done to get it moving?
go-libp2p-daemon is in a weird space in that js-libp2p uses it to smoke test interop between the go and js implementations which makes it wildly useful but it’s largely unmaintained since it’s not really used on the go-libp2p side.
I’d very much like to see it updated to the latest version of go-libp2p, and also a rust-libp2p version created.