Dan Finlay
1861bf8e2b
Remove log
8 years ago
Dan Finlay
898e96fd6a
Merge pull request #948 from MetaMask/RecoverLostAccounts
...
Auto-Recover accounts lost to BIP44 derivation fix
8 years ago
Dan Finlay
98527c1c25
Fix account injection bug
...
It seems `selectedAddress` was removed from the keyring-controller’s state, and is used to populate the injected current account.
I couldn't help myself, I dug around, I found a PR named [changed all instances of selectedAddress to selectedAccount](f5b0795ac5
) by @Zanibas . Sorry, Kevin! Had you actually changed all instances, this bug would not have happened.
Fixes #908
8 years ago
Dan Finlay
d3b2698f34
Rename function to be an action
8 years ago
Dan Finlay
9e54e3baa0
Break up migration function
8 years ago
Dan Finlay
291403c13f
Don't bother changing selected accounts since accounts are recovered
8 years ago
Dan Finlay
cf3951c9df
Remove logs
8 years ago
Dan Finlay
0df656850d
Linted
8 years ago
Dan Finlay
ebeaf3b3d6
Restructured migration
...
Migrator now returns a lostAccount array that includes objects
these objects include keys of address and privateKey,
this allows the MetamaskController to restore the lost accounts
even without customizing the idStore or the KeyringController.
Also includes a patch that allows idStore to synchronously export private keys.
8 years ago
Dan Finlay
a3a64afdd5
Return undefined when vault is uninitialized
8 years ago
Dan Finlay
05ce7086f7
Added error when trying to unlock uninitialized vault
8 years ago
Dan Finlay
73cdf0bfd4
Merge pull request #944 from MetaMask/i938-uri-validation
...
I938 uri validation
8 years ago
Dan Finlay
48f2ae2154
Move old keystore migration code to metamask controller
...
Allows keyring controller to be more generic, less opinionated, and who knows, maybe sooner publishable as its own thing.
8 years ago
Dan Finlay
b3533f9bf7
Fixed another lostAccount test
8 years ago
Kevin Serrano
9110547465
Add to changelog.
8 years ago
Kevin Serrano
aea263a80d
Lint.
8 years ago
Kevin Serrano
572980402d
Validate URIs before entering them in.
8 years ago
Dan Finlay
afcad53ef9
Refine a lostAccount test
8 years ago
Dan Finlay
11c1004a41
Linted
8 years ago
Dan Finlay
553f1769a0
Add lost accounts ui development state
8 years ago
Dan Finlay
931ae5f64a
Make notices confirmation configurable
...
- Confirm button will now dismiss the lost accounts array.
8 years ago
Dan Finlay
674b268982
Merge pull request #916 from MetaMask/i894-DetectBadAccounts
...
I894 detect bad accounts
8 years ago
Dan Finlay
4fbea1c7b4
Merge pull request #939 from MetaMask/BrowserPassworder
...
Remove encryptor in favor of external browser-passworder
8 years ago
Dan Finlay
35d8f69e80
Merge pull request #942 from MetaMask/Version-2.14.1
...
Version 2.14.1
8 years ago
Dan Finlay
dea658a898
Bump passworder version
8 years ago
Dan Finlay
2988bc0723
Use security patched version of browser-passworder
8 years ago
Dan Finlay
3f2945dce0
Version 2.14.1
8 years ago
Dan Finlay
26f1e6cbd2
Remove encryptor in favor of external browser-passworder
...
I broke out the encryptor lib into its own module on npm called browser-passworder.
8 years ago
Dan Finlay
20d2204ce6
Made changes according to feedback.
8 years ago
Dan Finlay
ead8329877
Merge pull request #937 from MetaMask/i900-forgot-password-flow
...
I900 forgot password flow
8 years ago
Kevin Serrano
9c8345467c
Modify actions to support better transition.
8 years ago
kumavis
f7eec0b282
Merge pull request #936 from MetaMask/MergeMaster
...
Merge master
8 years ago
Kevin Serrano
92ddcba76b
Add to changelog.
8 years ago
Kevin Serrano
e9bea92ac3
Lint.
8 years ago
Kevin Serrano
20c043a4c2
Redirect to seed word screen for forgotten passwords.
8 years ago
Dan Finlay
77d2deb176
Merged master into dev
8 years ago
Dan Finlay
6ce0bc4b11
Merge pull request #935 from MetaMask/kumavis-patch-1
...
inpage - temporarily disable ping stream
8 years ago
kumavis
e1d6a1ea94
changelog - add whitespace
8 years ago
kumavis
b88fbf8da9
Merge branch 'kumavis-patch-1' of github.com:MetaMask/metamask-plugin into kumavis-patch-1
8 years ago
kumavis
5ea7d738d2
changelog - inf reload detection hotfix
8 years ago
kumavis
695f6800e2
Merge branch 'kumavis-patch-1' of github.com:MetaMask/metamask-plugin into kumavis-patch-1
8 years ago
kumavis
6f8370fce8
changelog - add note on inf reload detection hotfix
8 years ago
kumavis
c591845e5b
Merge branch 'master' into kumavis-patch-1
8 years ago
kumavis
b4a298e1a3
inpage - temporarily disable ping stream
8 years ago
Dan Finlay
abf1f6ec79
Merge pull request #929 from MetaMask/Version-2.14.0
...
Version 2.14.0
8 years ago
Dan Finlay
3b68d9e1e7
Version 2.14.0
8 years ago
Dan Finlay
d24acc5f13
Merge pull request #927 from MetaMask/AddNotices
...
Add notices
8 years ago
Dan Finlay
a5024aa372
Clean up first notice
...
Remove redundant title from notice component.
Make link color the same orange as the rest of the UI.
8 years ago
Kevin Serrano
8d0f4c2799
Add date to notices display.
8 years ago
kumavis
73998feeb2
move notice code from metamask-controller + config-manager, in to notice-controller
8 years ago