Whymarrh Whitby
4da29a319b
Fix 1 moderate severity vulnerability with deps
6 years ago
Dan J Miller
97e92a1b68
Set custom gas data in state from inline advance gas controls on send screen ( #6114 )
6 years ago
Chi Kei Chan
798930afba
Add Swap feature to CurrencyInput ( #6091 )
...
* Add Swap feature to CurrencyInput
* Fix linter error
* Fix and Add unit tests
6 years ago
Chi Kei Chan
83109c3dc7
Change gas labels to Slow/Average/Fast ( #6090 )
...
* Change gas labels to Slow/Average/Fast
* Fix unit test
6 years ago
Dan J Miller
38b91f63a2
Add togglable advanced gas controls on send and confirm screens ( #6112 )
...
* Extract advanced gas input controls to their own component
* Add advanced inline gas toggle to settings
* Add optional advanced inline gas to send send screen
* Adds optional advanced gas inputs to the confirm screen
* Add info modals for advanced gas inputs.
* Fix translation of advance gas toggle description.
* Lint and unit test fixes for inline-advanced-gas-inputs
* Increase margin above advanced options button on send screen
* Move methods from constructor to property syntax in advanced-gas-inputs.component
6 years ago
Whymarrh Whitby
c28fa31250
Merge pull request #5929 from whymarrh/phishing-redesign
...
Update design of phishing warning screen
6 years ago
Whymarrh Whitby
59a5f550e4
Update design of phishing warning screen
6 years ago
Whymarrh Whitby
697d5adfc8
Merge pull request #6082 from whymarrh/migrate-to-new-ui
...
Migrate all users to the new UI
6 years ago
Whymarrh Whitby
f3a7054f6b
Add announcement for users migrated to the new UI
6 years ago
Whymarrh Whitby
c52ba96b85
Remove betaUI preference state, replace with completedUiMigration
6 years ago
Whymarrh Whitby
a7a6318c13
Default to the new UI for all users
6 years ago
Whymarrh Whitby
c18b6f4117
Remove commented references to Beta UI
6 years ago
Whymarrh Whitby
8a8696f897
Remove "Use old UI" setting
6 years ago
Whymarrh Whitby
7bbd6e7039
Version 5.3.5 ( #6109 )
6 years ago
Bruno Barbieri
cc03a7db6a
Privacy mode fixes ( #6087 )
...
* Version 5.3.4 RC1
* fix old ui approval screen
* fix error caused by meshtesting iframe
* fix linter errors
6 years ago
Dan Finlay
015414c31d
Version 5.3.4 RC1 ( #6084 )
6 years ago
Frankie
4e27b644ab
fix - migration 30 undefinds ( #6079 )
6 years ago
Thomas Huang
7c0e0b6065
Merge pull request #6076 from MetaMask/Version-5.3.3
...
Version 5.3.3 RC1
6 years ago
Dan Finlay
5c49ce77bd
Version 5.3.3 RC1
6 years ago
Paul Bouchon
db776b5a02
EIP-1102 updates ( #6006 )
...
* Update privacy notice
* Respond to 1102 messages using tab ID
6 years ago
Whymarrh Whitby
b2813d1113
Remove unused InitializeMenuScreen component ( #6075 )
6 years ago
Pedro Gutiérrez
79cd40b979
Improved Spanish translations ( #6072 )
6 years ago
Whymarrh Whitby
1d555991dc
Merge pull request #6074 from MetaMask/ui-codeowners
...
Update UI code owners
6 years ago
Whymarrh Whitby
b4e7e0ec0f
Update UI codeowners
6 years ago
Thomas Huang
4c16f4baee
e2e: Use close instead of save for gas modal ( #6066 )
6 years ago
Dan J Miller
02bdbbbc3e
Add visual indicator when displaying a cached balance ( #5854 )
6 years ago
Frankie
df3169d1c7
I#5956 fix2 dont overwrite existing rpc settings ( #6044 )
...
* mm-controller - dont overwrite existing rpc settings
* ui-networkDropdown - dont pass old network as chainId
* add methods preferencesController.updateRpc and metamaskController.updateAndSetCustomRpc
* use updateAndSetCustomRpc in settings to allow rpcs to be updated
* use new rpc as nickname if no nick name has been supplied
* fix update rpc method
6 years ago
Dan Finlay
98d5b4d632
Version 5.3.2 RC1 ( #6069 )
6 years ago
Dan J Miller
ab9c20db5b
Merge pull request #6021 from MetaMask/i5943-shapeshift-tx
...
Order shapeshift transactions by time within the transactions list
6 years ago
Jenny Pollack
456bfaf9ed
add source for header in create infura client ( #6023 )
...
* add source for header in create infura client
* bump eth-json-rpc-infura
6 years ago
Dan Miller
bf4b6770a0
Fix bugs in e2e tests related to gas customization inputs.
6 years ago
Dan Miller
76f9bdec63
Add integration test for ordering of shapeshift txs in history list.
6 years ago
Alexander Tseung
7d18a47c22
Fix integration tests
6 years ago
Alexander Tseung
941a9a0fd9
Order shapeshift transactions by time within the transactions list
6 years ago
Esteban Miño
2d7c9b3dac
Prevent send to token warning ( #6058 )
6 years ago
Alexander Tseung
fba17d77de
Refactor first time flow, remove seed phrase from state ( #5994 )
...
* Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state
* Fix linting and tests
* Fix translations, initialization notice routing
* Fix drizzle tests
* Fix e2e tests
* Fix integration tests
* Fix styling
* Fix migration naming from 030 to 031
* Open extension in browser when user has not completed onboarding
6 years ago
oliver renwick
69fcfa427b
Updated Spanish translations ( #6046 )
...
* up to E's in translation, starting from about 60% incomplete
* Spanish at 100%
* Integrating changes as suggested by fernandomg
* with updates from Herman and Esteban.
6 years ago
Esteban Miño
1d93d9a385
Prevent send to token ( #6051 )
...
* check contact metadata
* check for tokens in state
* tests
* update tests
* validation only if sending tokens
* container test
6 years ago
Bruno Barbieri
2cfea0b788
fix asset detection ( #6049 )
6 years ago
Esteban Miño
e21dfd1862
Use Parity on-chain registry only when is needed ( #6052 )
...
* add and use knownMethodData to avoid infura requests
* dataMethod to methodData and check empty response
6 years ago
Alexander Tseung
fe780fb3d4
Refactor BalanceComponent to jsx ( #6048 )
6 years ago
Frankie
0ad7797076
I#5956 fix 1 ( #6026 )
...
* prevent invalid chainId's when adding cusstom rpcs
* migration 30 removes invalid chaids from preferences and networkController for custom rpcs
6 years ago
Alexander Tseung
de0ac53008
Fix grammar error in Current Conversion ( #6029 )
6 years ago
Thomas Huang
508889c6dc
Merge pull request #6027 from MetaMask/Version-5.3.1
...
Version 5.3.1 RC2
6 years ago
Alexander Tseung
3fe78a8f48
Disable account dropdown on signing screens ( #6024 )
6 years ago
Dan Finlay
4acaffeefd
Merge branch 'develop' into Version-5.3.1
6 years ago
Thomas Huang
13463309dc
Skip drizzle tests unit issue with ci is determined ( #5982 )
6 years ago
Dan Finlay
72775340bb
Version 5.3.1 RC2
6 years ago
Thomas Huang
42e67295f4
Merge pull request #5966 from filips123/patch-1
...
Update Slovenian translation
6 years ago
Thomas Huang
3bd3e640b4
Set auto conversion off for token/eth conversion ( #6005 )
6 years ago