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
Update ipld formats async await mfs and unixfs and base32 cids #2068
Merged
alanshaw
merged 26 commits into
master
from
update-ipld-formats-async-await-mfs-and-unixfs-and-base32-cids
May 21, 2019
Merged
Update ipld formats async await mfs and unixfs and base32 cids #2068
alanshaw
merged 26 commits into
master
from
update-ipld-formats-async-await-mfs-and-unixfs-and-base32-cids
May 21, 2019
Conversation
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
alanshaw
force-pushed
the
update-ipld-formats-async-await-mfs-and-unixfs-and-base32-cids
branch
from
May 20, 2019 11:53
e7b7047
to
6c7f4ec
Compare
This was referenced May 20, 2019
Closed
This is part of the Awesome Endeavour: Async Iterators: #1670
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
alanshaw
force-pushed
the
update-ipld-formats-async-await-mfs-and-unixfs-and-base32-cids
branch
from
May 21, 2019 08:19
d8cf619
to
d1f98cd
Compare
License: MIT Signed-off-by: Alan Shaw <[email protected]>
alanshaw
approved these changes
May 21, 2019
License: MIT Signed-off-by: Alan Shaw <[email protected]>
License: MIT Signed-off-by: Alan Shaw <[email protected]>
alanshaw
deleted the
update-ipld-formats-async-await-mfs-and-unixfs-and-base32-cids
branch
May 21, 2019 12:08
3 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Down to the last 150 or so failing tests (locally at least). Most of them are interface tests and seem to be ref related.
Maybe we can divide & conquer.
Depends on
resolves #1995
BREAKING CHANGE: The default string encoding for version 1 CIDs has changed to
base32
.IPLD formats have been updated to the latest versions. IPLD nodes returned by
ipfs.dag
andipfs.object
commands have significant breaking changes. If you are using these commands in your application you are likely to encounter the following changes todag-pb
nodes (the default node type that IPFS creates):DAGNode
properties have been renamed as follows:data
=>Data
links
=>Links
size
=>size
(Note: no change)DAGLink
properties have been renamed as follows:cid
=>Hash
name
=>Name
size
=>Tsize
See CHANGELOGs for each IPLD format for it's respective changes, you can read more about the
dag-pb
changes in the CHANGELOG