1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/hooks/gasFeeInput
Dan J Miller b7b041c43b
Fix speed-up/cancel: don't update existing transaction data (#14355)
* Fix speed-up/cancel: don't update existing transaction data

* Move retryTxMeta state management to useGasFeeInputs.js

* Handle initial retryTxMeta set if no transaction is passed to useGasFeeInputs

* Ensure previousGas is use on retry transaction if it is available in useGasFeeInputs

* Remove update transaction mock and correctly test gas fee increase scenarios now that updateTransaction used in cancel-speedup is defined on the front end
2022-04-14 13:20:48 -02:30
..
test-utils.js Add modal with directions to re-add token as NFT (#13291) 2022-01-19 12:42:41 -06:00
useGasEstimates.js Resolve a BigNumber issue (#13555) 2022-02-08 14:44:50 -03:30
useGasEstimates.test.js Refactoring useGasFeeInputs hook (#12327) 2021-10-22 22:44:28 +05:30
useGasFeeErrors.js Add JSDoc ESLint rules (#12112) 2022-01-07 12:27:33 -03:30
useGasFeeErrors.test.js Confirm transaction page - onchain failure handling (#12743) 2021-11-24 22:32:53 +05:30
useGasFeeInputs.js Fix speed-up/cancel: don't update existing transaction data (#14355) 2022-04-14 13:20:48 -02:30
useGasFeeInputs.test.js Adding user setting option for EIP-1559 V2 (#13242) 2022-01-12 00:47:56 +05:30
useGasPriceInput.js Add JSDoc ESLint rules (#12112) 2022-01-07 12:27:33 -03:30
useGasPriceInput.test.js Use gas recommendation constants throughout app (#12461) 2021-11-05 19:59:23 -05:00
useMaxFeePerGasInput.js gas fee details displayed on UI should be used gas estimates if available (#13809) 2022-03-03 05:52:46 +05:30
useMaxFeePerGasInput.test.js Use gas recommendation constants throughout app (#12461) 2021-11-05 19:59:23 -05:00
useMaxPriorityFeePerGasInput.js gas fee details displayed on UI should be used gas estimates if available (#13809) 2022-03-03 05:52:46 +05:30
useMaxPriorityFeePerGasInput.test.js Use gas recommendation constants throughout app (#12461) 2021-11-05 19:59:23 -05:00
useTransactionFunction.test.js update gas fees (#13646) 2022-03-25 21:11:04 +04:00
useTransactionFunctions.js Fix speed-up/cancel: don't update existing transaction data (#14355) 2022-04-14 13:20:48 -02:30
utils.js Use gas recommendation constants throughout app (#12461) 2021-11-05 19:59:23 -05:00