1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/helpers/utils
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
..
optimism ci - enforce yarn lock deduplications (#12737) 2021-11-23 09:17:27 -10:00
build-types.js
common.util.js
common.util.test.js Update ESLint config to v8 (#12886) 2021-12-09 15:36:24 -03:30
confirm-tx.util.js
confirm-tx.util.test.js
conversions.util.js
conversions.util.test.js
fetch-with-cache.js
fetch-with-cache.test.js
formatters.js
gas.js Fix speed-up/cancel: don't update existing transaction data (#14355) 2022-04-14 13:20:48 -02:30
gas.test.js Degrade gracefully when gas API is down (#13865) 2022-03-11 11:59:58 -07:00
hardware.js
i18n-helper.js Add JSDoc ESLint rules (#12112) 2022-01-07 12:27:33 -03:30
i18n-helper.test.js
icon-factory.js Update token detection logic to only control auto-detection (#14251) 2022-04-06 13:59:16 -04:00
is-mobile-view.js
metric.test.js
metrics.js
permission.js Add native browser notification support for Snaps (#13613) 2022-03-17 17:43:18 +01:00
settings-search.js Settings search refactor (#14350) 2022-04-06 16:27:08 -04:00
settings-search.test.js Settings search refactor (#14350) 2022-04-06 16:27:08 -04:00
storage-helpers.js
switch-direction.js Add JSDoc ESLint rules (#12112) 2022-01-07 12:27:33 -03:30
token-util.js Fix issue where we show contract address as recipient when calling safe transfer method on erc721 or erc1155 contracts (#13535) 2022-03-17 13:35:40 -05:00
transactions.util.js Fix issue where we show contract address as recipient when calling safe transfer method on erc721 or erc1155 contracts (#13535) 2022-03-17 13:35:40 -05:00
transactions.util.test.js Fix issue where we show contract address as recipient when calling safe transfer method on erc721 or erc1155 contracts (#13535) 2022-03-17 13:35:40 -05:00
tx-helper.js
tx-helper.test.js
util.js Degrade gracefully when gas API is down (#13865) 2022-03-11 11:59:58 -07:00
util.test.js "eth_signTypedData" presents fields that do not appear in 'types' filed (#12905) 2021-12-09 00:56:09 +04:00
webcam-utils.js