-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
PeerID in IPNS key workflow #3807
Comments
Hey @lgierth, could you please give a bit more detail for the expected behavior of these 2 items?
|
@lgierth @keremgocen I think the current behaviour of @keremgocen about the ipfs key gen --type=rsa --size=2048 mykey
ipfs name publish --key=mykey QmSomeHash @lgierth calls for being able to use |
Then I shall skip the "-l arg should be default true" part. @Kubuxu what would be a good way to lookup peerIDs? I see some potential ways of doing so like node.Routing.FindPeers here but not sure which one would be the best option with my current exposure level to the codebase. |
It should use keystore, as the I would go with that solution for now. We might want to do something smarter latter (will come out in CR process). |
So the actions here would be:
|
SGTM 👍 |
@lgierth Can you close this if it's all completed :D (I'm just going through "help wanted" issues trying to find things to work on) |
Certainly :) Thanks @keremgocen! |
Version information: 0.4.7
Type: enhancement
Priority: P3
Description:
ipfs name publish --key
should accept a PeerID in addition to the key name.ipfs key list
should list the PeerID alongside the key name (-l
arg should be default true).The text was updated successfully, but these errors were encountered: