Skip to content
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

Proposed IPLD changes #111

Closed
wants to merge 1 commit into from
Closed

Proposed IPLD changes #111

wants to merge 1 commit into from

Commits on Jun 13, 2016

  1. Proposed IPLD changes

    This patch fixes some of the inconsistencies in the IPLD spec, as well as resolving some existing issues, namely:
    
    - ipfs/kubo#2053 - allow raw data in leaf nodes
    - ipfs/kubo#1582 - use EJSON for encoding (non-UTF8) binary data
    - mandate CBOR Strict Mode to avoid having to deal with duplicated keys
    - change `link` to `content` (although we could also `data` or something similar), as file content needn't be merkle-links, and can in fact be directly embedded into small files
    - removed the extraneous `subfiles` wrapper, as file content can be either (a merkle-link to) a bytestring, a unicode string, or a list thereof
    davidar authored Jun 13, 2016
    Configuration menu
    Copy the full SHA
    6a9b0d9 View commit details
    Browse the repository at this point in the history