Change IPFS to use the new pluggable Block to IPLD decoding framework.#4060
Merged
whyrusleeping merged 1 commit intomasterfrom Jul 12, 2017
Merged
Change IPFS to use the new pluggable Block to IPLD decoding framework.#4060whyrusleeping merged 1 commit intomasterfrom
whyrusleeping merged 1 commit intomasterfrom
Conversation
Member
Author
|
Replaces #4040. |
Later, we should: 1. Pull the other node formats out of IPFS (at least the raw one). 2. Pull out the decoder registration/management into a `go-ipld` library. License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
dbdaa03 to
35984c2
Compare
te0d
pushed a commit
to te0d/go-ipfs
that referenced
this pull request
Aug 4, 2017
Change IPFS to use the new pluggable Block to IPLD decoding framework. cp --force: add force option to files cp command The force option was added to the `files cp` command. Specifying force will overwrite an existing file with the source file. License: MIT Signed-off-by: Tom O'Donnell <todizzle91@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Later, we should:
go-ipldlibrary.