Dan Finlay
|
6ff580584a
|
Add retry background method and action
|
2017-12-06 22:20:58 -05:00 |
|
Thomas Huang
|
c30b543a80
|
Merge pull request #2630 from MetaMask/i2624-VersionedNotices
Versioned notices
|
2017-11-29 17:25:10 -06:00 |
|
Dan Finlay
|
bd82b17310
|
Linted
|
2017-11-28 15:35:20 -08:00 |
|
Dan Finlay
|
049ec52a95
|
Add seed phrase bounty award notice
Only shows to people who installed before or equal to MetaMask 3.12.1
|
2017-11-28 15:31:49 -08:00 |
|
Dan Finlay
|
f0f6bb28e0
|
Get notice version filtering working nicely
|
2017-11-28 15:16:04 -08:00 |
|
kumavis
|
f64bc3c01a
|
deps - obs-store@3 + migrate stream plumbing
|
2017-11-28 11:09:18 -10:00 |
|
Dan Finlay
|
ec4b7de962
|
Add firstVersion field to notices selector
|
2017-11-28 11:22:09 -08:00 |
|
Dan Finlay
|
e89f82399f
|
Add optional version field to notices
Allows notices to only show to users who are on a certain version.
|
2017-11-28 11:14:57 -08:00 |
|
Dan Finlay
|
65cb970487
|
Prevent creation of multiple vaults
Fixes #2577 by ensuring only one seed phrase can be set for a new vault.
Also cleans up logs and reproduction logic.
|
2017-11-20 14:03:12 -08:00 |
|
Dan Finlay
|
c0aa7ce857
|
Add reproduction and mutex code
|
2017-11-20 13:27:29 -08:00 |
|
Dora E. Mondrian
|
41fea44af3
|
newUnaprovedTx => newUnapprovedTx
This typo tripped me up when I was reading through the code and trying to understand what's going on.
|
2017-11-06 04:35:51 -08:00 |
|
Dan Finlay
|
a10a600cce
|
Linted
|
2017-10-19 12:33:43 -07:00 |
|
Dan Finlay
|
3b4c679ffc
|
Fix bug where new account was not immediately selected
|
2017-10-19 12:15:26 -07:00 |
|
Dan Finlay
|
21bde66e16
|
Remove account-tracker from keyringController
|
2017-10-18 17:14:26 -07:00 |
|
Dan Finlay
|
bbe2c9f48d
|
Merge remote-tracking branch 'origin/master' into i2348-SelectAccountOnNewVault
|
2017-10-18 17:07:25 -07:00 |
|
Dan Finlay
|
d89394a7c9
|
Make account tracking much more reactive
|
2017-10-18 17:07:22 -07:00 |
|
kumavis
|
8da0d0b28a
|
Revert "NetworkController refactor for new EthClient interface"
|
2017-10-18 15:09:32 -07:00 |
|
Dan Finlay
|
75177ce34c
|
Make account tracking more reactive
We were doing a lot of conditional observation & updating.
Pulled out a bunch of that for generic observer/syncers.
|
2017-10-18 15:08:34 -07:00 |
|
Dan Finlay
|
9cc1e8a6d8
|
Refresh computed balances controller when restoring vault
|
2017-10-18 14:22:04 -07:00 |
|
Dan Finlay
|
7032edf32b
|
Stop tracking old account balances after restore vault
Per @kgserrano note
|
2017-10-18 11:13:14 -07:00 |
|
Dan Finlay
|
50e8599988
|
Promisify metamask-controller vault creating methods
|
2017-10-17 13:25:27 -07:00 |
|
Dan Finlay
|
d7f384485d
|
Select first account when restoring seed
Fixes #2348
|
2017-10-17 13:19:57 -07:00 |
|
Dan Finlay
|
ab31eb6a17
|
Select first account on new vault creation
|
2017-10-17 13:09:41 -07:00 |
|
kumavis
|
4d273d3cea
|
lint fixes
|
2017-10-10 14:14:43 -07:00 |
|
kumavis
|
efa92a7fc5
|
network controller - refactor to use eth-rpc-client
|
2017-10-10 14:13:12 -07:00 |
|
kumavis
|
ff4e9a0d11
|
metamask controller - define this.newTransaction to ease instantiation order
|
2017-10-10 10:50:45 -07:00 |
|
kumavis
|
f7c1bc804d
|
metamask controller - simplify provider init
|
2017-10-10 10:39:31 -07:00 |
|
kumavis
|
e79037261e
|
metamask controller - breakout getAccounts method
|
2017-10-10 10:26:59 -07:00 |
|
Dan Finlay
|
9bc80d998e
|
Add signTypedData input validations
|
2017-10-05 14:39:35 -07:00 |
|
Dan Finlay
|
c5b7880f05
|
Merge branch 'master' into SignTypedData
|
2017-10-05 11:55:23 -07:00 |
|
Sergey Ukustov
|
e11ca12890
|
Merge remote-tracking branch 'upstream/master'
|
2017-10-03 02:10:47 +03:00 |
|
Adam Novak
|
8cc8fecdac
|
Don't pass origin as an HTTP header
Requests with this nonstandard header are being blocked by CORS when
made against Parity.
Not sending it ought to fix #1779.
|
2017-10-01 18:55:52 -07:00 |
|
kumavis
|
7bdf73b1dd
|
Merge pull request #2233 from MetaMask/remove-accountTracker-from-transactions
pending-tx - dont check the balance to rebrodcast
|
2017-09-29 17:36:49 -07:00 |
|
kumavis
|
d6ea2fa425
|
network - convert localhost from custom rpc to network type
|
2017-09-29 16:35:58 -07:00 |
|
kumavis
|
b88d11f86e
|
network controller - small refactor
|
2017-09-29 16:09:38 -07:00 |
|
frankiebee
|
ac80eaca1f
|
pending-tx - dont check the balance to rebrodcast
|
2017-09-29 12:54:05 -07:00 |
|
Dan Finlay
|
861bd877f3
|
Ensure selected account is always set if possible
Fixes #2218
Subscribes to keyringController, and if only one account exists, sets it as selected.
|
2017-09-29 11:19:54 -07:00 |
|
Sergey Ukustov
|
c2b8dada91
|
Add eth_signTypedData handler
|
2017-09-29 19:40:46 +03:00 |
|
kumavis
|
7e9c6e96a1
|
metamask - improve comment
|
2017-09-27 14:10:17 -07:00 |
|
Dan Finlay
|
e72083f6e8
|
Merge branch 'master' into filter-fixes-moar
|
2017-09-27 10:57:02 -07:00 |
|
kumavis
|
1877c0766c
|
Merge branch 'master' of github.com:MetaMask/metamask-extension into BreakOutKeyringController
|
2017-09-26 21:42:30 -07:00 |
|
Dan Finlay
|
651098c70d
|
Remove duplicate instantiation of account-tracker
|
2017-09-26 14:30:29 -07:00 |
|
Dan Finlay
|
2eca5455c0
|
Move obs store into account-tracker instead of inheriting
|
2017-09-26 14:15:16 -07:00 |
|
Dan Finlay
|
9e3648c668
|
Pass blocktracker to balances controller
|
2017-09-26 11:33:36 -07:00 |
|
Dan Finlay
|
dfbdb99858
|
Merge branch 'master' into AddBalanceController
|
2017-09-25 11:49:38 -07:00 |
|
Dan Finlay
|
443b1a8eb7
|
Remove keyring controller from project
|
2017-09-22 14:38:40 -07:00 |
|
Dan Finlay
|
aa2abc00eb
|
Merge branch 'AddBalanceController' into BreakOutKeyringController
|
2017-09-22 14:30:31 -07:00 |
|
kumavis
|
dd45592641
|
metamask - use provider-engines block tracker
|
2017-09-22 14:22:07 -07:00 |
|
Dan Finlay
|
128cf40f91
|
Fix accont-tracker merge bug
|
2017-09-22 14:16:19 -07:00 |
|
Dan Finlay
|
f9d2f523c6
|
Merge branch 'master' into AddBalanceController
|
2017-09-22 14:12:41 -07:00 |
|