-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Key Generation Errors #872
Comments
The solution to this is on tendermint/go-crypto#116. Is it fine to close this issue, since it seems that we're moving away from the current codebase for generating recovery keys? |
hmmm I'm in favour of leaving this issue open until it is fixed on the sdk |
Closed by #931 |
ValarDragon
added a commit
that referenced
this issue
Jul 10, 2018
Additionally I've added the following entries: * Added MinInt and MinUint functions * The keys sub-module is now in the sdk * [keys] New keys now have 24 word recovery keys, for heightened security * \#872 - recovery phrases no longer all end in `abandon`
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thought this issue may have already been created (@mossid ) but yeah all generated keys end with Abandon - also I noticed that sometimes keys are generated with less than 32 bytes?
The text was updated successfully, but these errors were encountered: