1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Dan J Miller
c72f1c5ae9 Ensure that the send flow state recipient nickname gets set if recipient address is in addressBook (#11610) 2021-07-26 07:06:45 -07:00
Dan J Miller
972b122d47 Fix sending maximum of an ERC20 token (#11594)
* Fix sending maximum of an ERC20 token

* Always update gas limit when send amount updates
2021-07-23 17:42:10 -07:00
Dan J Miller
6a208556b8 Ensure send slice gas loading state is set to false upon gas estimation error (#11581) 2021-07-21 16:01:39 -02:30
Dan J Miller
b7ee6f47f8
Ensure gas limit estimation for token sends has correct default/base gas (#11565)
* Ensure gas limit estimation for token sends has correct default/base gas

* Fix comment change
2021-07-20 15:07:07 -02:30
Dan J Miller
3ab5419dec Ensure simple send gas estimation happens after the recipient is iden… (#11485)
* Ensure simple send gas estimation happens after the recipient is identified

* Update ui/ducks/send/send.test.js

Co-authored-by: Alex Donesky <adonesky@gmail.com>

* Improve test name

* Lint fix

Co-authored-by: Alex Donesky <adonesky@gmail.com>
2021-07-09 16:42:21 -02:30
Alex Donesky
bff17c6873 fix up ens/hex address validation error handling (#11477)
* fix up ens/hex address validation error handling

* fix lint/tests
2021-07-09 16:42:21 -02:30
Dan J Miller
70b86acd45 Add list of custom networks with special gas limit buffers (#11435) 2021-07-05 01:30:52 -07:00
Dan J Miller
6d53b00dcd Ensure that eth_estimateGas is called to estimate gas limit for simple sends on custom networks (#11418)
* Ensure that eth_estimateGas is called to estimate gas limit for simple sends on custom networks

* getIsNonStandardEthChain returns false when in test

* Add comment explaining gas limit buffer multipliers in estimateGasLimitForSend
2021-07-05 01:30:12 -07:00
Brad Decker
e17325c38a Refactor send page state management (#10965) 2021-07-05 01:09:19 -07:00