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

bitswap: protocol extension to handle cids #3297

Merged
merged 1 commit into from
Oct 12, 2016
Merged

Commits on Oct 10, 2016

  1. bitswap: protocol extension to handle cids

    This change adds the /ipfs/bitswap/1.1.0 protocol. The new protocol
    adds a 'payload' field to the protobuf message and deprecates the
    existing 'blocks' field. The 'payload' field is an array of pairs of cid
    prefixes and block data. The cid prefixes are used to ensure the correct
    codecs and hash functions are used to handle the block on the receiving
    end.
    
    License: MIT
    Signed-off-by: Jeromy <why@ipfs.io>
    whyrusleeping committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    f4d7369 View commit details
    Browse the repository at this point in the history