Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | id mgmt - update to latest eth_sign spec | kumavis | 2017-02-04 | 2 | -10/+12 |
| | |||||
* | Allow importing of private key strings | Dan Finlay | 2017-01-18 | 1 | -6/+12 |
| | | | | | | | | Fixes #1021 A top-right menu item now allows `Account Import`. It has a menu (with one item for now) that allows importing a private key string. Errors are displayed, and a success navigates the user to their account list, where the imported account is labeled `LOOSE`. | ||||
* | Fix removeHexPrefix to stripHexPrefix | Dan Finlay | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Wrote fix for eth.sign | Dan Finlay | 2017-01-17 | 1 | -2/+1 |
| | |||||
* | keyring - simple - throw error if wallet not found for address | kumavis | 2017-01-17 | 1 | -1/+4 |
| | |||||
* | keyring - simple - fix address generation | kumavis | 2017-01-17 | 1 | -3/+3 |
| | |||||
* | Make single letter variables more verbose | Dan Finlay | 2017-01-03 | 1 | -4/+4 |
| | |||||
* | Add tolerance for hex prefixed private keys to simple keychain | Dan Finlay | 2017-01-03 | 1 | -3/+4 |
| | |||||
* | Made changes according to feedback. | Dan Finlay | 2016-12-20 | 1 | -2/+2 |
| | |||||
* | Got bad account detection working and added to state | Dan Finlay | 2016-12-10 | 1 | -4/+0 |
| | |||||
* | Mostly added bad account detection | Dan Finlay | 2016-12-09 | 1 | -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 controller | Dan Finlay | 2016-11-23 | 2 | -17/+18 |
| | |||||
* | Improve Keyring organization | Dan Finlay | 2016-11-22 | 2 | -34/+54 |
| | | | | | 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 Serrano | 2016-11-12 | 1 | -11/+8 |
| | | | | headers. | ||||
* | Linting to the max. | Kevin Serrano | 2016-11-12 | 2 | -25/+21 |
| | |||||
* | Implement private key exporting. | Kevin Serrano | 2016-11-04 | 1 | -1/+15 |
| | |||||
* | Fix handling of migrating old vault style | Dan Finlay | 2016-11-03 | 1 | -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 vault | Dan Finlay | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | Made progress on parity for MultiVault | Kevin Serrano | 2016-11-02 | 1 | -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 tests | Dan Finlay | 2016-10-28 | 1 | -4/+12 |
| | |||||
* | Add hd wallet keyring | Dan Finlay | 2016-10-28 | 1 | -0/+78 |
| | |||||
* | Added SimpleKeyring tests | Dan Finlay | 2016-10-22 | 1 | -18/+2 |
| | |||||
* | Added tx and msg signing to keychain & controller | Dan Finlay | 2016-10-21 | 1 | -0/+41 |
| | |||||
* | Improved simple account generation | Dan Finlay | 2016-10-21 | 1 | -11/+13 |
| | |||||
* | Began adding first basic keyring | Dan Finlay | 2016-10-21 | 1 | -0/+41 |