storacha / w3name

IPNS client and service for generating, updating, and tracking immutable names with signed updates
Other
45 stars 12 forks source link

name update not sent via pubsub #105

Open tennox opened 2 weeks ago

tennox commented 2 weeks ago

I'm investigating stale responses on our gateway, and it seems to me there are no IPFS pubsub messages sent for w3name updates - is that correct, or am I doing something wrong?

$ nix run github:tennox/ipns-utils -- pubsub get-topic --key k51qzi5uqu5dmi4ub822smfsajlh7utzcupuihc76py1zbzafe71rbmzm9jml3
/record/L2lwbnMvACQIARIg_ZmEz1G3WNPDMsDluR3hNeqMQlXRSQW5RjaysS3eahc
$ ipfs pubsub sub /record/L2lwbnMvACQIARIg_ZmEz1G3WNPDMsDluR3hNeqMQlXRSQW5RjaysS3eahc
tennox commented 6 days ago

Got responses on Discord:

IPNS records are currently only published to the DHT w3name has a websocket API you can use to listen for updates. https://github.com/storacha/w3name/tree/main/packages/api