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

8 Commits

Author SHA1 Message Date
Jyoti Puri
614457d9b6
speedup transaction: save on advance gas modal should not close speed… () 2022-03-22 21:35:46 +05:30
Jyoti Puri
cc1861a34e
Adding metrics events for EIP-1559 V2 flow () 2022-02-01 23:23:03 +05:30
Brad Decker
b820ef131b
Implement event fragments () 2022-01-12 13:31:54 -06:00
Elliot Winkler
af971cd5b6
Remove dupe Prettier config from ESLint config ()
The ESLint config for the extension explicitly includes support for
Prettier. However, this is already being provided by our global ESLint
config (`@metamask/eslint-config`). Therefore there is no need to
include it here. In fact, this is causing weird issues where the `curly`
option is getting overridden somehow. After this change, these syntaxes
are invalid:

``` javascript
if (foo) return;
```

``` javascript
if (foo) return 'bar';
```
2022-01-06 15:56:51 -07:00
Jyoti Puri
f5dcd12293
using 1559 V2 for cancel speed up flows () 2022-01-06 08:17:26 +05:30
Jyoti Puri
6fc9b6b7a2
Using EIP-1559 V2 for approve transaction flow () 2021-12-06 22:09:35 +05:30
Niranjana Binoy
4b975adc85
EIP-1559 V2 : Advanced gas fee modal - Max base fee and Priority fee inputs () 2021-11-29 23:10:48 +05:30
Niranjana Binoy
582882b3ed
Adding the AdvancedGasFeePopover template () 2021-11-23 23:16:33 +05:30