aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/keyrings/hd.js
Commit message (Collapse)AuthorAgeFilesLines
* Move sigUtil and keyrings to external modulesDan Finlay2017-02-221-125/+0
| | | | These external modules now have their own test coverage and build enforcement. This allowed me to somewhat more easily add good tests around our personalSign strategy (held now in [eth-sig-util](https://github.com/flyswatter/eth-sig-util), and allow each of the keyrings to import that, etc.
* got hash test passingDan Finlay2017-02-141-1/+3
|
* Revert old style message sighingFrankie2017-02-101-1/+12
|
* id mgmt - update to latest eth_sign speckumavis2017-02-041-5/+6
|
* Fix removeHexPrefix to stripHexPrefixDan Finlay2017-01-171-1/+1
|
* Made changes according to feedback.Dan Finlay2016-12-201-2/+2
|
* Got bad account detection working and added to stateDan Finlay2016-12-101-4/+0
|
* Mostly added bad account detectionDan Finlay2016-12-091-2/+6
| | | | Currently riddled with logs, because the migrator is inexplicably returning before generating the new style accounts for comparison.
* Asynced keyrings and started on controllerDan Finlay2016-11-231-7/+10
|
* Improve Keyring organizationDan Finlay2016-11-221-30/+37
| | | | | Separated public & private methods. (Fixes #845) Made class method `type()` into a simple property. (Fixes #846)
* Clarify functions names. Package normalize inside util file. Fix require ↵Kevin Serrano2016-11-121-11/+8
| | | | headers.
* Linting to the max.Kevin Serrano2016-11-121-15/+12
|
* 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