This repository was archived by the owner on Feb 12, 2024. It is now read-only.
feat: Add support for specifying hash algorithms in files.add #1308
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Since PR 1005 has been blocked for a while, I went through it.
As the PR origin is from an external organization, I created a new branch instead of rebasing it in its origin. Shortly, I got the @alanshaw (thanks :D ) implementation with
js-ipfs
master branch and made a few changes, as a consequence of the modifications that occurred meanwhile incomponents/objects
, as well as inresources
and a minor refactor.Finally, I added tests for several hash algorithms, since there are more than 300. Should I add more to the tests?