-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
UX Bug: BIP39 word entry #186
Comments
We should make a bigger test case for BIP39 seeds. Extra spaces, extra at end or beginning, comma, comma space (or not), CR or CR/LF between. Both full word and 4 characters words. We should make it as easy as possible to bring in old seeds. |
Comma separated, space separated, tab separated, and return separated all work in GST 1.6. I think the major UI issue here is that GST will report "Invalid BIP39 words." as you're typing them in, up to the point where you have a complete, valid set added. |
Please retest in next release. |
I'm still seeing errors as you type words in, @wolfmcnally , both in the 4-letter form and complete form, only clearing when the last letter of the last word is typed. |
This still shows "Invalid BIP39 words." as you're typing in correct BIP39 words. |
The new red/green/yellow words at bottom are amazing and should be a great UI for entering words. I think we still need to change the error message though. I suggest "Invalid BIP39 words" only if something comes up red. |
There is a difference between reporting an invalid bip39 word vs the checksum being invalid. User was legitimately confused thinking the world was invalid.
Error shown be more granular: incorrect word, insufficient quantity of words, checksum invalid.
The text was updated successfully, but these errors were encountered: