1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/app/selectors
Mark Stacey 795676d3ec
Remove getTxParams (#8676)
This function primarily ensured that there was a reasonable fallback
for `txParams` if the given transaction was missing it. This fallback
was only used in one place: the customize gas modal, during the send
flow specifically.

The helper function has been removed, and the default `txParams` is set
in the one place it was needed. In the future we should attempt to
simplify this modal so it doesn't need to know details about the
context in which it's being used.
2020-05-28 16:39:33 -03:00
..
tests Refactor transaction list token filtering (#8669) 2020-05-28 00:11:15 -03:00
confirm-transaction.js Consolidate and dedupe send selectors (#8506) 2020-05-04 12:06:28 -07:00
custom-gas.js Rename preferencesSelector selector to getPreferences (#8647) 2020-05-26 03:41:58 -02:30
first-time-flow.js Consolidate send, onboarding selectors (#8501) 2020-05-04 08:22:34 -07:00
index.js Consolidate and dedupe send selectors (#8506) 2020-05-04 12:06:28 -07:00
permissions.js Localize permission descriptions (#8661) 2020-05-27 18:15:10 -02:30
selectors.js Localize permission descriptions (#8661) 2020-05-27 18:15:10 -02:30
send.js Delete recent blocks controller (#8575) 2020-05-12 12:40:33 -07:00
tokens.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
transactions.js Remove getTxParams (#8676) 2020-05-28 16:39:33 -03:00