-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Conversation
Thanks for the help with the test, it's helped me learn how to write them. I noticed the empty directory CID too, could not figure out why it's happening. I originally thought it was related to missing |
No, generally you want streaming, it just means you get results as they come in rather than waiting for them all to arrive first. This PR has that fix applied anyway so I don't think it's related. |
So, when IPFS is inited, we
Taking this in mind, it seems that the first |
This is an example for the /examples/ folder for how to `ipfs.name.publish` in `js-ipfs` and have that ipns record pubsub'd over to a friendly neighborhood `go-ipfs` node to get recorded on the `DHT`. Co-authored-by: DougA <[email protected]>
This follows on from @DougAnderson444's great work in #3166 (I can't push commits to his fork).
I've tided up the test and the instructions, but it doesn't always work reliably for me.
When I hit
Publish to IPNS
, quite frequently the IPNS name is resolved to the empty directory CID:If I then press
Publish to IPNS
again, it works and the test completes (assuming it hasn't timed out by then).@vasco-santos any ideas why you have to publish twice?