1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/helpers
Elliot Winkler f8f4397339
Degrade gracefully when gas API is down (#13865)
When the gas API is down, the logic we use will no longer compute all of
the data that the gas API returns in order to reduce the burden on
Infura. Specifically, only estimated fees for different priority levels,
as well as the latest base fee, will be available; all other data
points, such as the latest and historical priority fee range and network
stability, will be missing. This commit updates the frontend logic to
account for this lack of data by merely hiding the relevant pieces of
the UI that would otherwise be shown.
2022-03-11 11:59:58 -07:00
..
constants Fixed issues in onboarding flow (#13826) 2022-03-10 10:33:53 -06:00
higher-order-components Onboarding V2 Cleanups (#12417) 2021-10-20 13:55:59 -05:00
utils Degrade gracefully when gas API is down (#13865) 2022-03-11 11:59:58 -07:00