Marten Seemann
Marten Seemann
> We need to go the other way and actually build a resource manager that can be used by applications (ideally one that doesn't live in libp2p, but that is...
Does it make sense to exhaust the combinatory space here, and have a pubsub with mdns, a pubsub with rendezvouz, and a chat with rendezvouz example? Every example creates maintenance...
@vyzo, what do you think? You're more familiar with our pubsub code.
This is already being worked on in https://github.com/libp2p/go-libp2p/pull/1259.
This is purely an implementation decision. A libp2p node advertises its addresses, so we don’t have to care about consistency here. The main purpose is to allow kubo to enable...
Related: https://github.com/libp2p/interop/issues/48
The implementation will need to take care to not create any (additional) mutex contention. We use this trick to reduce it for peer IDs and we might need something similar...
Thank you for writing this up @julian88110! This sounds like a good plan. I'm wondering if instead of an `EarlyData` method we should instead expose a `ConnectionState`, similar to what...
I removed the release commit. Let's first make sure we can build kubo before cutting a patch release.
@aschmahmann `data` was generated by a fuzzer. I wouldn't be suprised if `UnmarshalText` failed, but in this case it doesn't. `UnmarshalText` suceeds, giving me a seemingly valid `peer.ID`. I then...