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
da9fb4636b
move conversion utils to shared folder ( #11451 )
3 years ago
David Walsh
afe06adb7a
Add icon to actionable message component ( #11409 )
3 years ago
Daniel
8ca0d24f82
Increase Jest unit test coverage for the Swaps feature to ~60% ( #11343 )
3 years ago
ryanml
7170d183e9
Fix
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
David Walsh
d68f8f27c6
Implements the new EIP1559 UI components ( #11384 )
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
Alex Donesky
a6e16f458e
Adding edit navigation button flow back to send token flow ( #11335 )
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
e144bbd356
Adding gasEstimateType to 'Changed Gas Button' metrics event ( #11352 )
...
Adding 'Changed Gas Button' metrics event
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
Niranjana Binoy
df6c6a46d7
Minor spelling correction to buildContactList( #11286 )
3 years ago
ryanml
f1ed0e74a5
Updating "designed and built" message 🌎 ( #11285 )
3 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
Dan J Miller
3af174b590
Stringify gas estimate in backend, before it is serialized and sent to ui ( #11266 )
...
* Stringify gas estimate in backend, before it is serialized and sent to ui
* Fix send.utils.test.js
4 years ago
ryanml
523c04b47a
Fix built-in networks switch-ethereum-chain, Including RPC url in switchEthereumChain requestData ( #11268 )
...
* Moving RPC Urls to network constants
* Including RPC url in switchEthereumChain requestData
* Setting project id to var
* Fix built-in networks switch-ethereum-chain
`switch-ethereum-chain` did not work correctly with built-in networks.
It was treating them as custom networks, rather than as built-in
networks. This affected how they were displayed in the network
dropdown, and resulted in slight differences to the network stack used
as well.
The problem was that `updateRpcTarget` was used, which was meant for
custom networks only. Now that `setProviderType` is used in the case of
a built-in network, the behaviour should match the network switcher
exactly.
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
4 years ago
Dan J Miller
432d6508ba
Stringify gas estimate in backend, before it is serialized and sent to ui ( #11266 )
...
* Stringify gas estimate in backend, before it is serialized and sent to ui
* Fix send.utils.test.js
4 years ago
ryanml
a75092762f
Fix built-in networks switch-ethereum-chain, Including RPC url in switchEthereumChain requestData ( #11268 )
...
* Moving RPC Urls to network constants
* Including RPC url in switchEthereumChain requestData
* Setting project id to var
* Fix built-in networks switch-ethereum-chain
`switch-ethereum-chain` did not work correctly with built-in networks.
It was treating them as custom networks, rather than as built-in
networks. This affected how they were displayed in the network
dropdown, and resulted in slight differences to the network stack used
as well.
The problem was that `updateRpcTarget` was used, which was meant for
custom networks only. Now that `setProviderType` is used in the case of
a built-in network, the behaviour should match the network switcher
exactly.
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
4 years ago
ryanml
b0f90f13da
Adding back button to reveal seed phrase view ( #11246 )
...
Reveal seed phrase button placement fixes
Localizing uses of the word "Back"
4 years ago
ryanml
1080319b33
Adding back button to reveal seed phrase view ( #11246 )
...
Reveal seed phrase button placement fixes
Localizing uses of the word "Back"
4 years ago
Brad Decker
b073b04789
move metamask state selectors out of send ( #11249 )
4 years ago
Brad Decker
df9bc52e9f
Add gas constants ( #11248 )
4 years ago
Dan Miller
36b15c489d
Lint fix
4 years ago
ryanml
10f9912fd5
Supporting existing default networks in switchEthereumChain ( #11184 )
4 years ago
ryanml
f35bc1052a
Fixing ever-present scrollbar issue on Swaps view ( #11182 )
...
* Fixing ever-present scrollbar issue on Swaps view
* Updating max-height
4 years ago
Niranjana Binoy
d4cb403d51
Handling custom token decimal fetch failure due to network error ( #10956 )
4 years ago
Brad Decker
ce67e1bfcd
use safer toChecksum utility ( #11117 )
4 years ago
Brad Decker
19ec45ef35
create safer isValidAddress method ( #11089 )
4 years ago
ryanml
c5f3290cb1
Fixing unlocalized strings ( #11102 )
...
* Fixing unlocalized strings
Fixes MetaMask/metamask-extension#11094
* Removing aggregrate bullet from modal
* Updating bullet point keys
4 years ago
Daniel
3f70afb3ff
Swaps: Add specific error content if Contract data are not enabled on Ledger ( #11088 )
4 years ago
Daniel
79e79e9212
Swaps: Add more anonymized tracking for HW wallet and HW wallet type ( #11087 )
4 years ago
Daniel
da1720a9ec
Fix redirection to the build quotes page from the swaps failed page ( #11025 )
4 years ago
Niranjana Binoy
e906bd8d0e
adding condition to check for non-mainnet network and test env ( #11007 )
4 years ago