-
-
Notifications
You must be signed in to change notification settings - Fork 55
Conversation
@alanshaw Might you be able to take a look at the test failure here and provide insight into why the pubsub messages via CircleCI (not sure if you can see it) https://circleci.com/gh/orbitdb/ipfs-log/1410 But here you can see it passes with Here's the test code: https://github.com/orbitdb/ipfs-log/blob/fix/js-ipfs0.37.0/test/replicate.spec.js#L120 |
What version of |
Though, I tried installing both explicitly and they both had the same result :( |
Is the JS daemon in process or external? |
In v34 we switched the pubsub implementation to use the |
@alanshaw In process. It's included via |
Can you try |
I encountered this yesterday and thought there's a possibility this issue could be due to it sindresorhus/ky-universal#8 There's a workaround coming in ipfs-inactive/js-ipfs-http-client#1101 If changing |
Description (Required)
This PR ensures compatibility with
js-ipfs@^0.37.0
TODO