Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into ↵ | Dan Finlay | 2016-11-18 | 1 | -65/+60 |
|\ | | | | | | | i328-MultiVault | ||||
| * | Revert one cb to previous state. | Kevin Serrano | 2016-11-16 | 1 | -1/+1 |
| | | |||||
| * | Minimize dispatches by using emitters and relying on state updates. | Kevin Serrano | 2016-11-16 | 1 | -7/+6 |
| | | |||||
| * | Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into ↵ | Kevin Serrano | 2016-11-16 | 1 | -0/+2 |
| |\ | | | | | | | | | | i328-MultiVault | ||||
| | * | Minimize repeated code. | Kevin Serrano | 2016-11-16 | 1 | -5/+6 |
| | | | |||||
| * | | Minimize repeated code. | Kevin Serrano | 2016-11-16 | 1 | -7/+6 |
| |/ | |||||
| * | Re-enable disclaimer screen. Rename variables to reflect role more clearly. | Kevin Serrano | 2016-11-15 | 1 | -1/+1 |
| | | |||||
| * | Revert to previous anonymous function for promise. | Kevin Serrano | 2016-11-12 | 1 | -1/+3 |
| | | |||||
| * | Various keyring changes | Kevin Serrano | 2016-11-12 | 1 | -18/+10 |
| | | | | | | | | | | | | | | - Rearrange the require statements. - Remove unused web3. - Simplify some callbacks and promises. - Clarify certain parameters. | ||||
| * | Linting to the max. | Kevin Serrano | 2016-11-12 | 1 | -37/+37 |
| | | |||||
| * | fix tx data so it has the network id | Frankie | 2016-11-11 | 1 | -2/+3 |
| | | |||||
* | | Replace old random-id code with incrementing id generator | Dan Finlay | 2016-11-18 | 1 | -1/+2 |
|/ | |||||
* | Fix 787 gas buffer bug | Dan Finlay | 2016-11-08 | 1 | -5/+5 |
| | |||||
* | Fix network checking | Dan Finlay | 2016-11-05 | 1 | -21/+1 |
| | |||||
* | Add tolerance to normalize method | Dan Finlay | 2016-11-04 | 1 | -0/+1 |
| | |||||
* | Fix password validation and persistence issue | Dan Finlay | 2016-11-04 | 1 | -4/+5 |
| | | | | Was wiping the vault on each successful password attempt... :P | ||||
* | Implement private key exporting. | Kevin Serrano | 2016-11-04 | 1 | -2/+7 |
| | |||||
* | Finish fixing nicknaming bug | Dan Finlay | 2016-11-04 | 1 | -28/+39 |
| | |||||
* | Fix account nicknaming bug | Dan Finlay | 2016-11-04 | 1 | -1/+4 |
| | | | | When nicknaming, we weren't normalizing the input, and so we were retrieving with differently formatted addresses than we were persisting. | ||||
* | Fix vault creation bug | Dan Finlay | 2016-11-04 | 1 | -17/+13 |
| | |||||
* | Fix dual vault creation bug | Dan Finlay | 2016-11-03 | 1 | -11/+4 |
| | |||||
* | Fix initial vault creation | Dan Finlay | 2016-11-03 | 1 | -4/+8 |
| | |||||
* | Fix handling of migrating old vault style | Dan Finlay | 2016-11-03 | 1 | -39/+63 |
| | | | | | | 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. | ||||
* | Add reveal of seed words. | Kevin Serrano | 2016-11-02 | 1 | -2/+8 |
| | |||||
* | Fixed bugs related to clearing caches when restoring to a new vault | Dan Finlay | 2016-11-02 | 1 | -6/+45 |
| | |||||
* | Fix seed phrase restore | Dan Finlay | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | Made progress on parity for MultiVault | Kevin Serrano | 2016-11-02 | 1 | -21/+44 |
| | | | | | | | | | - 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. | ||||
* | Implement seed word confirmation page. | Kevin Serrano | 2016-11-01 | 1 | -4/+14 |
| | | | | | Remove logs. Move HD render files to ui/app. | ||||
* | Implement auto-fauceting | Kevin Serrano | 2016-11-01 | 1 | -1/+6 |
| | |||||
* | Now migrating old vaults to new DEN format | Dan Finlay | 2016-10-29 | 1 | -5/+28 |
| | |||||
* | Configure BIP44 Keychain as default one | Dan Finlay | 2016-10-29 | 1 | -7/+24 |
| | |||||
* | Phase out extra warning screen. | Kevin Serrano | 2016-10-26 | 1 | -1/+0 |
| | |||||
* | Fix loading indication | Dan Finlay | 2016-10-22 | 1 | -1/+1 |
| | |||||
* | Added tx & msg managing functionality to new KeyringController | Dan Finlay | 2016-10-22 | 1 | -0/+148 |
| | |||||
* | Fix bug in new KeyringController vault restoring logic. | Dan Finlay | 2016-10-22 | 1 | -3/+5 |
| | |||||
* | Create basic keyring-controller unit test file | Dan Finlay | 2016-10-22 | 1 | -12/+7 |
| | |||||
* | Added SimpleKeyring tests | Dan Finlay | 2016-10-22 | 1 | -0/+2 |
| | |||||
* | Added tx and msg signing to keychain & controller | Dan Finlay | 2016-10-21 | 1 | -1/+55 |
| | |||||
* | Improved simple account generation | Dan Finlay | 2016-10-21 | 1 | -23/+38 |
| | |||||
* | Began adding first basic keyring | Dan Finlay | 2016-10-21 | 1 | -8/+103 |
| | |||||
* | Fix tests | Dan Finlay | 2016-10-21 | 1 | -1/+1 |
| | |||||
* | Linted & added salting to vault | Dan Finlay | 2016-10-21 | 1 | -34/+9 |
| | |||||
* | Fix state updating after vault creation and unlocking | Dan Finlay | 2016-10-21 | 1 | -2/+2 |
| | |||||
* | Fix unlock logic | Dan Finlay | 2016-10-21 | 1 | -6/+17 |
| | |||||
* | Intermediary commit. | Kevin Serrano | 2016-10-20 | 1 | -4/+33 |
| | |||||
* | Remove unused crypto dependencies. | Kevin Serrano | 2016-10-20 | 1 | -2/+0 |
| | |||||
* | Initial work on UI side | Kevin Serrano | 2016-10-16 | 1 | -0/+5 |
| | |||||
* | Add minimal method signatures to new keyring controller | Dan Finlay | 2016-10-13 | 1 | -1/+61 |
| | |||||
* | Add initial KeyringController files | Dan Finlay | 2016-10-12 | 1 | -0/+42 |