Commit Graph

929 Commits

Author SHA1 Message Date
Victor Baranov d6fc1cf698 Update texts descriptions 2018-11-23 14:01:16 +03:00
Victor Baranov bad4943a21 capitalizeFirstLetter with unit tests 2018-11-13 21:04:24 +03:00
Victor Baranov e8ae62cfce Refactoring: generalizing of retrieving of Links for faucets and exchanges 2018-11-07 18:02:45 +03:00
vbaranov 2ce7c6fa2e get upstream from mm-4.11.0 2018-10-26 12:43:06 +03:00
dennistikhomirov 97b87dac74 change MM to NW 2018-10-25 15:54:14 -07:00
Victor Baranov 68f5363bf1 new faucet alias 2018-10-25 14:24:27 +03:00
Victor Baranov 9316e26865 Get upstream from v4.16.0 2018-10-24 20:17:32 +03:00
Victor Baranov 9c0b5661e2 upstream from MM 4.11.0 2018-10-19 18:18:48 +03:00
Victor Baranov 48f457f3ae upstream from mm 4.9.3 2018-10-18 15:52:58 +03:00
kumavis 70c45ae8be enable fetch debugging 2018-10-15 01:14:25 -04:00
Noel Yoo ebdefe81a1 Refactor buffer constructor (#5468) 2018-10-09 09:32:48 -02:30
Eduardo Antuña Díez 8279916ee4 Added webRequest.RequestFilter to filter main_frame .eth requests 2018-10-08 21:50:15 +02:00
Phyrex Tsai 386110ef0f fix tld bug (#5250) 2018-09-27 12:51:50 -02:30
Paul Bouchon 9359fc875d
EIP-1102: Add deprecation message (#5353) 2018-09-26 10:48:17 -04:00
bitpshr 42fdcf6239 Update new method namespace from v2 to v3 2018-09-13 15:42:27 -04:00
bitpshr 68c2554296 Update error message for chainId mis-match 2018-09-13 15:40:57 -04:00
bitpshr 36dd0354e7 Implement latest EIP-712 protocol 2018-09-13 15:40:57 -04:00
Dan Finlay ce1975fbb4
Merge pull request #5240 from MetaMask/i5238-account-balance-update
Ensure account-tracker currentBlockNumber is set on first block update.
2018-09-11 14:31:10 -07:00
Whymarrh Whitby d60991ec88 Delete ConfigManager, replacing its usages with PreferencesController 2018-09-11 09:39:16 -07:00
Dan Miller eb32ccb0c7 Ensure account-tracker currentBlockNumber is set on first block update. 2018-09-11 12:51:49 -02:30
Victor Baranov 25f7063175 remove test domains form ENS resolver 2018-09-11 17:09:54 +03:00
Victor Baranov 84125da2bb Fix localhost endpoint display 2018-09-04 13:17:13 +03:00
bitpshr 803a79f836 Do not resolve .test domains using ENS 2018-08-24 12:40:37 -04:00
Victor Baranov e4f3b46f03 console.log remove, linter fixes, close popup on Reject all transactions 2018-08-24 00:32:20 +03:00
Victor Baranov ba2ce7b6f7 Force to show notification popup 2018-08-23 21:44:42 +03:00
kumavis a2654108be account-tracker - only track blocks when there are activeControllerConnections 2018-08-21 16:49:24 -07:00
Dan Finlay 6ce119d1fb Move inpage-provider and port-stream outside
With the creation of the [metamask-extension-provider](https://github.com/MetaMask/metamask-extension-provider) we have our first non-core module that is dependent on the inpage-provider and port-stream.

To reduce the size of its dependencies, I have moved the
[metamask-inpage-provider](https://github.com/MetaMask/metamask-inpage-provider) into its own module, as well as [extension-port-stream](https://github.com/MetaMask/extension-port-stream).

This allows them to be more easily depended & iterated on by external
projects.
2018-08-20 15:45:50 -07:00
Victor Baranov 961d5065b0 Changing of password 2018-08-20 17:47:58 +03:00
Thomas 96d789d2cf Merge branch 'develop' into network-remove-provider-engine
Override package-lock and fix merge conflicts
2018-08-14 10:44:42 -07:00
Bruno Barbieri e2be22a4b7
Merge pull request #4897 from MetaMask/qr-code-scan
QR Code Scanner
2018-08-10 13:40:06 -04:00
Jenny Pollack 00a2ab21ae sentry - change releaseVersion to release 2018-08-09 13:49:40 -07:00
Eduardo Antuña Díez a2082bae5c Avoid overwriting a domain that can be resolved by DNS
According to the current implementation any domain ending in .eth or .test will try to resolve through ENS even if the DNS is able to resolve it.
changing `onBeforeRequest` to `onErrorOccurred` will only resolve those .eth or .test domains that the DNS is not able to resolve.
2018-08-09 12:20:51 +02:00
Eduardo Antuña Díez 543207b5af Fixed ENS to IPFS functionality in Firefox
`tabs.getSelected` is deprecated and it doesn't work in firefox replaced by `tabs.query({active: true}`
2018-08-09 12:14:09 +02:00
brunobar79 c6b7e460b5 code review changes 2018-08-08 03:00:39 -04:00
Gerardo Nardelli e03ecbfff2 Fix code format 2018-08-06 10:08:53 -03:00
Gerardo Nardelli 2237fc9df4 Add filter on state updates pushed to UI 2018-08-03 16:59:41 -03:00
Thomas Huang 024ebe07e0 Merge branch 'develop' into network-remove-provider-engine-tests 2018-08-01 10:40:31 -07:00
phahulin b844bfd0c9 Update sentry links to the new org account 2018-07-31 20:14:53 +03:00
bitpshr 642ae25073 Add deprecation message for eth_signTypedData 2018-07-27 15:23:05 -04:00
Thomas 138858647e Merge branch 'develop' into network-remove-provider-engine 2018-07-25 22:38:44 -07:00
viktor 914a624d12 get upstream 2018-07-25 16:56:16 +03:00
viktor d830a4ff66 Buy POA coin options 2018-07-23 14:26:43 +03:00
viktor b5db1fea07 change disclaimer and terms of use 2018-07-20 14:58:40 +03:00
Bruno Barbieri 9be2248d7a
Merge pull request #4625 from MetaMask/initial-trezor-support
Initial trezor support
2018-07-19 15:00:59 -04:00
Franco Victorio 2a9f0a3f6a Merge branch 'develop' into support-poa-network-#2 2018-07-19 15:54:16 -03:00
Dan Finlay 3784a7e2c8
Merge pull request #4656 from MetaMask/portal-metamask-ens-test
Add support for .test ENS domains
2018-07-19 09:41:28 -07:00
Jenny Pollack 16fc7efef1 remove local tests 2018-07-19 09:59:58 -04:00
Franco Victorio ec97f6598f Add POA network 2018-07-19 09:11:29 -03:00
bitpshr d24b5b76fd Update variable name 2018-07-19 08:04:17 -04:00
bitpshr d02c160db5 Updates for linting 2018-07-19 08:04:17 -04:00