This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Awesome IPLD endeavour #1
Merged
Merged
Changes from 9 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
23ba424
feat: resolver, tree + tests
daviddias 407152a
chore: update package.json
daviddias bbb5ab9
feat: s/copy/clone, simplify internal API (encoded stuff) and update …
daviddias 82fc2fe
feat: let utils be utils
daviddias 42b7d6f
style: solve lint issues
daviddias 9e05b7b
docs: update readme
daviddias 6165a91
feat: generate cid
daviddias 680bf4e
feat: yield remainderPath if not possible to result through
daviddias 473a991
feat: new util API, move serialize, deserialize and cid out
daviddias d2bf303
feat: migrate dag-node size, multihash and util serialize, deserializ…
daviddias c51ddc9
docs: update readme
daviddias 2d3d220
feat: migrate resolver to async API
daviddias 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "ipfs-merkle-dag", | ||
"version": "0.7.3", | ||
"description": "A JavaScript implementations of the IPFS MerkleDAG implementations (protobufs)", | ||
"main": "lib/index.js", | ||
"name": "ipld-dag-pb", | ||
"version": "0.0.1", | ||
"description": "JavaScript Implementation of the MerkleDAG Node in Protobuf.", | ||
"main": "src/index.js", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TODO: change before merge |
||
"jsnext:main": "src/index.js", | ||
"scripts": { | ||
"lint": "aegir-lint", | ||
|
@@ -35,6 +35,7 @@ | |
"url": "https://github.com/ipfs/js-ipfs-merkle-dag.git" | ||
}, | ||
"dependencies": { | ||
"cids": "^0.1.1", | ||
"ipfs-block": "^0.3.0", | ||
"is-ipfs": "^0.2.0", | ||
"multihashes": "^0.2.2", | ||
|
@@ -59,4 +60,4 @@ | |
"rimraf": "^2.5.4", | ||
"run-series": "^1.1.4" | ||
} | ||
} | ||
} |
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.
don't forget to deprecate the latest versions of these modules on npm with a message that they were renamed