You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked into this, and this is a little tricky for two reasons:
Importing a record is pretty easy. The problem the public key is not always included in the IPNS record (as per spec https://specs.ipfs.tech/ipns/ipns-record/#public-key-bytes since its typically inlined in the name for ed25519). So the ipns-record file is not enough and you need to pass the name too. The public key is important, because we derive the name from it and also use it to determine the DHT routing key.
Take the PublicKey from the filename of the ipns-record file. It’s always included when I download it with the browser from https://delegated-ipfs.dev/routing/v1/ipns/k5..........gk6r
sending a PUT of an existing ipns-record file to
/routing/v1/ipns/{name}
for republishing.The text was updated successfully, but these errors were encountered: