Commit Graph

1705 Commits

Author SHA1 Message Date
Dan Finlay 1bbe0ed9e8 Scaffold new account view 2016-11-04 12:01:41 -07:00
Dan Finlay e3fb7fa7bb Remove insane actions hash 2016-11-04 10:48:24 -07:00
Dan Finlay abebe51f69 Add tolerance to normalize method 2016-11-03 16:34:55 -07:00
Dan Finlay ba7d6b437f Fix password validation and persistence issue
Was wiping the vault on each successful password attempt... :P
2016-11-03 16:14:37 -07:00
Kevin Serrano 2afc06287d
Implement private key exporting. 2016-11-03 15:40:23 -07:00
Dan Finlay e0246975a7 Finish fixing nicknaming bug 2016-11-03 13:44:29 -07:00
Dan Finlay bd2a429a85 Fix account nicknaming bug
When nicknaming, we weren't normalizing the input, and so we were retrieving with differently formatted addresses than we were persisting.
2016-11-03 11:59:20 -07:00
Dan Finlay 9ca3c57339 Fix vault creation bug 2016-11-03 11:34:57 -07:00
Dan Finlay d8a9ae0f07 Set test env during tests 2016-11-03 11:34:44 -07:00
Dan Finlay 4db976ae46 Don't faucet during tests 2016-11-03 11:22:10 -07:00
Dan Finlay 756f56cfee Don't faucet in development 2016-11-03 10:42:34 -07:00
Dan Finlay 185396ff08 Fix dual vault creation bug 2016-11-02 16:35:46 -07:00
Dan Finlay ed1917d71a Fix initial vault creation 2016-11-02 16:18:47 -07:00
Dan Finlay 4cf1b606e4 Fix handling of migrating old vault style
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.
2016-11-02 15:04:50 -07:00
Kevin Serrano 8f3db0dbc0
Add reveal of seed words. 2016-11-01 22:19:04 -07:00
Dan Finlay f2bfdd7f8c Make identicon tolerant of changing state 2016-11-01 17:06:18 -07:00
Dan Finlay b5f6ef8c01 Fixed bugs related to clearing caches when restoring to a new vault 2016-11-01 17:00:17 -07:00
Dan Finlay 72729060dc Make forgot password button. 2016-11-01 15:00:28 -07:00
Dan Finlay 14ad58eef1 Remove and untrack npm debug files 2016-11-01 14:59:57 -07:00
Dan Finlay 498b30bddc Fix seed phrase restore 2016-11-01 11:51:51 -07:00
Kevin Serrano db356a181a
Made progress on parity for MultiVault
- 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.
2016-11-01 11:30:10 -07:00
Kevin Serrano e2f67a2cb8
Do not open MM page in dev mode. 2016-11-01 11:21:46 -07:00
Kevin Serrano 0643c35936
Linted 2016-10-31 11:38:48 -07:00
Kevin Serrano 96643c222a
Implement seed word confirmation page.
Remove logs.
Move HD render files to ui/app.
2016-10-31 11:35:09 -07:00
Kevin Serrano 6fc498f8a0
Implement auto-fauceting 2016-10-31 09:47:20 -07:00
Kevin Serrano f9409793d8
Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i328-MultiVault 2016-10-30 16:02:11 -07:00
Kevin Serrano 25c46a1636
Make case condition more consistent. Remove extra action. Fix incorrect display of network. 2016-10-30 16:01:12 -07:00
Kevin Serrano 625c54b7ec
Add focus to password field. 2016-10-30 14:08:14 -07:00
Kevin Serrano 02b0cf2e6d
Add password warning div. 2016-10-30 14:00:04 -07:00
Kevin Serrano 2418197041
Modify first-screen design to match docs. 2016-10-30 13:38:37 -07:00
Dan Finlay 18e5173f06 Now migrating old vaults to new DEN format 2016-10-29 02:29:25 -07:00
Kevin Serrano 9b4f3825e7
Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into i328-MultiVault 2016-10-28 16:19:14 -07:00
Kevin Serrano 6eb6968037
Merge branch 'master' into i328-MultiVault 2016-10-28 16:19:03 -07:00
Dan Finlay 331d9c91ee Add vault migration test 2016-10-28 13:26:14 -07:00
Dan Finlay 6ec471c6dc Configure BIP44 Keychain as default one 2016-10-28 12:10:35 -07:00
Dan Finlay 2690d1acfd Added hd wallet tests 2016-10-27 17:23:26 -07:00
Dan Finlay f02e02bef8 Add hd wallet keyring 2016-10-27 16:59:46 -07:00
Dan Finlay ed3814bff8 Fix identicon rendering 2016-10-27 16:16:28 -07:00
Dan Finlay 28eec68f85 Update first screen to match design. 2016-10-27 16:02:34 -07:00
Dan Finlay bbee238acd Add latest jazzicon version 2016-10-27 16:01:21 -07:00
Dan Finlay 8113eb4837 Add first-time state 2016-10-27 16:01:08 -07:00
kumavis 48220cff0e Merge pull request #778 from MetaMask/mascara-build
Mascara build
2016-10-26 15:34:23 -07:00
kumavis b790b0c256 mascara - remove global transpile 2016-10-26 15:29:13 -07:00
kumavis d047ba541f mascara - example dapp - log main account 2016-10-26 15:27:38 -07:00
Dan Finlay 014c971b89 Merge pull request #774 from MetaMask/walkThrough
Add more info to mascara README
2016-10-26 14:42:10 -07:00
Frankie 08c8dc823e Merge branch 'master' into walkThrough 2016-10-26 14:09:03 -07:00
Frankie a75edcdc18 Fix typos and clean up 2016-10-26 13:57:15 -07:00
kumavis 5f98814877 Merge pull request #767 from MetaMask/UpdateWeb3
Update web3.js version
2016-10-26 13:55:17 -07:00
Frankie 55530b0138 Merge branch 'master' into walkThrough 2016-10-26 13:45:42 -07:00
Frankie 5ae45fe17f Fix the size of the pop-up 2016-10-26 13:43:26 -07:00