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

Brave Wallet "Confirm your Secret Backup Phrase" should be sorted. #7630

Closed
MicahZoltu opened this issue Jan 7, 2020 · 4 comments
Closed

Comments

@MicahZoltu
Copy link

Description

When creating a new Brave Wallet, it gives me a seed phrase to note and then asks me to confirm it by selecting words from a list in the order the appeared in the seed phrase. The problem is the list of words is unordered, so when I try to find the next word in my seed phrase I have to painstakingly search the word list one word at a time. The list should be sorted in alphabetical order so it is easy to find the next word via a mental binary search (the way humans naturally try to search sorted lists).

Steps to Reproduce

  1. Settings > Crypto Wallets > New Wallet
  2. Write down seed.
  3. Try to confirm.

Actual result:

Pain and suffering that make me want to not use the feature.

Expected result:

Delight at using modern financial technology.

Reproduces how often:

100%.

Brave version (brave://version info)

Brave 1.2.41 Chromium: 79.0.3945.88 (Official Build) (64-bit)
Revision c2a58a36b9411c80829b4b154bfcab97e581f1f3-refs/branch-heads/3945@{#954}
OS Windows 10 OS Version 1903 (Build 18362.535)

Version/Channel Information:

  • Can you reproduce this issue with the current release? Yes.
  • Can you reproduce this issue with the beta channel? Unknown
  • Can you reproduce this issue with the dev channel? Unknown
  • Can you reproduce this issue with the nightly channel? Unknown
@bsclifton bsclifton added the feature/web3/wallet Integrating Ethereum+ wallet support label Jan 8, 2020
@srirambv
Copy link
Contributor

srirambv commented Jan 9, 2020

I think this is by design that the words are not sorted. Probably a suggestion to considered upstream

cc: @danfinlay @bbondy @ryanml

@MicahZoltu
Copy link
Author

@srirambv I can't think of any reason the words would be unsorted by design. There are no security benefit from random sort from alphabetical sort, and it makes UX noticeably worse.

Is the Brave wallet just a thin fork of MetaMask? I haven't created a new account in MetaMask for some time, so maybe Brave is just using the same UI and I should file a bug over there?

@ryanml
Copy link
Contributor

ryanml commented Jan 10, 2020

@MicahZoltu in this case MetaMask has the same behavior, we just use 24 word secret phrases as opposed to MM's 12. I think if you'd like to escalate this it'd be worth filing over at https://github.com/MetaMask/metamask-extension to get the team's thoughts on it.

@MicahZoltu
Copy link
Author

Closing this in favor of new MetaMask bug MetaMask/metamask-extension#7799.

@bbondy bbondy added this to the Closed / Invalid milestone Jun 3, 2020
@srirambv srirambv added feature/ethereum-remote-client and removed feature/web3/wallet Integrating Ethereum+ wallet support labels Sep 23, 2021
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

5 participants