Daniel
8ca0d24f82
Increase Jest unit test coverage for the Swaps feature to ~60% ( #11343 )
3 years ago
Dan J Miller
bda4d0cbca
Add list of custom networks with special gas limit buffers ( #11435 )
3 years ago
ryanml
7170d183e9
Fix
3 years ago
David Walsh
310531eeb6
EIP 1559 - Provide a GWEI label for advanced gas control fields ( #11419 )
3 years ago
David Walsh
64644ad380
Implement Dapp Acknowledgement screen for editing gas ( #11424 )
3 years ago
ryanml
43b7eab46a
Fixing invalid minimumGasLimit prop (AdvancedGasInputs) ( #11412 )
3 years ago
Dan J Miller
a60301686c
Ensure that eth_estimateGas is called to estimate gas limit for simple sends on custom networks ( #11418 )
...
* Ensure that eth_estimateGas is called to estimate gas limit for simple sends on custom networks
* getIsNonStandardEthChain returns false when in test
* Add comment explaining gas limit buffer multipliers in estimateGasLimitForSend
3 years ago
Dan J Miller
520fbcdd03
Fix gas-modal-page-container.container check for custom gas price safety ( #11426 )
...
* Fix gas-modal-page-container.container check for custom gas price safety
* Ensure gas price has been fetch before checking for price safety on testnets
3 years ago
Dan J Miller
18464793f5
Fix gas-modal-page-container.container check for custom gas price safety ( #11426 )
...
* Fix gas-modal-page-container.container check for custom gas price safety
* Ensure gas price has been fetch before checking for price safety on testnets
3 years ago
Alex Donesky
ad6715511e
make network-display component only clickable when passed a function for onClick ( #11379 )
3 years ago
Alex Donesky
433cf6339d
refix the instance of unsafe destructuring I had introduced and fixed and then reintroduced ( #11428 )
3 years ago
David Walsh
36d3770b42
EIP-1559 - Implement TransactionDetail for confirmations ( #11404 )
3 years ago
ryanml
b1f469d1e2
Removing obsolete client-side transaction metrics events ( #11329 )
...
* Removing metametrics send count tracking
* Removing client side Transaction Completed and Canceled events
3 years ago
ryanml
fed9c86abb
Adding gasEstimateType to 'Changed Gas Button' metrics event ( #11352 )
...
Adding 'Changed Gas Button' metrics event
3 years ago
sooyoung
9e86a03afa
add scroll function to jump to the top of screen ( #11386 )
...
* add scroll function to jump to the top of screen
* moved the scroll function from transaction-list.js to asset.js
3 years ago
Brad Decker
844a021fcd
remove ui lookup of lastGasPrice field ( #11411 )
3 years ago
Alex Donesky
352102438f
add ChipWithInput component ( #11392 )
3 years ago
David Walsh
d68f8f27c6
Implements the new EIP1559 UI components ( #11384 )
3 years ago
ryanml
70dc762c84
cleanup conflicts
3 years ago
Brad Decker
23a859826f
add method to detect EIP 1559 support ( #11369 )
3 years ago
Daniel
a1d7271ed7
Call Wyre’s API via our backend to generate Wyre’s Checkout URL ( #11387 )
...
* Call Wyre’s API via our backend to generate Wyre’s Checkout URL
* Add back paymentMethod=debit-card, use a fallback URL if no url is returned from BE
* Fix a lint issue
* Refactor how to return Wyre’s Checkout URL
* Add 2 constants into a test file, refactoring
3 years ago
Daniel
ba3f51d6ed
Add support for fiat on-ramp via Transak ( #11376 )
3 years ago
ryanml
a69ed05141
Removing obsolete client-side transaction metrics events ( #11329 )
...
* Removing metametrics send count tracking
* Removing client side Transaction Completed and Canceled events
3 years ago
Dan J Miller
b7b30d0796
Use eth_gasPrice result for setting too low warning on custom networks ( #11370 )
...
* Use eth_gasPrice result for setting too low warning on custom networks
* Assume CustomPriceSafeForCustomNetwork when there is no custom price set (it will default to recommended)
3 years ago
Dan J Miller
87166afb6b
Use eth_gasPrice result for setting too low warning on custom networks ( #11370 )
...
* Use eth_gasPrice result for setting too low warning on custom networks
* Assume CustomPriceSafeForCustomNetwork when there is no custom price set (it will default to recommended)
3 years ago
Alex Donesky
a6e16f458e
Adding edit navigation button flow back to send token flow ( #11335 )
3 years ago
David Walsh
6fa36cdf51
Provide New UI Components for EIP-1559 Designs ( #11357 )
3 years ago
David Walsh
85de65f470
Prevent propType errors in for TransactionIcon statuses ( #11316 )
3 years ago
Alex Donesky
a4a5580785
Update controllers with conversionRate change with minimal required changes in extension ( #11361 )
...
* updating controllers with conversionRate change with minimal required changes in extension
* swapping showFiat selector in places where possible
* adding invalid conversion protection
* lint fixes
* adjusting list-item styling logic
3 years ago
Brad Decker
c30cb7d33a
Refactor send page state management ( #10965 )
3 years ago
ryanml
73200a7876
Allowing custom rpc form submission when chainId is a duplicate ( #11363 )
3 years ago
ryanml
a171ac7b34
Allowing custom rpc form submission when chainId is a duplicate ( #11363 )
3 years ago
Alex Donesky
e10ddbe3a3
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
ryanml
f1f2a01c76
Using fixed positioning for home notifications ( #11356 )
3 years ago
ryanml
e144bbd356
Adding gasEstimateType to 'Changed Gas Button' metrics event ( #11352 )
...
Adding 'Changed Gas Button' metrics event
3 years ago
Alex Donesky
27389fc71e
fix unsafe destructuring instance ( #11351 )
3 years ago
ryanml
64835b1457
Fixing untranslated text in ConfirmApproveContent ( #11339 )
3 years ago
sooyoung
3c2e83dff3
fix 'confirm popup' ui ( #11331 )
3 years ago
David Walsh
a08d927681
Make MAX button accessible ( #11322 )
3 years ago
Etienne Dusseault
d260b81cd5
Add confirm-deploy-contract component to Storybook ( #11211 )
...
* confirm deploy contract
* use downloaded image
3 years ago
ryanml
24adadbce0
Fixing untranslated alt tag in ContactListTab component ( #11293 )
3 years ago
sooyoung
c152a17a85
Changed scss style to see token symbol ( #11294 )
...
* Changed scss style to see token symbol
* fix indentations
3 years ago
Alex Donesky
a8643af481
patch gas price issue - add fallback gas price ( #11239 )
3 years ago
Niranjana Binoy
df6c6a46d7
Minor spelling correction to buildContactList( #11286 )
3 years ago
ryanml
f1ed0e74a5
Updating "designed and built" message 🌎 ( #11285 )
4 years ago
ryanml
22c2d261b9
Fixing unlocalized strings ( #11281 )
4 years ago
ryanml
1739ed9710
conflict fixes
4 years ago
ryanml
2bfc3a093f
Using values from shared/constants/time to represent timing values ( #11241 )
4 years ago
Brad Decker
9e509d0c9d
Relocate send state into send duck from metamask duck ( #11252 )
4 years ago
ryanml
5afd1c9fa6
Using native network currency for encryption public key requests ( #11257 )
...
Fixes MetaMask/metamask-extension#11247
4 years ago