Alex Donesky
583c115663
remove estimation appearance from edit-gas-popover on non-1559 networks ( #11673 )
3 years ago
Alex Donesky
1135810699
Bump controllers version from 12.0.0 to 14.0.2 ( #11674 )
3 years ago
Dan J Miller
b4722ff81d
Fix to having radio buttons in advanced gas inputs pre-selected ( #11669 )
...
* Ensure fees match in use gas inputs
* Lint fix
3 years ago
David Walsh
990a278177
EIP-1559 - Only show radio group and gas timing when network supports 1559 ( #11659 )
3 years ago
ryanml
8b53350501
Sync `master` with `develop` ( #11666 )
...
* 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: Dan J Miller <dmiller@kyokan.io>
Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
3 years ago
David Walsh
15cbe4e9a0
EIP-1559 - Allow decimals for maxFeePerGas and maxPriorityFeePerGas ( #11664 )
3 years ago
David Walsh
0849738003
EIP-1559 - Don't hide advanced form when radio button is chosen ( #11643 )
3 years ago
David Walsh
6d1fb911dc
EIP-1559 - Fix education links ( #11650 )
3 years ago
ryanml
f8998aed48
Merge pull request #11662 from MetaMask/Version-v9.8.4
...
Version v9.8.4 RC
3 years ago
ryanml
c3c43ae62c
[skip e2e] Update changelog for v9.8.4 ( #11665 )
3 years ago
Dan J Miller
404f876026
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
3 years ago
MetaMask Bot
3010c1b565
Version v9.8.4
3 years ago
Dan J Miller
d56bf1dedc
Use current block gas limit as the limit passed eth_estimateGas ( #11658 )
3 years ago
ryanml
aeae70ffd4
Revert "Use current block gas limit as the limit passed eth_estimateGas ( #11658 )" ( #11660 )
...
This reverts commit aee79fd44d
.
3 years ago
Dan J Miller
aee79fd44d
Use current block gas limit as the limit passed eth_estimateGas ( #11658 )
3 years ago
Dan J Miller
aaa15cbe03
Add support for EIP1559 transactions to transaction breakdown ( #11622 )
...
* Add support for EIP1559 transactions to transaction breakdown
* Use userPreferencedCurrencyDisplay for effective gas price in transaction breakdown
* Hide eip1559 gas properties in transaction breakdown on non-1559 networks
* Add comment explaining gasPrice and effectiveGasPrice usage in transaction breakdown container.
3 years ago
ryanml
52bac60a22
Fixing confirmation layout when dapp has suggested a price (EIP-1559) ( #11634 )
3 years ago
kumavis
984b78730f
CI - enforce dep usage with depcheck ( #11518 )
...
* deps - validate with depcheck
* ci - add depcheck + fixes for missing/extra deps
* ci - run depcheck after deps prep install
* deps - add yarn-deduplicate development tool
* Update .circleci/config.yml
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
* Update .circleci/config.yml
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
* Removing @lavamoat/preinstall-always-fail
* [depcheck] removing unused dependencies
* Update .depcheckrc.yml
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
Co-authored-by: ryanml <ryanlanese@gmail.com>
3 years ago
Dan J Miller
7c86727c16
Make EIP1559 compatibility in tx controller also require account type support ( #11616 )
3 years ago
Dan J Miller
9a81b826c5
Only show dapp suggested gas fee warning if user has not edited the fee ( #11621 )
3 years ago
David Walsh
604524f94d
EIP-1559 - Restore custom values in Edit Gas Popover ( #11589 )
...
* EIP-1559 - Restore custom values in Edit Gas Popover
* Provide method to tell which radio button the user may have selected
* Use lodash's findKey
* Add case for legacy gas
* Use gas instead of gasLimit
* Remove unnecessary deletion and todo
3 years ago
ryanml
813eef6080
Trimming whitespace in ENSInput ( #11631 )
3 years ago
Daniel
709369dc14
Fix default tooltip color ( #11633 )
3 years ago
Dan J Miller
f4d294714a
Ensure origin shows in gas popover dapp suggested gas fee warning ( #11618 )
3 years ago
sethkfman
d64d9050b8
bumped contract-metadata to v1.28.0 ( #11625 )
3 years ago
ryanml
38ce8a3d48
Merge pull request #11627 from MetaMask/master-sync
...
Sync `master` with `develop`
3 years ago
ryanml
c325996296
Merge remote-tracking branch 'origin/develop' into master-sync
3 years ago
ryanml
447cb03621
Merge pull request #11600 from MetaMask/Version-v9.8.3
...
Version v9.8.3 RC
3 years ago
ryanml
0cbc06a793
Fixing PR links in 9.8.1 and 9.8.2 (Changelog) ( #11617 )
3 years ago
ryanml
ca0e1aa43d
Fixing PR links in 9.8.1 and 9.8.2 (Changelog) ( #11617 )
3 years ago
David Walsh
fab9cfde03
EIP-1559 - Provide data wiring for Gas Timing component ( #11462 )
3 years ago
David Walsh
a2be02dfeb
EIP-1559 - Show gas estimate updating animation in transaction detail ( #11566 )
3 years ago
David Walsh
6986e76adc
EIP-1559 - Show advanced form controls by default when user has selected custom values or there are gas warnings/errors ( #11590 )
3 years ago
David Walsh
71ade71c2b
EIP-1559 - Prevent isEIP1559Transaction throwing undefined error ( #11607 )
3 years ago
ryanml
d092e4bdbe
Fixing type issue with auto-filled custom token decimals value ( #11604 )
3 years ago
ryanml
d03dc311ee
Adding hex address guard to input validation for token sends ( #11608 )
3 years ago
Dan J Miller
c72f1c5ae9
Ensure that the send flow state recipient nickname gets set if recipient address is in addressBook ( #11610 )
3 years ago
Dan J Miller
02318df48c
Ensure that the send flow state recipient nickname gets set if recipient address is in addressBook ( #11610 )
3 years ago
Daniel
868d932165
Check for the "fromToken" existance before checking decimals ( #11606 )
3 years ago
David Walsh
5d92836c8c
EIP-1559 - Provide the nonce field in the new transaction display ( #11598 )
3 years ago
ryanml
5fe6830ffd
[skip e2e] Update changelog for v9.8.3 ( #11601 )
3 years ago
David Walsh
cd4521fb12
EIP-1559 - Allow wrapping for dapp suggested origin ( #11602 )
3 years ago
MetaMask Bot
75c7d284c5
Version v9.8.3
3 years ago
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
3 years ago
Dan J Miller
2ac7b27876
Fix sending maximum of an ERC20 token ( #11594 )
...
* Fix sending maximum of an ERC20 token
* Always update gas limit when send amount updates
3 years ago
David Walsh
4e87069af3
EIP-1559 - Prevent Max Fee and Max Amount from wrapping on confirmation screen ( #11591 )
3 years ago
ryanml
8cb1557f1c
Adding method to capture one-time Sentry exceptions ( #11553 )
3 years ago
ryanml
a96af9e5fc
No longer deconstructing account menu ref if it isn't rendered ( #11585 )
3 years ago
ryanml
68c852f7c9
Validating seed phrase in restoration flow ( #11586 )
3 years ago
Daniel
a17c4462b4
Add token decimals validation in Swaps ( #11587 )
...
* Add token decimals validation in Swaps
* Use camelCase
3 years ago