Dan Finlay
d61c979de6
Add validation for importing empty private key
...
Previously importing an empty string would result in a new empty Keyring
object to be constructed, with no notification to the user.
Now we render a clear error explaining the mistake.
2018-06-05 13:44:03 -07:00
Dan Finlay
41f292437d
Record identity before deleting it
2018-06-04 15:34:38 -07:00
Dan Finlay
ae156e1087
Mock notifier in test
2018-06-04 15:26:01 -07:00
Dan Finlay
f07ca73e07
Add comment
2018-06-04 15:18:12 -07:00
Dan Finlay
415ab2d534
Do not alert to user
2018-06-04 15:17:03 -07:00
Dan Finlay
22754e3e1f
Linted
2018-06-04 15:10:51 -07:00
Dan Finlay
7b87afb4b7
Add bug info under metadata key
2018-06-04 15:06:21 -07:00
Dan Finlay
0eacee8e45
Add first time info to bug report
2018-06-04 15:03:31 -07:00
Dan Finlay
3bfc40c284
Add version to report
2018-06-04 14:59:46 -07:00
Dan Finlay
d07c664b2c
Fine tune error posting
2018-06-04 14:30:24 -07:00
Dan Finlay
b858cc4b1b
Only notify first time lost ids are detected
2018-06-04 14:24:45 -07:00
Dan Finlay
f3b385cb09
Add reporting uri
2018-06-04 14:22:34 -07:00
Dan Finlay
fd1ce4d741
Begin adding unconfigured notifier
2018-06-04 14:21:46 -07:00
Dan Finlay
8fcaa2cf56
Persist lost identities to storage for later analysis
2018-06-04 14:05:56 -07:00
Dan Finlay
f5d4acf53b
Add minimal user notification of issue.
2018-06-04 14:01:05 -07:00
Dan Finlay
7382bd0847
Add identity synchronizing code
...
Addresses #4475 , where entries in the identities object do not
necessarily have corresponding accounts in the vault.
On password submission, this change passes known accounts to the
preferencesController (responsible for nickname management), and removes
unknown entries.
Includes "TODO" notes for where we could log the issue to sentry or
notify the user.
2018-06-04 13:43:26 -07:00
kumavis
a09b3737f2
4.7.2
2018-06-03 12:31:09 -07:00
kumavis
eb3241ccba
metamask-controller - clear account labels on restore from seed phrase
2018-06-03 12:02:35 -07:00
kumavis
54a9c62fd6
preferences controller - jsdoc fix
2018-06-03 11:30:11 -07:00
kumavis
d4cdd1a0f3
metamask - update preferences controller identities on keyring controller update
2018-06-03 11:27:25 -07:00
kumavis
a08e58f0fd
Merge pull request #4426 from MetaMask/sentry-url-rewrite-fix
...
sentry - message rewrite - guard against missing message
2018-06-03 10:50:05 -07:00
kumavis
72dde75e58
Merge pull request #4425 from MetaMask/master
...
Merge Master into Develop
2018-06-01 17:06:30 -07:00
Dan Finlay
b1b90a6bb9
Version 4.7.1
2018-06-01 15:48:16 -07:00
Dan Finlay
fbcea7043f
Merge branch 'master' into develop
2018-06-01 15:47:28 -07:00
Whymarrh Whitby
1a18f03e2f
Fix return value of migration 26 when missing KC or PC
2018-06-01 15:46:31 -07:00
bitpshr
ccae937f41
Properly end the middleware stack on RPC error
2018-06-01 12:57:57 -04:00
Alexander Tseung
cc73d869fe
Add new alert modals
2018-05-31 10:37:52 -07:00
kumavis
e2e4496c87
sentry - message rewrite - guard against missing message
2018-05-30 17:42:41 -07:00
kumavis
e59f606adb
4.7.0
2018-05-30 15:08:44 -07:00
Alexander Tseung
a19b911feb
Add rpc key to i18n messages ( #4375 )
2018-05-29 18:31:32 -07:00
kumavis
4205d92729
Merge branch 'master' of github.com:MetaMask/metamask-extension into merge-master
2018-05-29 16:12:36 -07:00
kumavis
39069710d1
Merge pull request #4390 from MetaMask/i18n-brave-fix
...
i18n - getFirstPreferredLangCode - guard against missing i18n api
2018-05-29 11:05:12 -07:00
Alexander Tseung
41e38fe553
Add notification for dropped retry transactions ( #4363 )
2018-05-29 10:23:06 -07:00
kumavis
7e87600042
metamask-controller - lint fix
2018-05-28 23:14:38 -07:00
kumavis
09601439e3
metamask-controller - update preferences controller addresses after import account
2018-05-28 23:00:22 -07:00
kumavis
e3ecc94a52
i18n - getFirstPreferredLangCode - guard against missing i18n api
...
fix for brave
2018-05-28 21:50:23 -07:00
Anton
71a6e97327
cleanErrorStack moved to separate library module
...
more errors traces cleaned up
2018-05-28 22:57:08 +02:00
Anton
1d23a5c81b
error message fix
2018-05-28 18:08:33 +02:00
Anton
62dc6e20eb
Clean up user rejection error message
2018-05-28 17:57:45 +02:00
Frankie
ed01c6c826
Merge pull request #4337 from MetaMask/recent-blocks-parallel
...
controllers - recent-blocks - pull first historical blocks in parallel
2018-05-22 16:08:33 -07:00
kumavis
b5bbfd3264
Merge pull request #4308 from MetaMask/i4232-addtoken
...
Update designs for Add Token screen
2018-05-22 12:53:59 -07:00
kumavis
fa37ba3992
controllers - recent-blocks - pull first historical blocks in parallel
2018-05-22 01:58:36 -07:00
Frankie
e8b2e11c56
Reveal get filtered tx list ( #4332 )
...
* add getFilteredTxList from txController to getApi
* transactions - remove dead code (isNonceTaken)
2018-05-21 16:00:44 -07:00
kumavis
7a65c22a02
Merge branch 'develop' into ci-publish-release
2018-05-21 14:58:37 -07:00
kumavis
f19d8a5905
Merge branch 'develop' of https://github.com/Trigalti/metamask-extension into Trigalti-develop
2018-05-21 14:14:03 -07:00
kumavis
08d95bbafa
Merge pull request #4034 from whymarrh/account-nicknames
...
Move account names out of KeyringController
2018-05-21 13:44:07 -07:00
kumavis
e447438504
Merge pull request #3997 from jakubsta/master
...
Allow other extensions to connect
2018-05-21 13:41:09 -07:00
Alexander Tseung
4f6b53c1aa
Update designs for Add Token screen
2018-05-19 23:04:19 -07:00
Dan Finlay
713c77db54
Merge pull request #4199 from MetaMask/i3487-provider-errors
...
RPC error middleware for json-rpc-engine
2018-05-18 11:57:29 -07:00
kumavis
2d4d77b17d
docs - jsdoc - fix syntax
2018-05-18 11:52:28 -07:00