pldespaigne
2d58cfc7a0
refactor & change html pages
6 years ago
pldespaigne
987e58d103
add rinkeby & goerli
6 years ago
kumavis
2845398c3d
Refactor ProviderApprovalController to use rpc and publicConfigStore ( #6410 )
...
* Ensure home screen does not render if there are unapproved txs (#6501 )
* Ensure that the confirm screen renders before the home screen if there are unapproved txs.
* Only render confirm screen before home screen on mount.
* inpage - revert _metamask api to isEnabled isApproved isUnlocked
6 years ago
Thomas Huang
c7492f4f54
Include token checksum address in prices lookup for token rates ( #6526 )
6 years ago
Dan J Miller
4fea9d0cc2
Send metrics event from backend for on chain transaction failures ( #6500 )
...
* Send metrics event from backend for on chain transaction failures
* Passes state object to backEndMetaMetricsEvent, and adds getMetaMetricState selector
6 years ago
Dan Finlay
a56fc14122
Version 6.4.1 RC1
6 years ago
Sneh Koul
6a60562d66
Opens the original webpage from where installation of MetaMask was re… ( #6272 )
...
* Opens the original webpage from where installation of MetaMask was requested
* Asking for dynamic permissions
* code for forwarder/without extra permissions
* Lint fix for onboardingComplete message sending code.
6 years ago
Dan Finlay
49d77415db
Version 6.4.0 RC1
6 years ago
Chi Kei Chan
931aaeb700
Add token selection to the send screen ( #6445 )
...
* Move send to pages/
* Fix unit tests
* Finish UI
* Integrate asset dropdown to send actions
* Remove console.log
* Hide asset change during edit
* Enable switch from send token to seand eth
* Enable switching from token to eth when editing
* Fix linter
* Fixing test
* Fix unit tests
* Fix linter
* Fix react warning; remove console.log
* fix flat test
* Add metrics
* Address code review comments
* Consistent spacing between send screen form rows.
* Reduce height of gas buttons on send screen.
* Make send screen gas button height dependent on size of contents.
6 years ago
Paul Bouchon
0db0a187c8
feature: add Goerli support ( #6459 )
6 years ago
Thomas Huang
33836c0463
Set rpcTarget, nickname, and ticker when selecting one of the default networks
6 years ago
Paul Bouchon
a973a7420a
feature: switch token pricing to CoinGecko API ( #6424 )
6 years ago
Thomas Huang
d7a2ea9a2b
Add Localhost 8545 for network dropdown names
6 years ago
Whymarrh Whitby
24761326de
Don't inject web3 on sharefile.com
6 years ago
Dan J Miller
79804ec79b
Version 6.3.2 ( #6418 )
6 years ago
pldespaigne
dc4c40414e
issue#5742
6 years ago
kumavis
89693a2315
metamask-controller - use improved provider-as-middleware utility
6 years ago
pldespaigne
b26a59dbbe
renaming registrar into registry
6 years ago
Thomas Huang
a46ec83c9b
Remove NoticeController ( #6382 )
6 years ago
Dan Miller
57bcf1449c
Version 6.3.1
6 years ago
Chi Kei Chan
adcf03eacc
About tab copy changes; Update route for Info & Help in account menu ( #6356 )
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
e4b5556c05
buy-eth-url - lint fix
6 years ago
kumavis
2c3fc18573
buy-eth-url - fix variable name
6 years ago
kumavis
0ae68d1a61
getBuyEthUrl - getDefaultServiceForNetwork then switch on service
6 years ago
Dan Miller
10097b6a11
Default to localhost network when running e2e tests
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
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
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
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
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
Thomas Huang
c43374a553
Clear notices when setCompletedOnboarding is called
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
Whymarrh Whitby
ea34d3b0ff
Centre the notification in the current window ( #6307 )
6 years ago
Thomas Huang
5d565174b7
Patch/bump version ( #6294 )
6 years ago
bowbowbow
4812fdb7b9
Improve Korean translations ( #6268 )
6 years ago
Whymarrh Whitby
5bf8a36a87
Centre all notification popups
6 years ago
kumavis
48047f8194
mascara - remove from project ( #6283 )
6 years ago
Paul Bouchon
daae155ce2
GABA: Integrate AddressBookController ( #5847 )
...
* gaba: integrate AddressBookController
* pin gaba version and update lockfile
6 years ago
Thomas Huang
5abcce2be7
Version 6.2.1 ( #6251 )
6 years ago
Thomas Huang
43f5fd0716
Nonmultiple notifications for batch txs
6 years ago
Pedro Gutiérrez
858ab42fd6
Uppercase and context fixes on Spanish translation.
6 years ago
Dan J Miller
dc79456695
Version 6.2.0 ( #6239 )
...
* Version 6.2.0 RC1
* Update changelog.md for 6.2.0
6 years ago