Open gubatron opened 5 years ago
Hey @gubatron. We're merging multiwallet into master this week so you might want to wait until the dust settled to avoid a major refactor. When this PR is closed, it should be safe to move forward with your plan. 🍻
Understood! Thanks for the heads up.
I get warnings to replace deprecated
Dial
for the newerDialContext
on:images.go
ipns.go
retriever.go
This deprecation warning might be related to the following 2 reported issues as I briefly read the recommendation has something to do with DNS resolver pass-through.
Investigate long context of IPFS dials ending with "Routing not found"
https://github.com/OpenBazaar/openbazaar-go/issues/1294
name resolution failures running openbazaard in docker
https://github.com/OpenBazaar/openbazaar-go/issues/1023
If nobody knows how to do this refactor quickly I'll try to make this my next PR.