-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement CIDv1 #3059
Comments
There should be a separate package -- go-cid -- that implements all the
|
|
multilarsgierth On Mon, Aug 22, 2016 at 4:00 PM Lars Gierth [email protected]
|
@lgierth for me it looks like it isn't really a part of multiformats suite, it is just bundle of them to be used as object identifiers in IPLD. EDIT: s/IPFS/IPLD/ |
I think it should be part of IPLD, it will be usable in other systems |
This has been implemented |
Once the content ID v1 specification is finalized, we need to begin the work of implementing and integrating it into go-ipfs.
This will contain roughly the following tasks:
blocks
package.NewBlock
should use CID to 'hash' content, and theKey()
method should return a CIDblocks/key
should be able to understand multibase (and when to leave it off for legacy keys?)exchange/bitswap
will need to handle sending CIDs and legacy keys in wantlistspath
:ParsePath
needs to understand multibasecore/corehttp
/commands/http
will need to understand CIDs and multibase encodingsDepends on:
Links:
The text was updated successfully, but these errors were encountered: