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

feature default validator keystore path #5592

Merged
merged 7 commits into from
Apr 23, 2020

Conversation

farazdagi
Copy link
Contributor

@farazdagi farazdagi commented Apr 23, 2020

Resolves #5438

  • decouples password and keystore path processing logic (previously we had a bug where on empty --password flag, keystore path input was expected from user too - even when --keystore-path is provided)
  • moves DefaultValidatorDir() to accounts processing, and allows keystore manager to access it to. Effectively, now it is not required to provide path at all - as it will default to OS-specific one and will be used in both account creation and validator node running
  • once this PR is merged, it is advised to cut a new release (so that prysm.sh works) and merge (and publish) removes --keystore-path flag prysm-testnet-site#117

With this PR, when new validator account creation is requested, it features default path:
image

@farazdagi farazdagi self-assigned this Apr 23, 2020
@farazdagi farazdagi added Ready For Review A pull request ready for code review OK to merge labels Apr 23, 2020
@farazdagi farazdagi marked this pull request as ready for review April 23, 2020 14:45
@farazdagi farazdagi requested a review from a team as a code owner April 23, 2020 14:45
@prylabs-bulldozer prylabs-bulldozer bot merged commit a33bd94 into master Apr 23, 2020
@delete-merged-branch delete-merged-branch bot deleted the fix-validation-path-issue branch April 23, 2020 20:02
@farazdagi farazdagi mentioned this pull request May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validator Key path issue
2 participants