Skip to content
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

Upgrade to js-IPFS v0.38.x-rc #685

Merged
merged 2 commits into from
Sep 30, 2019

Conversation

achingbrain
Copy link
Contributor

There's a new release of js-IPFS around the corner, one of the things it does is turn on pubsub by default so needs a little code tweaking to work.

This PR contains the changes required to get orbit-db working with the latest release candidate.

Copy link
Member

@daviddias daviddias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome @achingbrain :)

test/utils/test-apis.js Outdated Show resolved Hide resolved
@aphelionz
Copy link
Member

@achingbrain Also it looks like while tests are passing, there's a number of socket resets and disconnects after the tests pass. I believe this is on our end but any feedback / guidance you have there is obviously beneficial.

Screenshot from 2019-09-27 14-13-38

There's a new release of js-IPFS around the corner, one of the things it
does is turn on pubsub by default so needs a little code tweaking to work.

This PR contains the changes required to get orbit-db working with the
latest release candidate.
@achingbrain
Copy link
Contributor Author

@aphelionz my experience of those sorts of socket resets is that they are requests to the daemon that are in-flight while it's being shut down, usually in an after/afterEach function at the end of the test suite.

@aphelionz aphelionz changed the base branch from master to develop September 30, 2019 14:14
@aphelionz aphelionz merged commit e575fbb into orbitdb:develop Sep 30, 2019
@aphelionz
Copy link
Member

Merged to develop! Thanks @achingbrain. We'll be able to look at those socket issues in develop

@achingbrain achingbrain deleted the upgrade-to-js-ipfs-0.38.x-rc branch October 1, 2019 05:46
@achingbrain
Copy link
Contributor Author

Great stuff. v0.38.0 has shipped so I opened #696 to not depend on the release candidate any more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants