Add option to publish to IPNS #117
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Siderus/Orion!117
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/8-publish-to-ipns"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed?
Added Publish to IPNS window and Publish to IPNS to the StorageElement's menu.
@ -20,3 +21,3 @@label: 'Resolve IPNS',accelerator: 'CmdOrCtrl+E',accelerator: 'CmdOrCtrl+F',click () {I would invert Resolve (aka Find) and Publish:
Does it make more sense? otherwise lets find something else. CMD+P? (used for Print, but what do we have to print? :P )
Add spaces,
Publish to IPNS@ -0,0 +1,116 @@import React from 'react'What if we add a line that is saying that this process may take few minutes?
@ -0,0 +1,116 @@import React from 'react'For some reason I cannot copy this. Should we add a button to copy the ID in the clipboard?
(Same issue goes in the settings)
Should we add the IPNS hash instead?
Something like
IPNS ${peer id} has been successfully updated to ${result.value}?I have spent my last 30 min trying to understand what is wrong here:
:O
That's the error we get from ipfs when the hash is an empty string, not very nice...
The problem was how the hash was retrieved, should be working now.