1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/app/pages
Mark Stacey beb6047384
Revert "Add custom hd path option (#9367)" (#9875)
This reverts commit f30d261e69.

The custom HD path option was found to be unsafe to use, because the
displayed list of accounts would differ depending on which application
was open on the Ledger device. Essentially Ledger was accepting invalid
inputs, and returning junk responses.

This was too dangerous to ship, as it could leave users with an account
that they can't reliably recover. If we don't know how the derivation
is happening, then allowing this import puts our users at risk of
losing funds.

We can re-introduce this functionality after adding validation to
ensure that we only allow inputs that are handled correctly by Ledger.
2020-11-13 14:25:47 -03:30
..
add-token Create custom addHexPrefix function (#9306) 2020-11-06 13:18:00 -08:00
asset [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
confirm-add-suggested-token [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
confirm-add-token [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
confirm-approve expand transaction constants coverage (#9790) 2020-11-07 01:38:12 -06:00
confirm-decrypt-message [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
confirm-deploy-contract [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
confirm-encryption-public-key [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
confirm-send-ether Use optional chaining for functions 2020-11-05 10:28:24 -06:00
confirm-send-token Use optional chaining for functions 2020-11-05 10:28:24 -06:00
confirm-token-transaction-base Lint 2020-11-05 11:09:42 -06:00
confirm-transaction expand transaction constants coverage (#9790) 2020-11-07 01:38:12 -06:00
confirm-transaction-base expand transaction constants coverage (#9790) 2020-11-07 01:38:12 -06:00
confirm-transaction-switch Use optional chaining for functions 2020-11-05 10:28:24 -06:00
connected-accounts [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
connected-sites [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
create-account Revert "Add custom hd path option (#9367)" (#9875) 2020-11-13 14:25:47 -03:30
error [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
first-time-flow Prevent user from getting stuck on opt in page (#9856) 2020-11-11 18:33:11 -03:30
home Track whether seed phrase has been backed up (#9830) 2020-11-10 12:34:20 -03:30
keychains Autofocus input, improve accessibility of restore page (#9748) 2020-11-03 12:40:12 -06:00
lock Revert "Remove unnecessary lock page (#9793)" (#9825) 2020-11-09 10:20:24 -03:30
mobile-sync [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
permissions-connect [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
routes Revert "Remove unnecessary lock page (#9793)" (#9825) 2020-11-09 10:20:24 -03:30
send Fix BigNumber issues (#9860) 2020-11-13 14:08:18 +08:00
settings Use optional chaining for functions (#9799) 2020-11-12 11:13:21 -06:00
swaps Update fee card designs to show savings and MM fee (#9629) 2020-11-13 13:42:50 -03:30
unlock-page Make the login screen's Restore and Import links accessible (#9746) 2020-11-03 13:42:47 -06:00
index.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
pages.scss Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30