1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/components/app/advanced-gas-fee-popover/advanced-gas-fee-inputs
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
..
base-fee-input Degrade gracefully when gas API is down (#13865) 2022-03-11 11:59:58 -07:00
priority-fee-input Degrade gracefully when gas API is down (#13865) 2022-03-11 11:59:58 -07:00
advanced-gas-fee-inputs.js EIP-1559 V2 UI/UX improvements (#13419) 2022-01-31 11:21:43 +05:30
index.js EIP-1559 V2 : Advanced gas fee modal - Max base fee and Priority fee inputs (#12619) 2021-11-29 23:10:48 +05:30
index.scss EIP-1559 V2 UI/UX improvements (#13419) 2022-01-31 11:21:43 +05:30