-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Please consider exposing multicodec along with other dependencies #1913
Comments
SGTM, what other dependencies would be useful? |
Not sure, have not come across anything else yet, I'll open separate issues if I will. One thing that might be worth considering is to expose |
This is how it will be in 0.35 when released :D see #1908 |
Can I take up this issue @alanshaw ? |
Yes please! |
PR is ready #1921 |
resolves #1913 License: MIT Signed-off by: Nitin Patel <[email protected]>
I'm working on https://github.com/gozala/ipdf/ where I need to encode codec format in the buffer before encrypting it so during encryption I can figure out what format to use in decoding.
Provided an ipfs node instance implementation has access to everything it needs to do it's job except of
multicodec
that IPFS implementation internally depends upon. Please consider exposing it along with other dependencies inipfs.types.
as that would avoid pulling in separately library & any versioning mismatches that could arise from that.The text was updated successfully, but these errors were encountered: