Jacob Heun

Results 98 comments of Jacob Heun

@vasco-santos yes I think this would be helpful, and including some common debug string combos could be really helpful. Additionally, we may want to add the debug strings of each...

> However, we should look into what is causing this performance degradation. Yes, we need to get more benchmarks in place and run those regularly (not necessarily as PRs, perhaps...

Module: **js-libp2p** Related Issues: https://github.com/libp2p/js-libp2p/issues/231, https://github.com/libp2p/js-libp2p/issues/237, https://github.com/libp2p/js-libp2p/issues/350 For js-libp2p we need to audit, improve and standardize on our language. Once we've done that we should ensure, as a part of...

> In /cids/src/index.js at line 71, _CID.isCID(version) is giving false for Qmahcv1WK5W4oiSN6aUNd9YqB4affJZXWNWbwUXrGKGfJc This is due to how the Circuit is currently handling the dialing address https://github.com/libp2p/js-libp2p/blob/v0.29.1/src/circuit/index.js#L104-L108. There's no relay peer...

@mpetrunic I've been away from libp2p for a bit but I would say #1029 would be the priority. Circuit v2 will have more utility (although much more involved). The main...

Here are my thoughts on moving js-libp2p configuration to a functional configuration model. I think this would allow us to make libp2p more extensible and improve the UX around configuration....

> What type of configuration we offer in the event of Libp2p.create(). Provide a configuration with the bare minimum + websockets, so that it works both in node and browser?...

I will get a PR together with the test steps in the Makefile to see if we need anything else

It looks like we're missing some packages: https://github.com/GoogleChrome/puppeteer/issues/1857 https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md Here's the failing build I have going on jenkins: https://ci.ipfs.team/blue/organizations/jenkins/IPFS%20Shipyard%2Fpeer-pad/detail/fix%2Fci/1/pipeline

This isn't so much to do with load balancers as it is external vs internal addresses. A common example of this for something like AWS might involve announcing an Elastic...