-
Notifications
You must be signed in to change notification settings - Fork 2
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
wallet: Add import-file command #146
Conversation
ec65fc2
to
29c7813
Compare
e8d552c
to
6b4340e
Compare
6b4340e
to
b9d4286
Compare
b9d4286
to
43a05bf
Compare
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.
Would be cool to also have an example/test that performs the import.
2afc954
to
a5baf39
Compare
a5baf39
to
3f33600
Compare
Testing the interactive commands is tricky. We could add |
Yeah we could just use it for tests but not include it in docs. |
This PR:
wallet import-file
command for importing the existing keypair from the PEM file. This helps existing node operators to vote on the upcoming network upgrade, because the governance operations were deprecated inoasis-node
and they are forced to use the Oasis CLIwallet
command into its own subfoldernetwork
command as wellFixes #140.