Whymarrh Whitby
643ddcb7d7
e2e: Skip approving token test
6 years ago
kumavis
c3a605f27a
Merge pull request #6328 from MetaMask/clearNotices
...
Clear notices
6 years ago
kumavis
133ed80aee
Merge pull request #6372 from MetaMask/addAddressIfNew
...
prevent add duplicates when address is not new
6 years ago
kumavis
0961449ca0
send-footer.utils.js - addressIsNew - improve readability
6 years ago
kumavis
ed381f5b2a
test - unit - ui - actions - setCompletedOnboarding - fix stub to call callback
6 years ago
kumavis
02585c0bd0
lint fix
6 years ago
kumavis
edec6cb81d
actions - setCompletedOnboarding - make async with pify
6 years ago
kumavis
846038a69c
notice-controller - make markAllNoticesRead sync
6 years ago
kumavis
e04f0c877b
lib - nodeify - correctly wrap synchronous functions
6 years ago
kumavis
a64855ef49
notices - markAllNoticesRead - use async/await
6 years ago
kumavis
781a39c039
Merge branch 'develop' into clearNotices
6 years ago
kumavis
86752630c8
Merge pull request #5575 from vimalsagar/develop
...
Adding CoinSwitch exchange
6 years ago
kumavis
e4b5556c05
buy-eth-url - lint fix
6 years ago
kumavis
2c3fc18573
buy-eth-url - fix variable name
6 years ago
kumavis
38b85adbe0
Merge branch 'develop' of https://github.com/vimalsagar/metamask-extension into vimalsagar-develop
6 years ago
Jenny Pollack
356ef794f2
prevent add duplicates when address is not new
6 years ago
kumavis
b004b182bf
depoit-ether-modal - make buyEth args more explicit
6 years ago
kumavis
0ae68d1a61
getBuyEthUrl - getDefaultServiceForNetwork then switch on service
6 years ago
Whymarrh Whitby
dfe8287a28
e2e: Remove Privacy mode toggle step
6 years ago
Dan Miller
3aa7693103
Retry transaction list item click in 'adds multiple transactions' tests first click fails.
6 years ago
Dan Miller
10097b6a11
Default to localhost network when running e2e tests
6 years ago
Dan Miller
a44f2bb6eb
Use webRequest to cancel all requests to infura in e2e tests.
6 years ago
Dan J Miller
649a1d483a
Delete some unused components ( #6278 )
6 years ago
Thomas Huang
a239ef4dd5
Merge pull request #6358 from MetaMask/dont-assume-tx-has-gas-data-in-list
...
Gracefully handle null/undefined in a couple methods that operate on hex values
6 years ago
Dan Miller
31d8b279e4
Defaults to the args list in increaseLastGasPrice and getHexGasTotal
6 years ago
Dan Miller
0346089caa
getHexGasTotal and increaseLastGasPrice now gracefully handle null and undefined values
6 years ago
Chi Kei Chan
8108eac705
Open retore-vault route from popup ( #6353 )
6 years ago
Dan J Miller
91c4c3bdce
Version 6.3.0 ( #6350 )
6 years ago
Thomas Huang
2a0b98492a
enable privacy mode for first time users ( #6347 )
6 years ago
Dan J Miller
ef4894b9a0
Don't include tx value in calculation of balance sufficiency for cancel button disabling. ( #6346 )
6 years ago
Thomas Huang
1859de0a28
E2E - Dont close window notifications ( #6349 )
...
* Dont close window notifications
* Remove commented out lines in beta spec
6 years ago
Jenny Pollack
e09e54bebb
remove user actions controller
6 years ago
Dan J Miller
2f13a97d00
Cancel error rebased ( #6341 )
...
* Check balance before showing cancel
* Fix linter
* Use existing helper methods for calculating increased cancel price
* Add tooltip for disabled button
* Lint fix for cancelError branch.
* Disabling of cancel button should account for value of tx.
6 years ago
Dan J Miller
69f7968c70
Close transaction on close of notification window ( #6340 )
6 years ago
Dan J Miller
961ad267df
New settings page rebased ( #6333 )
...
* New setting tab
* Add InfoTab
* Add Advanced tab
* Add Security Tab
* Finish mobile view
* Make new setting page responsive
* Fix linter
* Fix y scrolling
* Update link in network dropdown
* Fix e2e tests
* Remove duplicate translation key
* Resolve merge conflict
* Only change settings header in popup view.
* Place mobile-sync button in advanced-tab of settings
6 years ago
Dan J Miller
4ff9126ff2
Replaces the coinbase link in the deposit modal with one for wyre ( #6302 )
6 years ago
Dan J Miller
174ec2d596
Fix oversized loading overlay on gas customization modal. ( #6326 )
6 years ago
Dan J Miller
2b992d2946
Fix gas fee in the submitted step of the transaction details activity log. ( #6301 )
6 years ago
Dan J Miller
468bc96bdf
Hide gas price chart and prevent api call when not on ethereum networks. ( #6300 )
...
Add missing translations in gas customization modal
6 years ago
Chi Kei Chan
31175625b4
Folder restructure ( #6304 )
...
* Remove ui/app/keychains/
* Remove ui/app/img/ (unused images)
* Move conversion-util to helpers/utils/
* Move token-util to helpers/utils/
* Move /helpers/*.js inside /helpers/utils/
* Move util tests inside /helpers/utils/
* Renameand move confirm-transaction/util.js to helpers/utils/
* Move higher-order-components to helpers/higher-order-components/
* Move infura-conversion.json to helpers/constants/
* Move all utility functions to helpers/utils/
* Move pages directory to top-level
* Move all constants to helpers/constants/
* Move metametrics inside helpers/
* Move app and root inside pages/
* Move routes inside helpers/
* Re-organize ducks/
* Move reducers to ducks/
* Move selectors inside selectors/
* Move test out of test folder
* Move action, reducer, store inside store/
* Move ui components inside ui/
* Move UI components inside ui/
* Move connected components inside components/app/
* Move i18n-helper inside helpers/
* Fix unit tests
* Fix unit test
* Move pages components
* Rename routes component
* Move reducers to ducks/index
* Fix bad path in unit test
6 years ago
Bruno Barbieri
7287133e15
Enable mobile sync ( #6332 )
...
* enable mobile sync
* remove mobile sync as a preference
* Fix typo
6 years ago
Josh Stevens
2aaec1d9fb
Stop reloading dapps on network change allowing dapps to decide if it should refresh or not ( #6330 )
...
* feat: `inpageProvider.autoRefreshOnNetworkChange` to allow dapps to control if it refreshes or not
* feat: check the `autoRefreshOnNetworkChange` before a refresh
* fix linting error
* fix: use `window.ethereum` now `web3.ethereum`
6 years ago
fixanoid
e1af6312ce
Fixing spelling of Ethereum in MetaMetrics copy ( #6329 )
6 years ago
Thomas Huang
07c9745258
Remove exclusive test
6 years ago
Thomas Huang
c43374a553
Clear notices when setCompletedOnboarding is called
6 years ago
Whymarrh Whitby
fc534b8041
Merge pull request #6327 from MetaMask/eth-contract-metadata
...
Update eth-contract-metadata dependency and sub-dependencies
6 years ago
Whymarrh Whitby
a702ade3fe
Bump gaba version to avoid broken eth-contract-metadata
6 years ago
Dan Finlay
823007121d
Add rollback script, move auto-changelog script ( #6252 )
6 years ago
Thomas Huang
00c52d537c
Fix typos in English messages ( #6317 )
6 years ago
William Monti Souza
98699fbbc0
Fixes popups not showing when screen size is odd ( #6312 )
6 years ago