1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
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
..
components Show send text upon hover in main asset list 2020-11-13 10:52:29 -06:00
contexts Make JSDoc formatting more consistent (#9796) 2020-11-10 14:00:41 -03:30
css Use 1px borders on inputs and buttons (#9766) 2020-10-30 13:31:42 -05:00
ducks Fixes related to swaps custom gas limit (#9858) 2020-11-12 15:42:04 -03:30
helpers Fix BigNumber issues (#9860) 2020-11-13 14:08:18 +08:00
hooks Make JSDoc formatting more consistent (#9796) 2020-11-10 14:00:41 -03:30
pages Revert "Add custom hd path option (#9367)" (#9875) 2020-11-13 14:25:47 -03:30
selectors Fix gas_fees properties collected for swaps analytics events (#9727) 2020-11-10 14:09:45 -03:30
store Create custom addHexPrefix function (#9306) 2020-11-06 13:18:00 -08:00