ipfs-shipyard / py-ipfs-http-client

A python client library for the IPFS API
MIT License
687 stars 200 forks source link

Test with JS-IPFS #103

Open ntninja opened 7 years ago

ntninja commented 7 years ago

Since JS-IPFS has (mostly) feature-parity with Go-IPFS we should probably look into testing the client library with that daemon implementation as well.

Steps to be done:

daviddias commented 5 years ago

@alexander255 did you have any success with this? //cc @alanshaw

ntninja commented 5 years ago

@daviddias: Never tried to be honest. Are there any recent events, that would make this worthwhile to investigate?

daviddias commented 5 years ago

It should work first try, that’s what I was looking for :)

ntninja commented 5 years ago

Hmm… but that result isn't really worth a lot without also running the test suite, figuring why stuff fails, implementing CI to ensure that things don't break unexpectedly… I can run the test suite for you however and dump the results here if it is of any help.

Anyways using ipfshttpclient.connect() will almost definitely fail since js-IPFS's reported version likely doesn't match >=0.4.3;<0.5.0, right?