-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ipns://<.crypto or .eth> by default when IPFS is setup #15749
Comments
|
waiting for 0.9.0 for this #15937 |
Just checking on the status of this since 0.9.0 is shipped. |
afaik this is ready to be picked up and worked on – go-ipfs 0.9+ already shipped to all users, so we can have |
@bbondy Would love to see ENS domains defaulting to You can use Vitalki's as an example as vitalik.eth's ENS Content record is set with an Brave Settings -> Method to resolve IPFS resources -> Local IPFS Node:
Brave Settings -> Method to resolve IPFS resources -> Gateway:
@lidel and @makoto may have some input/insights on this as well. |
For our Unstoppable Domains and ENS we're currently resolving to HTTP. We should prefer to resolve to IPFS first by simply loading ipns:// as the default protocol for them when IPFS is setup.
go-ipfs will support this in 0.9.0 so we can wait for the RC1 to be released and then use an RC manually before we ship the update to implement this.
Note that we shouldn't use this ipns:// method when the option mentioned in this issue is set to Ethereum:
#15750
The text was updated successfully, but these errors were encountered: