-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat!(iota): remove KeyToolCommand::{LoadKeypair, Unpack} #3223
feat!(iota): remove KeyToolCommand::{LoadKeypair, Unpack} #3223
Conversation
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
temporary block
✅ Vercel Preview Deployment is ready! |
c2f7f1a
to
854cf75
Compare
✅ Vercel Preview Deployment is ready! |
854cf75
to
35085a1
Compare
✅ Vercel Preview Deployment is ready! |
Will have a look at this today, sorry for the delay. |
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
Description of change
Remove the unused and rather useless LoadKeypair and Unpack commands.
One can use
iota keytool convert
andiota keytool show
to get the same information and to create a file/read from it one can use standard shell commands like these:Links to any relevant issues
Fixes #3214
Type of change