1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 21:00:13 +01:00
metamask-extension/ui/app/hooks
Mark Stacey fd2e02274a
Catch gas estimate errors (#9025)
There were two cases where bad gas estimate data was resulting in
crashes. These two places have been wrapped in a `try ... catch` to
handle the absence of gas estimate data.

The errors are still reported to Sentry so that we can track down the
root cause of this corrupted gas estimate data at some point in the
future. We plan on adding additional context to Sentry soon that should
help with this.

Fixes #8992
2020-07-16 20:29:22 -03:00
..
tests Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
useCancelTransaction.js resolve remaining issues with transaction list (#8659) 2020-05-27 14:45:20 -05:00
useCurrencyDisplay.js Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
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 Adds the rule of hooks eslint rule (#8779) 2020-06-10 13:31:14 -05:00
useRetryTransaction.js fix crash on signature request (#8709) 2020-06-01 12:27:51 -05:00
useShouldShowSpeedUp.js Adds the rule of hooks eslint rule (#8779) 2020-06-10 13:31:14 -05:00
useTokenData.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00
useTokenDisplayValue.js Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
useTokenFiatAmount.js Use eslint@6.8.0 (#8978) 2020-07-14 12:50:41 -02:30
useTokenTracker.js Adds the rule of hooks eslint rule (#8779) 2020-06-10 13:31:14 -05:00
useTransactionDisplayData.js fix overflowing contract names and origins (#8823) 2020-06-17 11:38:15 -05:00
useTransactionTimeRemaining.js Catch gas estimate errors (#9025) 2020-07-16 20:29:22 -03:00
useUserPreferencedCurrency.js Implement new transaction list design (#8564) 2020-05-26 15:49:11 -05:00