Dan Finlay
29b64bdb17
Version 6.1.0 RC1
6 years ago
Chi Kei Chan
24ed53bbf3
Change "Token Address" to "Token Contract Address" ( #6182 )
6 years ago
Chi Kei Chan
d9039f5292
Bring Popup to front when ui is tiggered
6 years ago
Graham Kaemmer
89c4353408
Fix inpage.js event handler memory leak ( #6177 )
...
Fixes #6176
6 years ago
Chi Kei Chan
b58a9bd202
Add Copy Tx ID button to transaction-list-item-details ( #6146 )
...
* Add Copy Tx ID button to transaction-list-item-details
* Move justCopied toggle timeout inside setState callback
6 years ago
Jonathan Smirnoff
8dddf48904
Fixed issue #5838 ( #6001 )
...
Update changelog file
6 years ago
frankiebee
c10fb3ce3f
fix typo
6 years ago
Whymarrh Whitby
ff292dcb70
Version 6.0.1 ( #6141 )
6 years ago
Whymarrh Whitby
92cc60f425
Update popup-core script to use ES6 destructuring, const, let
6 years ago
Whymarrh Whitby
ade96fda41
Update platforms/extension to use ES6 destructuring requires
6 years ago
Whymarrh Whitby
5d3aea7857
Update phishing-detect script to use ES6 destructuring requires
6 years ago
Whymarrh Whitby
d735439de9
Update NoticesController to use ES6 destructuring, const, let
6 years ago
Whymarrh Whitby
ae084cef6c
Update MetaMaskController to use ES6 destructuring, const, let
6 years ago
Whymarrh Whitby
f5eb1512d4
Fix all "var used instead of let or const" problems in inpage.js
6 years ago
Whymarrh Whitby
3c915b0d7f
Update contentscript to use ES6 destructuring, const, let
6 years ago
Whymarrh Whitby
969cf73fae
Fix all "var used instead of let or const" problems in background.js
6 years ago
matteopey
7f9d8de4ce
Update Italian translation ( #6119 )
6 years ago
S.C. Chen
f1048ad59a
Improved Traditional Chinese translation ( #6125 )
6 years ago
frankiebee
7e64a578a4
recent-blocks - dont listen for block when on infura providers
6 years ago
Dan Finlay
140fcb4bf1
Version 6 RC1 ( #6117 )
...
* Version 6 RC1
* Make gas input feature more readable
* Update CHANGELOG.md with additional 6.0.0 changes
6 years ago
S.C. Chen
1a4203a8c6
Fix locale codes contains underscore will never be preferred ( #6116 )
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
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
59a5f550e4
Update design of phishing warning screen
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
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
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
Pedro Gutiérrez
79cd40b979
Improved Spanish translations ( #6072 )
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
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
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
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
Dan Finlay
72775340bb
Version 5.3.1 RC2
6 years ago
Thomas Huang
3bd3e640b4
Set auto conversion off for token/eth conversion ( #6005 )
6 years ago
Dan Finlay
58f55eeca9
Refine app description
...
Should help SEO on the chrome store.
6 years ago
Wathis
089fd5f430
Wrong french translation
...
Changing "Connection" by "Connexion"
6 years ago
Alexander Tseung
0b4469b842
Add scrolling button to account list
6 years ago