ipfs/kubo

`ipfs files stat` buggy default format?

開放

#3,127 建立於 2016年8月26日

 (2 則留言) (0 個反應) (0 位負責人)Go (2,725 個分叉)batch import
help wantedkind/bugstatus/deferred

倉庫指標

星標
 (13,906 顆星)
PR 合併指標
 (平均合併 4天 2小時) (30 天內合併 28 個 PR)

描述

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

貢獻者指南