ipfs/kubo

corrupted ipns entry in local cache

Open

#3,124 创建于 2016年8月25日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Go (13,906 star) (2,725 fork)batch import
help wantedkind/bugstatus/deferredtopic/dhttopic/ipns

描述

I was able to break my local ipns publishing:

➜  ~ ipfs name publish <some hash>
Error: proto: required field "{Unknown}" not set

I did this by first publishing an entry normally, then:

ipfs dht get /ipns/<my peer ID> > ipns-data
cat ipns-data | ipfs dht put /ipns/<my peer ID>

Something must not be quite right here in the round tripping of the record.

This also appears to make it impossible for me to publish new ipns values for the time being.

贡献者指南