Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

feat: provide access to multicodec #954

Merged
merged 1 commit into from
Mar 14, 2019

Conversation

niinpatel
Copy link
Contributor

@niinpatel niinpatel commented Mar 13, 2019

resolves: #955

  1. Included multicodec library in the static exports.

  2. Removed src/types.js. I don't think it is needed anymore because we're exporting the utilities and types statically and not with the ipfs object. (refactor: export types and utilities statically #951 )

  3. Also, I think we should also remove the tests for ipfs.types. in the interface-ipfs-core as they are no longer used. Should I also make a PR there for it?

License: MIT
Signed-off by: Nitin Patel [email protected]

@niinpatel niinpatel force-pushed the feat/expose-multicodec branch 4 times, most recently from 77a7433 to 6d36db0 Compare March 13, 2019 17:51
License: MIT
Signed-off by: Nitin Patel <[email protected]>
@niinpatel niinpatel marked this pull request as ready for review March 13, 2019 18:11
Copy link
Contributor

@alanshaw alanshaw left a comment

Choose a reason for hiding this comment

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

Perfect thanks ✨

Also, I think we should also remove the tests for ipfs.types. in the interface-ipfs-core as they are no longer used. Should I also make a PR there for it?

Yes please!

@alanshaw alanshaw merged commit 0c109ab into ipfs-inactive:master Mar 14, 2019
@niinpatel niinpatel deleted the feat/expose-multicodec branch March 14, 2019 16:34
@niinpatel
Copy link
Contributor Author

Perfect thanks ✨

Also, I think we should also remove the tests for ipfs.types. in the interface-ipfs-core as they are no longer used. Should I also make a PR there for it?

Yes please!

Here it is: ipfs-inactive/interface-js-ipfs-core#450

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.

Provide access to multicodec just like in js-ipfs
2 participants