This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: udpate importer to only output unixfs things
BREAKING CHANGE: If you specify `raw-nodes` to be true or `cid-version` to be `1` and your data fits in one chunk, you would previously get a `CID` that resolves to an `ipld-raw` node. Now you will get a `CID` that resolves to a `dag-pb` node, so the output of every import will be a `unixfs` object.
- Loading branch information
1 parent
cdc7d6b
commit 7f03fac
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters