-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Plans on migrating to use multiformats #311
Comments
🦗 (there are no maintainers nor plans) @alvin-reyes If you have time to do the refactor and the update, I can help with reviewing and merging. |
Update:
|
Worth noting that this switch is going to introduce problems for the Ethereum and Git examples in the explore since we don't have updated codecs for these. I have a Bitcoin codec that is half-way there (there was an intermeditate |
I think the first step is defining migration steps. e.g. what are the migration steps for ipld-explorer-components/src/lib/normalize-dag-node.test.js Lines 2 to 3 in 16508c1
and https://github.com/ipfs/ipld-explorer-components/blob/master/src/lib/resolve-ipld-path.test.js#L2-L10 ? There are a large number of dependents for all of these deprecated packages: https://www.npmjs.com/browse/depended/cids and each dependent may be using them differently.. we need to dive into it to figure out what we need to support |
Last time I looked at I suspect old examples may be problematic, but there is no point in having Ethereum / Git examples if nobody can use them, so if we don't have working codecs, we should remove broken examples and replace them with working ones (ipld/explore.ipld.io#74, ipld/explore.ipld.io#62 (comment)) |
This should be fixed when #359 is resolved |
Hello Maintainers,
I'm trying to extend the ipld-explorer-components to add support to explore CAR and I noticed that the following modules are now deprecated.
It is superseded by the
multiformats
module: https://www.npmjs.com/package/multiformats.Question, are there any plans to upgrade? I figured since I'm extending the explorer, I might as well upgrade the module.
Thank you.
The text was updated successfully, but these errors were encountered: