George Marshall
e850bcbc4a
Dark mode: advanded-gas-fee-input-subtext icons ( #14197 )
3 years ago
Guillaume Roux
f0c1fd5387
Dark Mode : Advanced gas fee ( #14073 )
3 years ago
Jyoti Puri
614457d9b6
speedup transaction: save on advance gas modal should not close speed… ( #14101 )
3 years ago
Elliot Winkler
f8f4397339
Degrade gracefully when gas API is down ( #13865 )
...
When the gas API is down, the logic we use will no longer compute all of
the data that the gas API returns in order to reduce the burden on
Infura. Specifically, only estimated fees for different priority levels,
as well as the latest base fee, will be available; all other data
points, such as the latest and historical priority fee range and network
stability, will be missing. This commit updates the frontend logic to
account for this lack of data by merely hiding the relevant pieces of
the UI that would otherwise be shown.
3 years ago
George Marshall
fa4d884a87
Find and replace of all typography colors to design tokens ( #13885 )
3 years ago
Jyoti Puri
0e421ece8e
Fix gas values display in users primary currency inside inputs ( #13830 )
3 years ago
Jyoti Puri
6e8f4a6a76
gas fee details displayed on UI should be used gas estimates if available ( #13809 )
3 years ago
Jyoti Puri
c0d03ea70a
Fix: advance defaults should never be used for swaps ( #13617 )
3 years ago
Jyoti Puri
2b5b787ca9
Fix: advance defaults should never be used for swaps ( #13617 )
3 years ago
Jyoti Puri
e49430f3d9
Fixes in EIP-1559 V2 implementation ( #13574 )
...
* Fixes in EIP-1559 V2 implementation
* Adding check for transaction.id in useTransactionEventFragment hook
* Update ui/components/app/advanced-gas-fee-popover/advanced-gas-fee-gas-limit/advanced-gas-fee-gas-limit.js
Co-authored-by: Alex Donesky <adonesky@gmail.com>
* fix
* fix
* fix
* fix
* fix
* fix build
Co-authored-by: Dan J Miller <danjm.com@gmail.com>
Co-authored-by: Alex Donesky <adonesky@gmail.com>
3 years ago
Jyoti Puri
eb39290dcd
Fixes in EIP-1559 V2 implementation ( #13574 )
...
* Fixes in EIP-1559 V2 implementation
* Adding check for transaction.id in useTransactionEventFragment hook
* Update ui/components/app/advanced-gas-fee-popover/advanced-gas-fee-gas-limit/advanced-gas-fee-gas-limit.js
Co-authored-by: Alex Donesky <adonesky@gmail.com>
* fix
* fix
* fix
* fix
* fix
* fix build
Co-authored-by: Dan J Miller <danjm.com@gmail.com>
Co-authored-by: Alex Donesky <adonesky@gmail.com>
3 years ago
Jyoti Puri
760ed3457d
Removing EIP_1559_V2 feature flag ( #13481 )
3 years ago
Jyoti Puri
cc1861a34e
Adding metrics events for EIP-1559 V2 flow ( #13329 )
3 years ago
Jyoti Puri
11c61a3ead
EIP-1559 V2 UI/UX improvements ( #13419 )
3 years ago
Jyoti Puri
119e5497ff
UI fixes in EIP-1559 V2 screens ( #13367 )
3 years ago
Jyoti Puri
d25f0e5817
Fix for checkbox on advance gas fee modal ( #13366 )
3 years ago
Jyoti Puri
9a3c917a48
Adding support for EIP-1559 in E2E tests ( #13282 )
3 years ago
Niranjana Binoy
cd0892a3af
EIP-1559 V2: Use default gas preferences of user for all transactions ( #13238 )
3 years ago
Niranjana Binoy
0d1e79dda5
EIP-1559 V2: : Advanced Gas Fee Modal - Updating the trend arrows ( #13196 )
3 years ago
Elliot Winkler
af971cd5b6
Remove dupe Prettier config from ESLint config ( #13234 )
...
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';
```
3 years ago
Jyoti Puri
0c531f8b01
EIP-1559 V2 UI fixes ( #13222 )
3 years ago
David Walsh
10dc686505
Dark Mode Part 1: Switch to Using CSS Variables ( #13147 )
3 years ago
Jyoti Puri
f5dcd12293
using 1559 V2 for cancel speed up flows ( #13019 )
3 years ago
Niranjana Binoy
8c77e37d2a
EIP-1559 V2: Adding default settings to advanced gas modal ( #12911 )
3 years ago
Niranjana Binoy
3a11800cb1
EIP-1559 V2: Advanced gas fee modal - base fee and priority fee trends ( #13025 )
3 years ago
Niranjana Binoy
7cd11a975c
EIP-1559 V2: Advanced gas fee modal - getting 12 hour ranges of base fee and priority fee ( #12996 )
3 years ago
Jyoti Puri
889e49a4a2
Changes in gas loading animation in EIP-1559 V2 ( #13016 )
3 years ago
Jyoti Puri
8c5fdf779c
Fixing EIP-1559 V2 advance gas fee inputs validations ( #13013 )
3 years ago
Jyoti Puri
2af45a656f
Adding validations for advance gas fee input fields ( #12879 )
3 years ago
Jyoti Puri
a6bb503e52
Adding tooltips in edit gas fee network status section ( #12916 )
3 years ago
Jyoti Puri
9dd5af3523
Implementing design feedbacks in EIP-1559 V2 flow ( #12943 )
3 years ago
Jyoti Puri
cd4ddffd9c
Adding gas limit section on advance gas fee modal ( #12865 )
3 years ago
Jyoti Puri
a020281c96
Implementing save button on advance gas fee modal ( #12854 )
3 years ago
Niranjana Binoy
4b975adc85
EIP-1559 V2 : Advanced gas fee modal - Max base fee and Priority fee inputs ( #12619 )
3 years ago
Niranjana Binoy
582882b3ed
Adding the AdvancedGasFeePopover template ( #12780 )
3 years ago