Jyoti Puri
2af45a656f
Adding validations for advance gas fee input fields ( #12879 )
3 years ago
Mark Stacey
b75ef5f0eb
Remove redundant `EIP_1559_V2_ENABLED` comparison ( #12954 )
...
A redundant comparison for the `EIP_1559_V2_ENABLED` variable has been
removed. This variable is a boolean, so it can be treated as a boolean
directly in most cases.
One such comparison has been preserved for the purpose of allowing unit
testing, because `process.env` entries are always strings in Node.js. A
comment was added to explain this.
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
Jyoti Puri
0e0e7ac830
Legacy transactions to use old transaction flow ( #12782 )
3 years ago
Jyoti Puri
7609841902
Confirm transaction page - onchain failure handling ( #12743 )
3 years ago
Jyoti Puri
2c6fb06114
Edit gas fee modal more changes ( #12660 )
3 years ago
Jyoti Puri
0daefe9ea0
Adding edit gas fee modal ( #12624 )
...
Edit transaction screen changes for EIP-1559 V2
3 years ago
Jyoti Puri
39cb29d5b5
Changes in edit link on confirm transaction page ( #12567 )
3 years ago
Jyoti Puri
4779bd9fe5
Show warning in confirm transaction screen for low/high gas values. ( #12545 )
3 years ago
Mark Stacey
ab2aca2c08
Fix lint errors ( #12645 )
...
These lint errors were accidentally introduced recently as a result of
merging #12530 and #12461
3 years ago
Jyoti Puri
a49a40fbbb
Adding GasFee context ( #12530 )
...
Adding GasFee context
3 years ago
David Walsh
17b64e94fc
Use gas recommendation constants throughout app ( #12461 )
3 years ago
Jyoti Puri
79b08fb803
Refactoring useGasFeeInputs hook ( #12327 )
...
Refactoring useGasFeeInputs hook
3 years ago