go-libp2p-daemon
go-libp2p-daemon copied to clipboard
a libp2p-backed daemon wrapping the functionalities of go-libp2p for use in other languages
I'm thinking if it makes sense to let the daemon register a network notifiee which has both `Connected` and `Disconnected` exposed to the clients in some way(e.g. through the socket...
For example with CIRCUIT transport , the convertStreamInfo return error("no protocol with code 290"). Now I fix it by import circuit packge in client process sapce. how about if daemon...
I am writing the interop tests for the DHT between js and go and I am having an issue with the keys. Using `js-ipfs` and `go-ipfs` daemon, we are able...
It seems like application-provided validator functions for pubsub are not implemented yet. I think we had discussed this is something want. Ethereum 2.0 will likely use it.
As the daemon grows our configuration flag options are likely to become cumbersome pretty quickly. I was talking with @bigs and @vasco-santos about needing to add support for specifying the...
As users demand more functionalities (e.g. #34), we're likely to see a proliferation of option flags for the daemon binary. While the daemon is marked as an _experimental_ project, we...
Just wondering why Daemon interface operates with byte representation of multiaddress? The interface appears pretty highlevel and the string representation would look more appropriate
Now that we have multiaddr support for control sockets, which allows us to use tcp, we should finally fix the tests on windows. Tired of those red Xs!
Opening this issue to continue the discussion we started regarding what concurrency models that should be supported when targeting language level bindings. ### Asynchronous Model Concurrency handled on the Go...