1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/ui/components/app/edit-gas-popover
Alex Donesky 74fa6fa187
Fix gas api overcalling (#12069)
* Move gasEstimation calls onto edit-gas-popover instead of transaction list item

* delete useCancelTransaction and useRetryTransaction hooks
consolidate gasFee calls into cancel button component.

* add tests

* update component name

* addressing feedback

* fix failing e2e test

* followup fix e2e tests

* change useIncrementedGasFees to accept single transaction rather than transactionGroup as argument

* remove unnecessary change to fixture

* only ever pass primary transaction to useIncrementedGasFees

* remove unnecessary optional chaining
2021-09-15 10:59:51 -05:00
..
edit-gas-popover.component.js Fix gas api overcalling (#12069) 2021-09-15 10:59:51 -05:00
edit-gas-popover.stories.js Implements the new EIP1559 UI components (#11384) 2021-06-28 09:45:08 -05:00
index.js Implements the new EIP1559 UI components (#11384) 2021-06-28 09:45:08 -05:00
index.scss Adds insufficient gas error to edit-gas-display (#11524) 2021-07-30 20:16:31 -02:30