Guilhem Fanton
Guilhem Fanton
I just rebased the branch on master, it seems that all the concerned tests pass now!
I've made the requested changes, but I've missed some `DisableReuseport` option in some test and still have the same issues described [above](https://github.com/libp2p/go-libp2p/pull/1476#issue-1225596723) with `TestHolePunching` & `TestStatelessReset`: - for `TestStatelessReset`, I...
One test is failing, but it doesn't seem to be related to my PR.
The main reason it took us a while to figure out the cause is that no explicit error is raised since the error actually occurs on the operator's side. The...
hello, sorry for the delay, it is also very difficult for us to keep and update all libp2p dependencies across our projects, we try to get as close as possible...
like i say in the comment just behind, i got some unknown problem when syncing "_remoteheads". ```go // >>>> @FIXME(gfanton): looks like activate this break the exchange // rawRemoteHeads, err...
Unfortunately I still haven't had time to test it... You can try this feature by doing the following change: ```diff modified baseorbitdb/orbitdb.go @@ -934,14 +934,14 @@ func (o *orbitDB) exchangeHeads(ctx...
> Find a clean way to override the default go-ipfs DNSResolver @Stebalien What do you think would be the best approach to do that? If we could simply implement a...