1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/pages/confirm-transaction-base
Elliot Winkler 7b963cabd7
Alert users when the network is busy (#12268)
When a lot of transactions are occurring on the network, such as during
an NFT drop, it drives gas fees up. When this happens, we want to not
only inform the user about this, but also dissuade them from using a
higher gas fee (as we have proved in testing that high gas fees can
cause bidding wars and exacerbate the situation).

The method for determining whether the network is "busy" is already
handled by GasFeeController, which exposes a `networkCongestion`
property within the gas fee estimate data. If this number exceeds 0.66 —
meaning that the current base fee is above the 66th percentile among the
base fees over the last several days — then we determine that the
network is "busy".
2022-01-07 12:18:02 -07:00
..
transaction-alerts Alert users when the network is busy (#12268) 2022-01-07 12:18:02 -07:00
confirm-transaction-base.component.js using 1559 V2 for cancel speed up flows (#13019) 2022-01-06 08:17:26 +05:30
confirm-transaction-base.container.js Feature: Transaction Insights (#12881) 2021-12-01 13:52:08 -03:30
confirm-transaction-base.stories.js Organizing storybook to echo app folder structure (#12796) 2021-12-01 11:27:57 -08:00
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00