Go IPFS v0.4.1 发布了。 新特性: implementated ipfs object diff (@whyrusleeping) allow promises (used in get, refs) to fail (@whyrusleeping)
工具改变: Bug 修复: fixed ipfs name resolve --local multihash error (@pfista) ipfs patch commands won't return null links field anymore (@whyrusleeping) repo: don't create logs directory, not used any longer (@lgierth) Make non recursive resolve print the result (@kubuxu) Output dirs on ipfs add -rn (@noffle) update libp2p dep to fix hanging listeners problem (@whyrusleeping) fix dht command key escaping (@whyrusleeping)
下载地址:
IPFS 是分布式文件系统,寻求连接所有计算机设备的相同文件系统。在某些方面,这很类似于原始的 Web 目标,但是 IPFS 最终会更像单个比特流群交换的 git 对象。
IPFS = InterPlanetary File System
IPFS 结合了 Git,BitTorrent,Kademlia,SFS 和 Web 的优势,提供跟 HTTP web 一样简单的接口。 |