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 initial support for identity hashes. #4910

Closed
wants to merge 5 commits into from
Closed

Commits on Apr 3, 2018

  1. Add initial support for identity hashes.

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

Commits on Apr 5, 2018

  1. Enforce a length limit on identity hashes.

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

Commits on Apr 12, 2018

  1. Use "CidOpts" instead of just "Prefix" for additional flexibility.

    In particular for the ability to use the identity hash when the data
    is less than a certain threshold.
    
    License: MIT
    Signed-off-by: Kevin Atkinson <k@kevina.org>
    kevina committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    42ee69d View commit details
    Browse the repository at this point in the history
  2. Add "id-hash-limit" option to "ipfs add" command.

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

Commits on Apr 16, 2018

  1. Add "--inline" option to add, Use 64 as the default id-hash limit.

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