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

ipfs add: added size to response of ipfs add command #4082

Merged
merged 2 commits into from
Jul 29, 2017

Commits on Jul 20, 2017

  1. ipfs add: added size to response of ipfs add command

    The `ipfs add` command was modified to include the added
    node's size as a string. The size is included in the
    dagnode info sent over the output channel.
    
    License: MIT
    Signed-off-by: Tom O'Donnell <todonnel91@gmail.com>
    te0d committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    0a01ffb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. ipfs add: added test case to verify presence of size

    Added test case which greps the `ipfs add` api call,
    checking that it outputs the added item's size.
    
    License: MIT
    Signed-off-by: Tom O'Donnell <todonnell91@gmail.com>
    te0d committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    f96f6af View commit details
    Browse the repository at this point in the history