1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/ui
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
..
__mocks__ Increase Jest unit test coverage for the Swaps feature to ~60% (#11343) 2021-07-02 08:48:34 -05:00
components Degrade gracefully when gas API is down (#13865) 2022-03-11 11:59:58 -07:00
contexts Adding metrics events for EIP-1559 V2 flow (#13329) 2022-02-01 23:23:03 +05:30
css Feat/13662 box design token updates (#13725) 2022-03-01 10:23:20 -08:00
ducks Set up the right gasLimit for STX (#13891) 2022-03-09 23:47:57 -03:30
helpers Degrade gracefully when gas API is down (#13865) 2022-03-11 11:59:58 -07:00
hooks Refactor token send/method confirmation flow (trimmed down) (#13788) 2022-03-09 08:38:12 -06:00
pages Fixing dropdown caret for dark and light mode (#13911) 2022-03-11 11:09:15 -06:00
selectors ConfirmAddSuggestToken: replace mapDispatchToProps & mapStateToProps; Add Tests (#13526) 2022-03-10 23:40:06 -03:00
store Dev olu update swap approval transaction (#13641) 2022-03-09 23:01:04 -03:30
index.js Include transactions from all networks in state logs (#13599) 2022-02-14 13:29:24 -05:00