ipfs/kubo

`ipfs files stat` buggy default format?

Open

#3.127 geöffnet am 26. Aug. 2016

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (2.725 Forks)batch import
help wantedkind/bugstatus/deferred

Repository-Metriken

Stars
 (13.906 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 2h) (28 gemergte PRs in 30 T)

Beschreibung

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