-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPNS helper #4
Comments
@magik6k what else needs to be done to get the IPNS helper working? |
2 most significant things:
|
When you say "integrate with keystore nicely" do you mean that when pushing the first time, the IPNS git helper should create a new key in the key store, and associate the unixfs tree with that key in IPNS? |
maybe not 'associate the unixfs tree', but something like:
|
|
Currently it prints the IPFS hash of the patched object with an |
We could print both, but it might be confusing for some users. I'd keep the |
Ok so I'm imagining that the user would do one of the following:
At the end it would print Does that sound right? |
Yep, that's about right. We might also want to store mapping between branches and keys in the tracker |
It seems like there is a bug in go-ipfs-api ipns name publish so I will wait till you have completed the work on core API |
Think we can move forward on this now? |
I thought this doesn't really work? Unless I did something wrong when I was trying to use it - https://gist.github.com/mainiak/03f202480405affca3fd80dd8f6a7008 |
See #3 (comment)
The text was updated successfully, but these errors were encountered: