-
Notifications
You must be signed in to change notification settings - Fork 300
attempt to handle changes to ipfs swarm peers api #427
Conversation
thanks @whyrusleeping will take a look later today |
Ready for review and merge |
Additional tests are in ipfs-inactive/interface-js-ipfs-core#94 |
thank you @dignifiedquire So, since we need to provide the same api for js-ipfs and js-ipfs-api and having two return types is weird, the best is just to level up js-ipfs to the latest go-ipfs swarm peers API and make js-ipfs-api always return the same thing, of course that with the caveat that when contacting a go-ipfs 0.4.4 node, some of the properties will be undefined. |
@diasdavid updated both PRs. |
👍 now just needs an update on js-ipfs ipfs.swarm.peers |
@diasdavid js-ipfs PR ipfs/js-ipfs#600 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests pass locally, everything LG
@diasdavid can we ship this? |
Ship it! :) |
so obviously i don't javascript, but these tests failing my CI is getting old so i've made an effort.
Can someone who knows what they are doing help out here?
cc @diasdavid @dignifiedquire @victorbjelkholm