kumavis
fc9c03d4d1
meta - readme - add gource instructions
8 years ago
kumavis
fc723e7f7c
Merge pull request #921 from MetaMask/TxManager
...
Feature: TxManager handles transaction state tracking
8 years ago
Dan Finlay
5e8a344f97
Correct getState test to be async
8 years ago
Dan Finlay
c05e04c611
Fix rendering of loose accounts
8 years ago
Dan Finlay
f6748f043d
Add loose account development state
8 years ago
Dan Finlay
21af3de43d
Merge branch 'FixMigrationPasswordBug' into ShowDifferentAccounts
8 years ago
Dan Finlay
e95c937569
Add additional migration test
8 years ago
Frankie
fa3e708f34
Merge branch 'dev' into TxManager
8 years ago
Frankie
fde69ea0ba
fix some minor spelling mistakes and clean up code
8 years ago
Dan Finlay
1f15499046
Show a "LOOSE" warning on accounts not belonging to HD Seed phrase
8 years ago
Dan Finlay
a10fe6b6f4
Return keyring metadata on metamask state object
...
Required making the getState methods for both keyringController and metamaskController async.
They both now return promises, and the main metamask-controller.getState method is now nodeified.
Will allow the UI to render loose keys differently than persisted keys.
8 years ago
Kevin Serrano
2ab34760b0
Merge pull request #949 from MetaMask/RemoveLog
...
Remove log
8 years ago
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
Frances Pangilinan
9e1c90eafc
fix merge
8 years ago
Frankie
6f7c23fd28
Merge branch 'dev' into TxManager
8 years ago
Frances Pangilinan
a85c691b71
Remove txManager in keyring controller
8 years ago
Frances Pangilinan
1ebcbe296b
Migrate all tx mutation code out of keyring controller and
...
Fix up txManager to reflect code review requests
8 years ago
Frances Pangilinan
6e78494846
First pass at revision requests
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
de22ab2090
Merge pull request #943 from MetaMask/fixExplorerLink
...
Fix explorer link
8 years ago
Frankie
05e62cbc17
make CHANGELOG more human readable
8 years ago
Frances Pangilinan
10d9cf0912
Add to CHANGELOG.md
8 years ago
Frances Pangilinan
4910e2f9bd
remove network Id 2 from explorer link and Add network Id 3
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