ipfs / ipfs/kubo

`ipfs files stat` buggy default format?

Open
#3,127 2 comments 0 reactions 0 assignees View on GitHub
help wanted kind/bug status/deferred
Dominant language
Go
Stars
17.1k
Forks
3.2k
Avg merge
3d 18h
Merged PRs (30d)
11

Description

> Version/Platform/Processor information (from `ipfs version --all`):

0.4.3-rc3

> Type (bug, feature, meta, test failure, question): bug
> Area (api, commands, daemon, fuse, etc): commands / files
> Priority (from P0: functioning, to P4: operations on fire): P1
> Description:

SHOULD BE

```
> ipfs files stat /Makefile
Hash: QmTpkPUNCEqQwhNkR78zpc2WiwkQUxKi2G6yaB1THReX8y
Size: 4416
CumulativeSize: 4480
ChildBlocks: 1
Type: file
```

BUT IS

```
> ipfs files stat /Makefile
QmTpkPUNCEqQwhNkR78zpc2WiwkQUxKi2G6yaB1THReX8y
Size: 4416
CumulativeSize: 4480
ChildBlocks: 1
Type: file
```

See here: https://github.com/ipfs/go-ipfs/pull/2706/files#r76372532

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.