Commit Graph

1873 Commits

Author SHA1 Message Date
Kevin Serrano 14a833f5c0
Merge branch 'deadly' of github.com:MetaMask/metamask-plugin into deadly 2016-11-09 14:28:23 -08:00
Frankie ebcdb7a491 Merge pull request #797 from MetaMask/Version-2.13.7
Version 2.13.7
2016-11-08 09:22:10 -08:00
Dan Finlay b57009493b Hard coding jazzicon at working version 2016-11-08 08:54:30 -08:00
Dan Finlay 4a0197012e Version 2.13.7 2016-11-08 08:51:14 -08:00
Dan Finlay 2160eb35aa Merge pull request #796 from MetaMask/IncreaseGasBuffer
Increase gas buffer
2016-11-08 08:49:43 -08:00
Dan Finlay 7068d2e71c Adjust gas buffer to be 20% over estimate 2016-11-08 08:39:41 -08:00
Dan Finlay 6f39924e60 Increase gas buffer
Fixes #795
2016-11-08 08:32:34 -08:00
Kevin G. Serrano 7b3f1ecc41
Unify warning functions. 2016-11-07 16:02:02 -08:00
Dan Finlay 161ff62fdc Merge branch 'master' into i328-MultiVault 2016-11-07 15:38:25 -08:00
Dan Finlay 93c0a6826a Fix integration test suite 2016-11-07 14:11:01 -08:00
Dan Finlay 798e057854 Fix nickname test 2016-11-07 12:19:56 -08:00
Dan Finlay 7b420c6e15 Fix BN reference 2016-11-07 12:18:02 -08:00
Kevin Serrano 62a15fc59e Merge pull request #793 from MetaMask/i787-HighGasBug
i787 High gas bug
2016-11-07 12:06:08 -08:00
Dan Finlay 553a6da011 Fix 787 gas buffer bug 2016-11-07 12:00:14 -08:00
Dan Finlay 1896928562 Fix gas price buffering
Our gas price buffering logic had a bug, because bn.js has inconsistent behavior when using hex-prefixed output.  The issue has been opened with them here:
https://github.com/indutny/bn.js/issues/151

We've corrected our usage in the mean time.
2016-11-07 11:56:20 -08:00
Dan Finlay fff5a6765e Added failing test for #787 2016-11-07 11:25:23 -08:00
Dan Finlay fc26a0a899 Fix network checking 2016-11-04 12:11:00 -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
kumavis 30ff9b5e10 Merge pull request #786 from MetaMask/i763-GithubLink
Fix github link on info page
2016-10-31 12:56:12 -04:00
Kevin Serrano 6fc498f8a0
Implement auto-fauceting 2016-10-31 09:47:20 -07:00
Dan Finlay 18cf635735 Fix github link on info page 2016-10-31 09:30:55 -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