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

Add support for using CidV1 in 'ipfs add' #3743

Merged
merged 7 commits into from
Apr 27, 2017
Merged

Commits on Apr 26, 2017

  1. adder: fix bug where errors from calls to NewAdder caused daemon to hang

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    b7eae36 View commit details
    Browse the repository at this point in the history
  2. adder: make chan size a constant

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    cf56240 View commit details
    Browse the repository at this point in the history
  3. merkledag: provide better diagnostics when Prefix.Sum fails

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    9b58fa7 View commit details
    Browse the repository at this point in the history
  4. adder: add support for using CidV1

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    518adec View commit details
    Browse the repository at this point in the history
  5. merkeldag: change SetPrefix param to a pointer and reset the prefix o…

    …n nil
    
    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    076d0bd View commit details
    Browse the repository at this point in the history
  6. hamt: support using CIDv1 by allowing the prefix to be set

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    8a47786 View commit details
    Browse the repository at this point in the history
  7. Documentation

    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    9350c51 View commit details
    Browse the repository at this point in the history