-
Notifications
You must be signed in to change notification settings - Fork 52
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
Talking to js-ipfs #19
Comments
js-ipfs server listens on port 5002 not 5001 |
Need to recognize new network protocols
|
Added the new network protocols to net-ipfs-core v0.10.0 |
Latency can have a value of "unknown". It was "n/a" on |
54 tests are green and 15 red; not bad for alpha software. Many of the failed tests can be attributed to the following issues
@diasdavid FYI |
An interesting test failure is FindPeer. It appears that the The requested peer ID is
|
Woot! Nice report @richardschneider, thank you for sharing this. Some of the failures will be fixed with:
I'm intrigued why PubSub failed, it should work the same way, unless your PubSub tests rely on the DHT. As for:
This is because the way a DHT works is by giving you the closest peers and since it doesn't find Mars, it gives you something different |
Getting |
Cool DHT feature, will change my test case. Learn something new every day. |
@pgte is almost finishing files ls ipfs-inactive/js-ipfs-unixfs-engine#197 \o/ Wanna help finish the Pin API? The PR is pretty advanced ipfs/js-ipfs#1045 and we already have interface tests https://github.com/ipfs/interface-ipfs-core/blob/master/src/pin.js that are used to test js-ipfs-api with go-ipfs too |
I forgot to run |
There are differences in the PublishedMessage from go and js; see ipfs/js-ipfs#1068. |
Port 5001 vs 5002 is getting annoying. Let's make IpfsClient use environment variable |
|
@diasdavid I'm looking for support of file ls NOT |
ipfs/js-ipfs#1078 implements |
js-ipfs #19 expects a link size for a directory. go-ipfs is happy either way,
The Pin API and DHT FindProviders are the only tests failing. All are returning |
All testing has been done against
go-ipfs
. js-ipfs is a new javasvript implementation of the IPFS server. Let's see how we play with it.The code is being pushed to the js-ipfs branch.
The text was updated successfully, but these errors were encountered: