1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/components/app/advanced-gas-fee-popover
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
..
advanced-gas-fee-defaults Find and replace of all typography colors to design tokens (#13885) 2022-03-09 07:24:53 -08:00
advanced-gas-fee-gas-limit Fixes in EIP-1559 V2 implementation (#13574) 2022-02-11 10:59:17 -03:30
advanced-gas-fee-input-subtext Degrade gracefully when gas API is down (#13865) 2022-03-11 11:59:58 -07:00
advanced-gas-fee-inputs Degrade gracefully when gas API is down (#13865) 2022-03-11 11:59:58 -07:00
advanced-gas-fee-save Adding metrics events for EIP-1559 V2 flow (#13329) 2022-02-01 23:23:03 +05:30
context Fix: advance defaults should never be used for swaps (#13617) 2022-02-15 00:37:46 +05:30
advanced-gas-fee-popover.js EIP-1559 V2 UI/UX improvements (#13419) 2022-01-31 11:21:43 +05:30
advanced-gas-fee-popover.test.js Fixes in EIP-1559 V2 implementation (#13574) 2022-02-11 10:59:17 -03:30
index.js Adding the AdvancedGasFeePopover template (#12780) 2021-11-23 23:16:33 +05:30
index.scss EIP-1559 V2 UI/UX improvements (#13419) 2022-01-31 11:21:43 +05:30