Skip to content
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

Stop searching for public keys before doing an IPNS Get #7549

Merged
merged 2 commits into from
Aug 14, 2020

Conversation

aschmahmann
Copy link
Contributor

As described in: #6360 (comment) and ipfs/specs#250

We really do not need to be resolving public keys before resolving IPNS records any more. This just makes IPNS resolution slower and makes using IPNS over PubSub (without DHT support) fail when peers do not already have access to the IPNS public key (e.g. commonly for keys other than self)

… It has been many releases since we started adding the public keys into the IPNS records by default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants