Open
Description
IPFS 0.11.0 has an API incompatibility that needs to be addressed.
According to the release notes at https://github.com/ipfs/go-ipfs/releases/tag/v0.11.0:
HTTP RPC wire format for experimental commands at /api/v0/pubsub changed."
Because of this, the test_publish_subscribe
and test_ls
tests fail.
The release notes contain detailed information on what changed exactly. This should make it much easier to create a fix.