1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-29 23:58:06 +01: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
buffer-utils.test.js
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
fetch-with-timeout.js
fetch-with-timeout.test.js
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
hexstring-utils.test.js
network.utils.js
random-id.js
rpc.utils.js
swaps.utils.js
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