help wantedkind/bugstatus/deferredtopic/dhttopic/ipns
仓库指标
- Star
- (13,906 star)
- PR 合并指标
- (平均合并 4天 2小时) (30 天内合并 28 个 PR)
描述
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.