Closed dirkcuys closed 2 years ago
I think this is an issue coming from switching to go-ipfs's latest version.
They changed the default encoding of the CID they return after doing a publish
. Related to this: https://github.com/multiformats/js-multiformats/issues/173
I've got fixes for this on my local machine already, so I'll try to release soon.
Fixed in 3.5.0, still needs to be added to Agregore Desktop
When I try to publish to a name in Agregore Mobile, I get the following error:
I might be misssing something, but the CID.parse step seems unnecessary when updating a ipns name:
ipfs.name.publish
gives back{name: 'keyvaluehere', value: '/ipfs/cid'}
:So the IPNS address should just be
'/ipns/' + name
?