Commit Graph

517 Commits

Author SHA1 Message Date
Whymarrh Whitby 58d856bd84 Add domain whitelist method to MetaMaskController 2018-10-02 10:43:46 -02:30
HackyMiner 13a1d46720 support editable customRPC (#5267)
* support editable customRPC #5246

* remove rpcList size restriction
2018-09-28 17:23:58 -02:30
bitpshr c4caba1317 bugfix: update eth_signTypedData_v3 parameter order 2018-09-26 10:00:12 -04:00
Esteban Miño 4d82df6995
Fix MetaMask web3 version (#5352) 2018-09-25 16:14:37 -03:00
Dan Miller 19d72c9b0b Adds getPendingNonce method to provider initialization options in metamask-controller. 2018-09-21 15:29:42 -02:30
bitpshr 42fdcf6239 Update new method namespace from v2 to v3 2018-09-13 15:42:27 -04:00
bitpshr 36dd0354e7 Implement latest EIP-712 protocol 2018-09-13 15:40:57 -04:00
Whymarrh Whitby d60991ec88 Delete ConfigManager, replacing its usages with PreferencesController 2018-09-11 09:39:16 -07:00
Frankie 1552fe1c3e
Merge pull request #5216 from MetaMask/tx-cancel
Add createCancelTransaction method
2018-09-10 13:29:29 -10:00
Alexander Tseung 43de189d06 Add createCancelTransaction method 2018-09-10 12:48:01 -07:00
Connor Christie ee568d5f5a Upgrade obs-store and fix memory leaks 2018-09-09 19:33:51 -05:00
Esteban MIno e743f44150 fix conflicts 2018-08-28 15:20:30 -03:00
Dan Finlay f30b726df7
Merge pull request #5122 from MetaMask/lazy-account-tracker
Network IO Optimization: Lazy AccountTracker
2018-08-22 13:31:42 -07:00
Dan Finlay bf6d624e76 Add todo to dedupe UI tracking in background 2018-08-22 12:05:41 -07:00
Whymarrh Whitby 003d445a98 Update unlock logic to not overwrite existing selected address 2018-08-22 15:38:34 -02:30
kumavis a2654108be account-tracker - only track blocks when there are activeControllerConnections 2018-08-21 16:49:24 -07:00
kumavis 3ac2b40dcf metamask controller - track active controller connections 2018-08-21 16:30:11 -07:00
Esteban MIno 4e6c71e969 Merge branch 'develop' into WatchTokenFeature 2018-08-21 20:14:49 -03:00
brunobar79 cee5783283 fix hardware wallets account name 2018-08-21 00:04:30 -04:00
brunobar79 34e3ec6092 fix account removal 2018-08-21 00:04:07 -04:00
Esteban MIno 68c1b4c170 watchAsset returns result wether token was added or not 2018-08-20 22:32:14 -03:00
Esteban MIno 81cd29df43 Merge branch 'develop' into WatchTokenFeature 2018-08-20 19:35:38 -03:00
Bruno Barbieri bd904c86f6
Merge branch 'develop' into ledger-support 2018-08-17 13:45:46 -04:00
brunobar79 992e7f1b5a fix merge conflicts 2018-08-17 12:56:07 -04:00
Dan Matthews df799d7fd6 Restores accounts until one with a zero balance is found 2018-08-17 10:26:47 -04:00
brunobar79 82a5ed1e03 remove console logs 2018-08-14 22:40:29 -04:00
brunobar79 fdf202efb0 fixed unit tests 2018-08-14 21:19:01 -04: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
brunobar79 b77cc3d969 fix tx tests 2018-08-14 03:42:23 -04:00
brunobar79 61a279204a legacy and new hd path working 2018-08-14 01:26:18 -04:00
brunobar79 4e1d8ba19d good progress adding paths 2018-08-13 19:29:43 -04:00
brunobar79 0b9b892c6b this should be ready to go 2018-08-12 01:34:01 -04:00
brunobar79 8e842a8947 able to add accounts 2018-08-11 05:02:02 -04:00
brunobar79 78a1cd3314 iframe communication working 2018-08-11 02:35:20 -04:00
brunobar79 5ef80495cf refactor to support multiple hw wallets 2018-08-10 21:54:34 -04:00
Esteban Miño 3f57d5f66b
Merge branch 'develop' into WatchTokenFeature 2018-08-07 17:50:58 -04:00
Esteban MIno 9ac9f53a73 eth_watchToken working 2018-08-03 19:24:12 -04:00
Esteban MIno 21a61f2987 merge develop 2018-08-03 14:56:02 -04:00
Esteban MIno 22cf5a1391 improve comments 2018-07-30 20:44:22 -04:00
Esteban MIno 1d3ad7cfbb tokens per network for individual account 2018-07-26 18:04:34 -04:00
Thomas 138858647e Merge branch 'develop' into network-remove-provider-engine 2018-07-25 22:38:44 -07:00
brunobar79 5ebefc0e50 run linter 2018-07-21 16:03:31 -04:00
Esteban MIno 9be22775c3 fix merge 2018-07-20 20:15:33 -04:00
Esteban Miño 110efa9ec1
Merge branch 'develop' into detectTokenFeature 2018-07-20 20:09:37 -04:00
Esteban MIno 9c95554933 fix detection on submit password 2018-07-20 19:58:03 -04:00
Csaba S c11dea9afc
Merge branch 'develop' into transaction-notifications 2018-07-20 20:09:57 +02:00
Csaba Solya 72591d4f41 remove dropped handler 2018-07-20 19:58:26 +02:00
Esteban Miño cb045fd8fe
Auto-detect tokens #3034 (#4683)
* detect tokens polling

* network store to detect token

* tests for spec

* passtest-lint

* fix lint

* improve tests

* detect tokens through infura

* detect tokens when submit password and new account selected

* keyring unlocked detect and unit tests

* add changelog
2018-07-20 12:36:24 -04:00
Csaba Solya a3822b4680 add notifications 2018-07-20 13:20:40 +02:00
Esteban MIno 009b1cefbe keyring unlocked detect and unit tests 2018-07-19 19:46:46 -04:00