1. 07 Jan, 2015 2 commits
    • Juan Batiz-Benet's avatar
      ipfs object has learned stat · 60d2be9f
      Juan Batiz-Benet authored
      'ipfs object stat' is a plumbing command to print DAG
      node statistics. <key> is a base58 encoded multihash.
      It outputs to stdout:
      
        NumLinks        int number of links in link table
        BlockSize       int size of the raw, encoded data
        LinksSize       int size of the links segment
        DataSize        int size of the data segment
        CumulativeSize  int cumulative size of object and references
      60d2be9f
    • Juan Batiz-Benet's avatar
      merkledag: split off node.go · f93ea20c
      Juan Batiz-Benet authored
      f93ea20c