aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/keyrings
Commit message (Collapse)AuthorAgeFilesLines
* Clarify functions names. Package normalize inside util file. Fix require ↵Kevin Serrano2016-11-121-11/+8
| | | | headers.
* Linting to the max.Kevin Serrano2016-11-122-25/+21
|
* Implement private key exporting.Kevin Serrano2016-11-041-1/+15
|
* Fix handling of migrating old vault styleDan Finlay2016-11-031-4/+3
| | | | | | Now old vaults are recognized as an "Initialized" MetaMask instance. Upon logging in, when fetching the initial password-derived key, if there is no new-style vault, but there is an old style vault, it is migrated to the new format before proceeding through the usual unlocking steps.
* Fixed bugs related to clearing caches when restoring to a new vaultDan Finlay2016-11-021-1/+1
|
* Made progress on parity for MultiVaultKevin Serrano2016-11-021-5/+13
| | | | | | | | | - Deleted some unused items - Renamed files and paths to match with new locations. - Modified keyring controller logic to separate concerns. - Fix account naming issues. - Enable creation of new vault with default HD keyring. - Formatting issues.
* Added hd wallet testsDan Finlay2016-10-281-4/+12
|
* Add hd wallet keyringDan Finlay2016-10-281-0/+78
|
* Added SimpleKeyring testsDan Finlay2016-10-221-18/+2
|
* Added tx and msg signing to keychain & controllerDan Finlay2016-10-211-0/+41
|
* Improved simple account generationDan Finlay2016-10-211-11/+13
|
* Began adding first basic keyringDan Finlay2016-10-211-0/+41