1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/shared/modules
Dan J Miller 29487ef277
Allow submission of transactions with dapp suggested gas fees, while estimates are loading (#11858)
* Allow submission of transactions with dapp suggested gas fees, while estimates are loading

* Allow editing of transactions with dapp suggested feeds, while estimates are still loading

* Ensure that advanced gas is always editible inline when gas is loading

* Ensure that insufficient balance error is shown when gas is loading if the user has customized the gas

* Only set gas price insufficient errors if the current network is non-eip-1559, or the txparams actually have a gas price

* Remove unnecessary param

* lint fix

* ensure insufficient balance warning is showing when loading

* Ensure that eip1559 network transactions do not combined eip1559 and non-eip1559 gas fee properties

* Lint fix
2021-08-17 17:38:13 -02:30
..
buffer-utils.js implement safer to buffer (#11159) 2021-05-21 15:07:06 -05:00
buffer-utils.test.js Using expect in jest unit tests under /shared (#11413) 2021-06-29 10:50:18 -07:00
conversion.utils.js Update send and confirm state management, and tx controller gas defaults, for EIP1559 (#11549) 2021-07-30 22:15:18 -02:30
conversion.utils.test.js move conversion utils to shared folder (#11451) 2021-07-06 12:48:49 -05:00
fetch-with-timeout.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
fetch-with-timeout.test.js Using expect in jest unit tests under /shared (#11413) 2021-06-29 10:50:18 -07:00
gas.utils.js Add gas utils shared module (#11452) 2021-07-07 11:13:40 -05:00
gas.utils.test.js Add gas utils shared module (#11452) 2021-07-07 11:13:40 -05:00
hexstring-utils.js Feature/use zeroAddress (#11205) 2021-06-03 20:56:04 -04:00
hexstring-utils.test.js Using expect in jest unit tests under /shared (#11413) 2021-06-29 10:50:18 -07:00
network.utils.js Add custom network RPC method (#9724) 2021-02-12 09:25:58 -06:00
random-id.js fix: replace dnode background with JSON-RPC (#10627) 2021-03-18 11:23:46 -07:00
rpc.utils.js Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00
swaps.utils.js Swaps support for local testnet (#10658) 2021-03-18 07:50:06 -02:30
transaction.utils.js Allow submission of transactions with dapp suggested gas fees, while estimates are loading (#11858) 2021-08-17 17:38:13 -02:30
transaction.utils.test.js Add methods to easily detect transaction type based on gas fields (#11382) 2021-06-28 10:23:17 -05:00