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: geoip and peers on map #1334

Merged
merged 4 commits into from
Dec 4, 2019
Merged

fix: geoip and peers on map #1334

merged 4 commits into from
Dec 4, 2019

Conversation

hacdias
Copy link
Member

@hacdias hacdias commented Nov 28, 2019

image

Fixes #1313.

License: MIT
Signed-off-by: Henrique Dias hacdias@gmail.com

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
@hacdias
Copy link
Member Author

hacdias commented Nov 28, 2019

Edit: not understanding why some tests are failing even though it works.

Copy link
Member

@lidel lidel left a comment

Choose a reason for hiding this comment

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

@hacdias could not sleep :'( so I fixed tests :)

Would be super nice to ship a bugfix release with this PR and #1347 before go-ipfs v0.5.0 lands.
Do you think you'd find time this week?

@@ -97,7 +97,7 @@ const mockPeersBundle = {

function fakeGeoIpData () {
return {
data: JSON.stringify({
Data: JSON.stringify({
Copy link
Member

Choose a reason for hiding this comment

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

FYSA this is why tests always failed (always returned no data)

@hacdias hacdias merged commit bb9926d into master Dec 4, 2019
@hacdias hacdias deleted the fix/geoip branch December 4, 2019 08:04
@hacdias hacdias mentioned this pull request Dec 4, 2019
8 tasks
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.

Peers in v2.7.1 no longer get rendered on the map
2 participants