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

[tracking] Key generation readiness #2002

Closed
5 tasks done
Tracked by #2004 ...
cwgoes opened this issue Oct 20, 2023 · 0 comments
Closed
5 tasks done
Tracked by #2004 ...

[tracking] Key generation readiness #2002

cwgoes opened this issue Oct 20, 2023 · 0 comments

Comments

@cwgoes
Copy link
Collaborator

cwgoes commented Oct 20, 2023

dependencies:


This issue tracks feature-completeness of key generation. Key generation is feature-complete if and only if:

  • Users can generate keys using the Namada CLI (which should use the same code as the SDK uses - DRY)
    • Manually (random mnemonic)
    • Using the Ledger hardware wallet
  • Users can generate keys using the Namada interface
    • Manually (random mnemonic)
    • Using the Ledger hardware wallet
  • Users can use these keys to generate appropriate signatures as required for genesis transactions and afterwards
  • We're confident that key generation is secure and final (no further changes)
  • All key generation-related code is tested, believed to be complete, and audited by at least two people other than the author

Please add any dependencies that you believe are necessary to meet these requirements in the list above.

related: #1950

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant