Commit Graph

2189 Commits

Author SHA1 Message Date
kumavis 536cab0687 detect tx error - show warning and fix gasLimit 2016-11-10 21:19:34 -08:00
Kevin Serrano ad290d3edc Merge pull request #802 from MetaMask/confTxFix
Conf tx fix
2016-11-10 20:36:50 -08:00
Frankie 17aac2dbc5 fix tx data so it has the network id 2016-11-10 19:07:12 -08:00
Frankie f665b779cb Merge branch 'master' into i328-MultiVault 2016-11-10 16:53:47 -08:00
Kevin Serrano 3775a4bf79 Merge pull request #801 from MetaMask/deadly
Properly implement 20% gas bump
2016-11-09 16:42:10 -08:00
Kevin Serrano e2b2083df0
remove gas field, due to alias redundancy. 2016-11-09 16:38:28 -08:00
Kevin Serrano b6b4be61d9
Fix bug for increasing gas by 20 percent. 2016-11-09 16:29:24 -08:00
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 b3cb675a8b Develop import subviews 2016-11-04 15:32:02 -07:00
Dan Finlay a7af47db92 Add import account placeholder template 2016-11-04 14:39:53 -07:00
Dan Finlay 055ef5d8fe Add babelify to gulp build 2016-11-04 14:39:32 -07:00
Dan Finlay bc623bbe34 Linted 2016-11-04 12:32:47 -07:00
Dan Finlay 19f7041ba4 Add account adding subview placeholders 2016-11-04 12:27:26 -07:00
Dan Finlay 919ac066d9 Merge branch 'i328-MultiVault' into i328-MultiVault-v1 2016-11-04 12:11:23 -07:00
Dan Finlay fc26a0a899 Fix network checking 2016-11-04 12:11:00 -07:00
Dan Finlay 2cf2ceae21 Remove unused class 2016-11-04 12:02:20 -07:00
Dan Finlay 1af0d609bd Convert buy subview to new tab bar component 2016-11-04 12:02:00 -07:00
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