Dan J Miller
9fcd93191b
Ensure that gas fee minimum errors show when api is down ( #11767 )
...
* Fix legacy unapproved tx handling
* clean up
3 years ago
Dan J Miller
818dc13019
Fix legacy unapproved tx handling ( #11766 )
3 years ago
Mark Stacey
d01b702b23
Update `eth-phishing-detect` to latest version ( #11756 )
...
This update includes just configuration updates. There are no
functional changes. The updated config is only used as a fallback in
case the config update fails for some reason.
3 years ago
Alex Donesky
4245dac8d9
tiny lost code change from 9.8.4 RC ( #11764 )
3 years ago
David Walsh
e1de6e19af
EIP-1559 - Fix mislabeled MaxPriority fee key ( #11758 )
3 years ago
Alex Donesky
d359429f04
Stop GasFeeController polling when pop closes ( #11746 )
...
* Stop GasFeeController polling when pop closes
* Stop estimate gas polling on window unload
* lint + comments
* Improve client closed logic
* lint
* Add back _beforeUnload on unmount in gas-modal-page-container
* Add full check and call onClientClosed method for notifcation environment
* Add gas pollingToken tracking to appStateController and use to disconnect polling for each environment type
* remove unused method
* move controller manipulation logic from background.js to metamask-controller, disaggregate methods
* add beforeunload handling to reset gas polling tokens from root of send page
* cleanup, lint and address feedback
* clear appState gasPollingTokens when all instances of all env types are closed, fix pollingTokenType arg from onEnvironmentTypeClosed call in metamask-controller
* mock new methods to fix tests
* final bit of cleanup + comments
Co-authored-by: Dan Miller <danjm.com@gmail.com>
3 years ago
David Walsh
96a13dddb5
Provide pointer cursor for radio group buttons ( #11763 )
3 years ago
Dan J Miller
a950111a19
Show advanced options, and hide radio buttons, for advanced gas settings users ( #11751 )
...
* Show advanced options, and hide radio buttons, for users with advanced gas settings turned on
* Improve naming and copy
* lint fix
* Lint fix
3 years ago
David Walsh
aa3d1f2341
EIP-1559 - Prevent uncaught exception when passing fees to getGasFeeTimeEstimate ( #11759 )
3 years ago
David Walsh
f0daa28fac
EIP-1559 - Temporarily remove the loading heartbeat from the transaction detail ( #11762 )
3 years ago
David Walsh
a3c7bae345
EIP-1559 - Remove unncessary props from AdvancedFormControls ( #11757 )
3 years ago
Dan J Miller
3f4c988018
Ensure gas fees update in popover on poll for new values ( #11760 )
3 years ago
Alex Donesky
0dcdbdd99e
remove unnecessary conversion call ( #11742 )
...
* remove unnecessary conversion call
* Pass args to GasTiming as decGwei
* lint
3 years ago
ryanml
0eef0d424d
Fixing errors in EditGasDisplay ( #11748 )
3 years ago
Dan J Miller
8f50afb0dc
Allow max priority fee to be below 1, and only require it to be greater than 0 ( #11749 )
3 years ago
Dan J Miller
8a31aaadcb
Allows users to set a max priority fee below suggested, just showing a warning in that case ( #11750 )
3 years ago
Dan J Miller
17a4b5224a
Rename effective gas price field to total gas fee ( #11754 )
3 years ago
Dan Miller
836be61cea
Fix changelog
3 years ago
Alex Donesky
4552a53724
remove unnecessary conversion call ( #11742 )
...
* remove unnecessary conversion call
* Pass args to GasTiming as decGwei
* lint
3 years ago
ryanml
7902e62d8f
Fixing errors in EditGasDisplay ( #11748 )
3 years ago
Dan J Miller
b9fb495c7b
Allow max priority fee to be below 1, and only require it to be greater than 0 ( #11749 )
3 years ago
Dan J Miller
61b965a8a2
Allows users to set a max priority fee below suggested, just showing a warning in that case ( #11750 )
3 years ago
Dan J Miller
1acbb39dff
Rename effective gas price field to total gas fee ( #11754 )
3 years ago
Alex Donesky
0a8278a16f
Fix ipfs dependency vulernability ( #11745 )
3 years ago
Alex Donesky
ce88b87860
Remove estimate detail above advanced gas controls in non-1559 network ( #11744 )
...
* Remove estimate detail above advanced gas controls in non-1559 network
* lint
* remove gasEstimate localization text
3 years ago
ryanml
3c0846df84
Fall back to aggregator name when icon is unavailable (Swaps Load View) ( #11718 )
3 years ago
David Walsh
c4c1504e09
EIP-1559 - Show minium native currency in banner when on testnets ( #11743 )
3 years ago
Alex Donesky
a4dda7d79e
Fix ipfs dependency vulernability ( #11745 )
3 years ago
Alex Donesky
615380b76d
Remove estimate detail above advanced gas controls in non-1559 network ( #11744 )
...
* Remove estimate detail above advanced gas controls in non-1559 network
* lint
* remove gasEstimate localization text
3 years ago
ryanml
7f0b2a81ce
Fall back to aggregator name when icon is unavailable (Swaps Load View) ( #11718 )
3 years ago
Dan J Miller
d0e4a890c4
Update changelog for v10.0.0 ( #11738 )
3 years ago
David Walsh
24d563fc2c
EIP-1559 - Show minium native currency in banner when on testnets ( #11743 )
3 years ago
Daniel
474d7571b6
Fix a position of a tooltip icon ( #11739 )
3 years ago
Alex Donesky
340c3d2876
Add gasPrice to be used on non-1559 networks for transaction details on confirm screen ( #11741 )
3 years ago
David Walsh
29072a0cf0
EIP-1559 - Provide better validation for gas price and gas limit ( #11736 )
3 years ago
David Walsh
f9a4f177b8
EIP-1559 - Fix education modal typo ( #11740 )
3 years ago
Dan J Miller
ac32efd814
Ensure that gas price in popover updates when api provided estimate updates ( #11727 )
3 years ago
David Walsh
ce61eaacdf
EIP-1559 - Ensure transaction detail font-size and icon colors are consistent with Figma design ( #11735 )
3 years ago
David Walsh
3b2b5c018f
EIP-1559 - Return null from GasTiming if on non-1559 network ( #11733 )
3 years ago
Daniel
deae2d47bf
Fix a position of a tooltip icon ( #11739 )
3 years ago
Alex Donesky
a4927a30ac
Add gasPrice to be used on non-1559 networks for transaction details on confirm screen ( #11741 )
3 years ago
David Walsh
fba662ca2b
EIP-1559 - Provide better validation for gas price and gas limit ( #11736 )
3 years ago
David Walsh
9ccb91f47b
EIP-1559 - Fix education modal typo ( #11740 )
3 years ago
Dan J Miller
7ac1972371
Ensure that gas price in popover updates when api provided estimate updates ( #11727 )
3 years ago
David Walsh
cdbfe0f132
EIP-1559 - Ensure transaction detail font-size and icon colors are consistent with Figma design ( #11735 )
3 years ago
David Walsh
aa08171c72
EIP-1559 - Return null from GasTiming if on non-1559 network ( #11733 )
3 years ago
Dan Miller
01be0f599c
Merge branch 'master' into Version-v10.0.0
3 years ago
MetaMask Bot
9b35d4c8d4
Version v10.0.0
3 years ago
Dan J Miller
02c462168d
Master sync ( #11734 )
...
* Use current block gas limit as the limit passed eth_estimateGas (#11658 )
* Revert "Use current block gas limit as the limit passed eth_estimateGas (#11658 )" (#11660 )
This reverts commit aee79fd44d
.
* Use current block gas limit as the limit passed eth_estimateGas (#11658 )
* Version v9.8.4
* Allow higher precision gas prices in the send flow (#11652 )
* Allow higher precision gas prices in the send flow
* Fix gas duck test
* Allow more decimals in transaction breakdown gas price
* [skip e2e] Update changelog for v9.8.4 (#11665 )
Co-authored-by: ryanml <ryanlanese@gmail.com>
Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
3 years ago
Dan J Miller
4d4adfd45f
Revert "Sync `master` with `develop` ( #11666 )" ( #11732 )
...
This reverts commit 8b53350501
.
3 years ago