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 bootstrapping bug and add real test for bootstrapping #2210

Merged
merged 2 commits into from
Jan 17, 2016

Conversation

whyrusleeping
Copy link
Member

License: MIT
Signed-off-by: Jeromy jeromyj@gmail.com

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
// of the codebase currently uses addresses without the peerid part.
m := bp.Multiaddr()
s := ma.Split(m)
m = ma.Join(s[:len(s)-1]...)
Copy link
Member Author

Choose a reason for hiding this comment

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

this whole bit could have just been bp.Transport()

@whyrusleeping whyrusleeping force-pushed the fix/bootstrapping branch 3 times, most recently from 42781ab to 39d0b33 Compare January 17, 2016 01:50
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
whyrusleeping added a commit that referenced this pull request Jan 17, 2016
fix bootstrapping bug and add real test for bootstrapping
@whyrusleeping whyrusleeping merged commit aeaae90 into master Jan 17, 2016
@whyrusleeping whyrusleeping deleted the fix/bootstrapping branch January 17, 2016 04:47
@lidel
Copy link
Member

lidel commented Jan 17, 2016

Thank you. I retested my setup and bootstrap works fine now 👍

@whyrusleeping
Copy link
Member Author

@lidel yay!!

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