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

fix handling of dht records and local fixups #2943

Merged
merged 2 commits into from
Jul 5, 2016

Conversation

whyrusleeping
Copy link
Member

This fixes a couple bugs that made ipns not work well in cases where the peer ID had a '/' in it.

It also fixes a bug where we would never succeed in updating the locally stored entry

License: MIT
Signed-off-by: Jeromy why@ipfs.io

@whyrusleeping whyrusleeping force-pushed the fix/dht-key-handling branch from 1825fd2 to 3e54fb4 Compare July 5, 2016 19:33
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
log.Error("Error correcting local dht entry:", err)
}
return
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is what the self-dials where from?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeap, that was indeed the source

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should have been lowercase.

@whyrusleeping whyrusleeping force-pushed the fix/dht-key-handling branch from f67f39a to 735964d Compare July 5, 2016 20:34
@Kubuxu Kubuxu added this to the ipfs-0.4.3 milestone Jul 5, 2016
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
@whyrusleeping whyrusleeping force-pushed the fix/dht-key-handling branch from 735964d to b56d481 Compare July 5, 2016 20:40
@ghost
Copy link

ghost commented Jul 5, 2016

LGTM!

@Kubuxu Kubuxu added the RFM label Jul 5, 2016
@whyrusleeping
Copy link
Member Author

circleCI failure appears to be a caching issue

@whyrusleeping whyrusleeping merged commit 1f3b3c5 into master Jul 5, 2016
@whyrusleeping whyrusleeping deleted the fix/dht-key-handling branch July 5, 2016 22:11
@ghost ghost mentioned this pull request Jul 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants