kumavis
231dabb94a
deps - bump eth-block-tracker for fix ( #5614 )
6 years ago
Alexander Tseung
55c66b0d98
Fix button styling for overflowing text ( #5602 )
6 years ago
Alexander Tseung
554f79c0e2
Fix blockies icons overriding contract map icons. Refactor Identicon component ( #5599 )
6 years ago
Alexander Tseung
315028ec53
Fix UnknownFunction showing as Confirm ( #5590 )
6 years ago
Alexander Tseung
7852269ed1
Add Activity Log entry for onchain failures for a transaction. Change scrolling of the transaction list. Remove Transaction Details modal. ( #5581 )
6 years ago
kumavis
7b739f9be8
deploy - docs - publish via npm script ( #5580 )
6 years ago
kumavis
75ccb6d5e0
Update CHANGELOG.md ( #5566 )
6 years ago
kumavis
97056d2ee6
Merge pull request #5576 from marijnbent/patch-1
...
i18n - Updated Dutch translation for main network name
6 years ago
Alexander Tseung
688ef2ed01
Fix signature request styling issues ( #5574 )
6 years ago
kumavis
3e2bf36d59
i18n - update haitian translations ( #5565 )
...
* addedd new keys and updated translations to Haitian Creole
* changelog - add entry for hatian creole fix
6 years ago
Marijn Bent
c12a5a23f7
Updated translation for main network name
...
Current translation translates to 'most important Ethereum-network'. 'Main' is totally acceptable to use in Dutch.
6 years ago
kumavis
802df4625f
Merge pull request #5570 from alextsg/i5558-account-display-width
...
Fix account display width for large currency values
6 years ago
Alexander Tseung
614995c0e9
Fix account display width for large currency values
6 years ago
kumavis
f7978078c4
Merge pull request #5569 from MetaMask/fix-drizzle
...
Avoid truffle touching our package.json
6 years ago
kumavis
6d09f60bbf
ens-ipfs - refactor for readability ( #5568 )
...
* ens-ipfs - refactor for readability
* ens-ipfs - use official ipfs gateway for better performance
* lint - remove unused code
* ens-ipfs - support path and search
* lint - gotta love that linter
* ens-ipfs - improve loading page formatting
* ens-ipfs - loading - redirect to 404 after 1 min timeout
* ens-ipfs - destructure for cleaner code
6 years ago
brunobar79
baa3af46f3
install truffle globally
6 years ago
kumavis
b0c649a4e3
Merge pull request #5555 from MetaMask/support-wallet-watch-asset
...
Support for prefix wallet_watchAsset
6 years ago
Brandon Wissmann
b53a1f492c
i18n - use localized names in language selection
...
Fixes #4250 (#5559 )
* Added localized names for languages
* Capital letter for Čeština
* capital letter Русский
* i18n - use localized names in language selection
* fix build
* package-lock.json build fix
6 years ago
Thomas Huang
ba3617b685
Merge pull request #5543 from MetaMask/shapeshift-list-item
...
Update Shapeshift logo url and adjust list item contents
6 years ago
Thomas Huang
9f6c9119c0
Merge pull request #5561 from MetaMask/deps-fix-gulp
...
deps - fix gulp ref to gulp#v4.0.0
6 years ago
kumavis
539597cb13
deps - fix gulp ref to gulp#v4.0.0
6 years ago
Esteban Miño
7c4f98ffd6
specific add and remove methods for frequentRpcList ( #5554 )
6 years ago
Esteban MIno
75661673e5
add support for wallet_watchAsset
6 years ago
William Chong
ea214945cf
Set `NODE_ENV` when generating bundler ( #4983 )
6 years ago
Thomas
4d1d4a1159
Update Shapeshift logo url and adjust list item contents
6 years ago
kumavis
3f4c389fde
Merge pull request #5540 from MetaMask/master
...
Merge master into develop
6 years ago
kumavis
c2f97717c0
Merge pull request #5539 from MetaMask/v4.16.0
...
Version 4.16.0
6 years ago
Kevin Serrano
17372e150d
Update CHANGELOG.md
6 years ago
kumavis
7e9e403060
Changelog - fix release dates
6 years ago
kumavis
09c3611171
4.16.0
6 years ago
kumavis
18c2d59d57
Merge pull request #5537 from MetaMask/inpage-provider-maxlisteners
...
inpage - increase provider max listeners to avoid warnings
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
kumavis
c289baa17a
Merge pull request #5127 from MetaMask/account-tracker-network-change
...
Bug Fix: Force AccountTracker to update balances on network change
6 years ago
Whymarrh Whitby
03b0929a28
Merge pull request #5536 from whymarrh/add-token-help
...
Add clarifying text to the "Add Token" button
6 years ago
Whymarrh Whitby
0d0bb4afd7
Merge pull request #5522 from MetaMask/fetch-debugging
...
debugging - enable fetch debugging
6 years ago
Whymarrh Whitby
42fa54678f
Extract Add Token button into its own component
6 years ago
Whymarrh Whitby
97b914abea
Delete add-token integration test
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
8bccb88132
Merge pull request #5534 from whymarrh/i18n-warnings
...
Lower i18n-helper#getMessage log level from error to warning
6 years ago
Whymarrh Whitby
0c095679d2
Merge pull request #5535 from whymarrh/export-privkey-words
...
Update wording on export private key modal
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
bd35728041
Lower i18n-helper#getMessage log level from error to warning
6 years ago
Whymarrh Whitby
07ab613d4c
Merge pull request #5530 from whymarrh/fix-web3-inject-checks
...
Fix document extension check when injecting web3
6 years ago
Whymarrh Whitby
d44b7ef3da
Fix document extension check when injecting web3
6 years ago
Whymarrh Whitby
7b4be8c1c5
Merge pull request #5529 from whymarrh/max-btn-click-area
...
Decrease click area for AmountMaxButton on send screen
6 years ago
Thomas Huang
8efaa5a68f
Merge pull request #5528 from MetaMask/remove-greenkeeper-badge
...
Remove greenkeeper badge from README
6 years ago
Whymarrh Whitby
bdb6e55354
Decrease click area for AmountMaxButton on send screen
6 years ago
Michael J. Cohen
8c33c018de
add tooltip for view etherscan tx ( #5518 )
...
* add tooltip for view etherscan tx
* run lint
6 years ago