1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/hooks
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 resolve remaining issues with transaction list (#8659) 2020-05-27 14:45:20 -05:00
useCancelTransaction.js resolve remaining issues with transaction list (#8659) 2020-05-27 14:45:20 -05:00
useCurrencyDisplay.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useI18nContext.js add useI18nContext shortcut hook (#8635) 2020-05-21 10:26:49 -05:00
useMethodData.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useMetricEvent.js Use createContext for metametrics context (preserve legacy context) (#8540) 2020-05-08 11:41:43 -05:00
useRetryTransaction.js Remove getTxParams (#8676) 2020-05-28 16:39:33 -03:00
useShouldShowSpeedUp.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useTokenData.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useTokenDisplayValue.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useTransactionDisplayData.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useUserPreferencedCurrency.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00