Alex Donesky
751534e665
fix confirm transaction details to match spec ( #11779 )
3 years ago
Alex Donesky
804fefcd36
Separate out non blocking gas errors ( #11783 )
3 years ago
Dan J Miller
e1efc7170c
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
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
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 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
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
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
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
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
David Walsh
e2fbc7ce8e
Remove button group for non-EIP-1559 networks ( #11712 )
...
* Remove button group for non-EIP-1559 networks
* Fix tests...maybe
* Remove unnecessary props, as well as gas display
* Remove unused string
* test progress
* fix test
* fix test
* add customizes gas block to improve e2e pass rate
Co-authored-by: Alex <adonesky@gmail.com>
3 years ago
Dan J Miller
8481c4b6be
Show warning when network request for fee market estimates fails ( #11724 )
3 years ago
David Walsh
4ce6994a6c
Fix #11695 - Prevent maxFee and maxPriorityFee imbalance ( #11700 )
3 years ago
Alex Donesky
8a42258e10
Remove the SHOW_EIP_1559_UI environment variable, replace with network detection where appropriate ( #11694 )
...
Fixing up tests and add back old custom gas modal for non-eip1559 compliant networks
Remove unnecessary props from send-gas-row.component
fix breaking test
Fix primary and secondary title overrides
fix rebase issue
Fix rebase conflict
Co-authored-by: David Walsh <davidwalsh83@gmail.com>
3 years ago
Daniel
714170c7b8
EIP-1559 and Rinkeby Testnet support in Swaps ( #11635 )
3 years ago
David Walsh
6d1fb911dc
EIP-1559 - Fix education links ( #11650 )
3 years ago
David Walsh
fab9cfde03
EIP-1559 - Provide data wiring for Gas Timing component ( #11462 )
3 years ago
Daniel
a17c4462b4
Add token decimals validation in Swaps ( #11587 )
...
* Add token decimals validation in Swaps
* Use camelCase
3 years ago
David Walsh
c1d96676b5
EIP-1559 - Implement new verbiage for transaction detail subtext ( #11569 )
3 years ago
David Walsh
eb622d96fc
EIP-1559 - Fix dapp suggested warning ( #11568 )
3 years ago
David Walsh
6d92759853
EIP-1559 - Implement form validation for EIP-1559 ( #11540 )
...
* Restructure advanced gas form errors
* Use shared constant for gas errors
* Add validation for fields too low
* Add warnings for high max fee and max priority fee
* Fix lint
* Fix priority fee high warning string
3 years ago
David Walsh
d8984d3cf3
EIP-1559 - Provide Updated UI for Dapp-Suggested Gas fees ( #11523 )
3 years ago
David Walsh
b21ad53bdc
EIP-1559 - Provide updated gas price field tooltip text ( #11531 )
3 years ago
David Walsh
1665617378
Create different label for Gas Price with GWEI included ( #11526 )
3 years ago
David Walsh
c241d3150c
EIP-1559 - Provide tooltip text for all advanced gas controls ( #11529 )
3 years ago
David Walsh
1e1530e8e9
EIP-1559 - Update speed up tooltip text ( #11530 )
3 years ago
David Walsh
1f70023ce1
EIP-1559 - Update text for editing gas fee suggested by a dapp ( #11532 )
3 years ago
David Walsh
89e2da71cf
EIP-1559 - Update the title fo the Edit gas popover ( #11533 )
3 years ago
David Walsh
97d9cdff80
Provide EIP 1559 fields in transaction history ( #11464 )
3 years ago
Brad Decker
9416d1ca71
provide skeleton for submitting gas form ( #11496 )
3 years ago
David Walsh
1da7beed13
Provide Estimate Data to EditGasDisplay ( #11433 )
3 years ago
Daniel
54a6588628
Swaps: Add conditional routing to new APIs based on a feature flag ( #11470 )
3 years ago
Daniel
d438439661
Swaps: Add conditional routing to new APIs based on a feature flag ( #11470 )
3 years ago
Alex Donesky
0ca0f1784e
Add recovery-phrase views for new onboarding flow ( #11434 )
...
* add recovery-phrase views for new onboarding flow
* black => ui-black
* minor syntax improvement
3 years ago
Alex Donesky
b1e2005a73
Add form-field component and new account view ( #11450 )
...
* add generic form-field component
* swap in new form-field component for advanced-gas-controls-row
* add new create password view for redesigned onboarding flow
* make text additions translatable
3 years ago
Brad Decker
e17325c38a
Refactor send page state management ( #10965 )
3 years ago
Alex Donesky
85f17831a2
add erc-721 token detection and flag to disable sending ( #11210 )
...
* add erc-721 token detection and flag to disable sending
* addressing feedback
* remove redundant provider instantiation
* fix issue caused by unprotected destructuring
* add tests and documentation
* move add isERC721 flag to useTokenTracker hook
* Update and unit tests
* use memoizedTokens in useTokenTracker
Co-authored-by: Dan Miller <danjm.com@gmail.com>
3 years ago
David Walsh
e097a02607
Provide tooltip for 1559 Gas Price field ( #11436 )
3 years ago
David Walsh
64644ad380
Implement Dapp Acknowledgement screen for editing gas ( #11424 )
3 years ago
David Walsh
36d3770b42
EIP-1559 - Implement TransactionDetail for confirmations ( #11404 )
3 years ago
David Walsh
d68f8f27c6
Implements the new EIP1559 UI components ( #11384 )
3 years ago
Daniel
ba3f51d6ed
Add support for fiat on-ramp via Transak ( #11376 )
3 years ago
David Walsh
6fa36cdf51
Provide New UI Components for EIP-1559 Designs ( #11357 )
3 years ago
Brad Decker
c30cb7d33a
Refactor send page state management ( #10965 )
3 years ago