This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
[WIP] remove UnixfsNode
from trickledag(part2)
#54
Merged
schomatis
merged 12 commits into
ipfs:master
from
bjzhang:fix/dag/WIP-remove-unixfs-node-from-trickledag
Jan 16, 2019
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
8f1d1c2
dag: add fsNodeType in NewLeafNode and NewLeafDataNode
839ca64
Docs: update balanced builder document
fb5d4a1
dag: remove `UnixfsNode` in Layout of trickledag
844fab0
Trickle: add new functions for FSNodeOverDag
921b53f
dag: remove `UnixfsNode` in Append of trickledag
f956bdd
dag: remove fillTrickleRec
5737e29
dag: remove trickleDepthInfo
9216804
dag: remove the old FillNodeLayer
a2e4ceb
dag: Remove UnixfsNode
bc4239c
trickle: document `fillTrickleRec` and `trickleDepthInfo`
schomatis 13730b7
trickle: rename variables according to new `trickleDepthInfo` names
schomatis 002f54f
helpers: doc and TODOs
schomatis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: can we expand all the
newFSN
tonewFSNode
names to be consistent with the current terminology?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NewFSNFromDag should be NewFSNodeOverDagFromDag. It is too long for me, and I simply truncate it at that time. Is there some better name in your mind?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, drop the
OverDag
, I was thinking of expanding just theFSN
toFSNode
part:NewFSNodeFromDag
.