Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

chore: update dependencies #73

Merged
merged 1 commit into from
Jun 17, 2019
Merged

chore: update dependencies #73

merged 1 commit into from
Jun 17, 2019

Conversation

vasco-santos
Copy link
Member

@vasco-santos vasco-santos commented Jun 5, 2019

This PR addresses ipfs/interop#71. IPNS Pubsub tests were failing on master for linux, as a result of cids being outdated on ipfsd-ctl

@@ -23,14 +23,14 @@ class ExpectedError extends Error {
function checkNodeTypes (daemon, file) {
return daemon.api.object.get(file.hash)
.then(node => {
const meta = UnixFs.unmarshal(node.data)
const meta = UnixFs.unmarshal(node.Data)
Copy link
Member

Choose a reason for hiding this comment

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

@vmx this looks like an API breaking change. Was it treated like so?

Copy link
Member

Choose a reason for hiding this comment

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

Yes.

Copy link
Member

Choose a reason for hiding this comment

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

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.

Fix LGTM

@daviddias daviddias merged commit ce1b80e into master Jun 17, 2019
@daviddias daviddias deleted the chore/update-deps-20190605 branch June 17, 2019 06:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants