Skip to content
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

Allow private key password change #460

Merged
merged 5 commits into from Sep 18, 2018
Merged

Allow private key password change #460

merged 5 commits into from Sep 18, 2018

Conversation

prd-fox
Copy link
Contributor

@prd-fox prd-fox commented Sep 15, 2018

#447

Create parsers for each type of CLI option. Each parser is responsible
for it's own options and actions. This way, not everything is put into
one super CLI class.

Add ability to change, add or remove a password on a private key. This
option is only for file based private keys, and will stop other CLI
parsing from taking place, including but not limited to:

  • new key generation
  • configuration file loading and validating
  • application startup

The rules and CLI options can be found in the attached issue.

Create parsers for each type of CLI option. Each parser is responsible
for it's own options and actions. This way, not everything is put into
one super CLI class.

Add ability to change, add or remove a password on a private key. This
option is only for file based private keys, and will stop other CLI
parsing from taking place, including but not limited to:
- new key generation
- configuration file loading and validating
- application startup

The rules and CLI options can be found in the attached issue.
…o feature/allow-privatekey-password-change
@Krish1979 Krish1979 merged commit 91063a9 into Consensys:master Sep 18, 2018
@prd-fox prd-fox deleted the feature/allow-privatekey-password-change branch September 18, 2018 09:29
@prd-fox prd-fox added 0.7 enhancement Non-user code enhancements labels Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.7 enhancement Non-user code enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants