1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 14:15:06 +01:00
metamask-extension/ui/helpers/utils
Dan J Miller 738d2722c5 Fixes updates on the confirm screen. (#11788)
* Fixes updates on the confirm screen.

* Better handling of internal send transactions

* maxFee -> maxFeePerGas property name fix

* Remove redundant setEstimateToUse call in onManualChange

* Fix unit tests

* rebase error fix

* Fixes to speedup loading and transaction breakdown priority fee

* Fix lint and unit tests

* Ensure gas price based transaction that have been customized (e.g. speed up and retry) are properly initialized in useGasFeeInputs

* Clean up

* Link fix
2021-08-06 19:30:10 -02:30
..
common.util.js
common.util.test.js
confirm-tx.util.js Only show dapp suggested gas fee warning if user has not edited the fee (#11621) 2021-07-27 20:01:53 -02:30
confirm-tx.util.test.js Add gas constants (#11248) 2021-06-08 10:25:48 -05:00
conversions.util.js Fixes updates on the confirm screen. (#11788) 2021-08-06 19:30:10 -02:30
conversions.util.test.js
fetch-with-cache.js Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00
fetch-with-cache.test.js
formatters.js
i18n-helper.js Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00
i18n-helper.test.js
icon-factory.js use safer toChecksum utility (#11117) 2021-05-17 16:19:39 -05:00
is-mobile-view.js
storage-helpers.js
switch-direction.js
token-util.js Fixing type issue with auto-filled custom token decimals value (#11604) 2021-07-26 07:08:10 -07:00
transactions.util.js move conversion utils to shared folder (#11451) 2021-07-06 12:48:49 -05:00
transactions.util.test.js
tx-helper.js
tx-helper.test.js
util.js Use bignumber for number comparisons in useGasFeeInput (#11776) 2021-08-05 14:23:49 -02:30
util.test.js create safer isValidAddress method (#11089) 2021-05-17 14:00:59 -05:00
webcam-utils.js