kumavis
65aa0a1d14
blacklist - throw errors on request/parse failure
6 years ago
kumavis
26b30a031d
sentry - move isBrave decoration to insides of try-catch
6 years ago
kumavis
09c3611171
4.16.0
6 years ago
kumavis
fa36dbf981
inpage - increase provider max listeners to avoid warnings
6 years ago
Bartek
2c2ae8f4c7
i18n - add polish (pl)
6 years ago
Whymarrh Whitby
42fa54678f
Extract Add Token button into its own component
6 years ago
Alexander Tseung
badebe017f
Adds toggle for primary currency ( #5421 )
...
* Add UnitInput component
* Add CurrencyInput component
* Add UserPreferencedCurrencyInput component
* Add UserPreferencedCurrencyDisplay component
* Add updatePreferences action
* Add styles for CurrencyInput, CurrencyDisplay, and UnitInput
* Update SettingsTab page with Primary Currency toggle
* Refactor currency displays and inputs to use UserPreferenced displays and inputs
* Add TokenInput component
* Add UserPreferencedTokenInput component
* Use TokenInput in the send screen
* Fix unit tests
* Fix e2e and integration tests
* Remove send/CurrencyDisplay component
* Replace diamond unicode character with Eth logo. Fix typos
6 years ago
Whymarrh Whitby
e96188ce9d
Fix wording of private key warning shown during export
6 years ago
Whymarrh Whitby
222da7f523
Update wording on export privkey modal
6 years ago
Whymarrh Whitby
d44b7ef3da
Fix document extension check when injecting web3
6 years ago
Noel Yoo
c7758ebd15
Improve Korean translations ( #5515 )
...
* Add more korean translation
* Improve korean translation
6 years ago
Pedro Gutiérrez
e997285a07
Fixed wrong Spanish translation of `key` ( #5517 )
6 years ago
Alexander Tseung
c821a8354c
Add txReceipt data to transaction details ( #5513 )
6 years ago
matteopey
61dec4ea46
Update Italian translations ( #5502 )
...
* Add new english messages
* Update translation
* Update changelog
* Fix casing of MetaMask
6 years ago
kumavis
70c45ae8be
enable fetch debugging
6 years ago
Dan Finlay
1bbc55a533
Correct 4.14.0 version
6 years ago
Dan Finlay
837eb796e5
Version 4.14.0
6 years ago
Noel Yoo
ba21606dfb
Fix en, ko locales ( #5483 )
...
* Fix en typo
* Fix ko typo
* Remove unnecessary space
* Fix ko typo
* Improve translation in ko
6 years ago
Whymarrh Whitby
af43b7d6c9
Ensure that new transactions added are using the selected address
6 years ago
Whymarrh Whitby
428a7cacdf
Revert "transactions - add txReceipt to the txMeta body for confirmed txs ( #5375 )"
...
This reverts commit ff67293a8e
.
6 years ago
Frankie
ff67293a8e
transactions - add txReceipt to the txMeta body for confirmed txs ( #5375 )
6 years ago
noelyoo
63ba8b56fc
Alphabetize ko locale json keys
6 years ago
noelyoo
fa228f1c7e
Alphabetize en locale json keys
6 years ago
Noel Yoo
999a599a78
Fix formatting of locale files ( #5479 )
6 years ago
Bruno Barbieri
ccab4ee1a4
tests - integration - Add Drizzle tests ( #5467 )
...
* added drizzle app for testing
* working
* clean up
* clean up script
* make build step required
* add drizzle-tests to .eslintignore
* clean up drizzle run script
* lint
* use truffle unbox
* undo eslintignore changes
* revert change
* dont use global
* dont need this steps
* use the new account flow
* restore package-lock.json
6 years ago
Vincent
1eec21b945
i18n - fr - improvements
...
* french locales: fix typos and improve wording
* french locales: more fixes and rewording
* fixed typo
* fixed typo
* added missing translations
* fixed alphabetical order
* fixed alphabetical order
* added missing translations for FR
* fixed verify-locale-strings.js
* fixed indentation
* fixed indentation
* updated french locale
* updated changelog with changes logs
* a few fixes after receiving comments, mostly Caps removing and adding
* translated 2 missing french locale words and also remove a caps
* Update messages.json
* Update messages.json
6 years ago
kumavis
600f755dbf
tx-gas-utils - improve format + comments
6 years ago
Santiago Gonzalez Toral
f88373237b
Added account options on home screen
6 years ago
Howard Braham
4cc0b1ef01
ganache-core merged my PR, so I changed some comments to clarify that ganache-core v2.2.1 and below will return the non-standard '0x0'
6 years ago
Howard Braham
222e62d7f1
Bug Fix : #1789 and #4525 eth.getCode() with no contract
6 years ago
Noel Yoo
d46d382b1f
Fix Korean typos ( #5472 )
6 years ago
Vincent
cd91b45686
100% French locale, reordering of English locale, fixes #5457 ( #5470 )
...
* french locales: fix typos and improve wording
* french locales: more fixes and rewording
* fixed typo
* fixed typo
* added missing translations
* fixed alphabetical order
* fixed alphabetical order
* added missing translations for FR
* fixed verify-locale-strings.js
* fixed indentation
* fixed indentation
* updated french locale
* updated changelog with changes logs
* a few fixes after receiving comments, mostly Caps removing and adding
6 years ago
Noel Yoo
ebdefe81a1
Refactor buffer constructor ( #5468 )
6 years ago
kumavis
45feb43f30
workaround - fix for drizzle
6 years ago
Eduardo Antuña Díez
8279916ee4
Added webRequest.RequestFilter to filter main_frame .eth requests
6 years ago
kumavis
fe82c4a9fb
provider - network - restore block-ref-rewrite middleware references
6 years ago
kumavis
354f8c0d7d
provider - enable subscription support (newHeads, logs)
6 years ago
Dan Finlay
507397f6c3
Fix updating of pending transactions
...
Transaction statuses were not being properly updated when:
- MetaMask was unlocked
- The network was changed
This PR fixes both of those. Fixes #5174
6 years ago
Dan Finlay
bc6d32e51e
Update all balances on password unlock
6 years ago
Alexander Tseung
50d91f998d
Translate method names in the transaction list only when applicable
6 years ago
Dan Finlay
c49d854b55
Increase suggested gas percentile to 65 ( #5359 )
...
* Increase suggested gas percentile to 65
I keep submitting transactions then waiting a long time. Apparently 50th percentile isn't enough.
* Update test for getGasPrice
6 years ago
Alexander Tseung
41db5d0570
Update "cancel" copy
6 years ago
Whymarrh Whitby
2c5fb11b37
Remove "Copy Contract Address" from token options
6 years ago
Whymarrh Whitby
ba39fbeb49
Don't open metamask.io after install anymore
6 years ago
Whymarrh Whitby
5539494a5e
Style links on phishing page with an underline
6 years ago
Whymarrh Whitby
24ab1f5d60
Style links on phishing page with cursor: pointer;
6 years ago
Whymarrh Whitby
c92fee7771
Hook MetaMaskController up with phishing detection page
6 years ago
Whymarrh Whitby
58d856bd84
Add domain whitelist method to MetaMaskController
6 years ago
Whymarrh Whitby
4dd6c8168f
Add ability to whitelist a blacklisted domain at runtime
6 years ago
Whymarrh Whitby
343ae7c143
Update title and copy of phishing warning page
6 years ago