Commit Graph

3695 Commits

Author SHA1 Message Date
Dan Finlay 52b92fbe40 Add first version of phishing site warning
Links to my own blacklist for now, since I added a package.json for easy importing.

We can point at the main 408H repository once this is merged:
https://github.com/409H/EtherAddressLookup/pull/24

Redirects detected phishing sites [here](https://metamask.io/phishing.html).
2017-07-12 13:09:20 -07:00
Dan Finlay eddc8cfee7 Version 3.8.6 2017-07-11 16:00:20 -07:00
Dan Finlay 822ebca3eb Merge pull request #1758 from MetaMask/3.8.5
Version 3.8.5
2017-07-11 15:58:57 -07:00
Dan Finlay 6811fb2679 Merge branch 'master' into 3.8.5 2017-07-11 15:52:19 -07:00
kumavis 91ef01be4c Merge pull request #1763 from MetaMask/prov-bump
deps - bump prov-eng for retry on gateway timeout
2017-07-11 15:44:50 -07:00
kumavis 1448090ec7 deps - bump prov-eng 2017-07-11 15:33:12 -07:00
kumavis 23d44e5399 tests - disable infura test 2017-07-11 15:30:36 -07:00
kumavis 0cc60fda8f deps - bump prov-eng for fetch retry 2017-07-11 14:18:09 -07:00
kumavis 9f46984fee metamask - on rpc err show whole error body 2017-07-11 14:17:47 -07:00
frankiebee 231ad48564 Use txParams 2017-07-11 12:52:56 -07:00
kumavis 6587f6eabd deps - bump prov-eng for retry on gateway timeout 2017-07-11 12:43:15 -07:00
frankiebee 971d25a8ab Merge branch 'master' into nonce-tracker 2017-07-11 12:41:03 -07:00
kumavis a1fd9bc6be Merge pull request #1762 from MetaMask/ImproveRetryLogic
Improve retry logic
2017-07-11 12:29:20 -07:00
Dan Finlay c7b9e3fb18 Improve insufficient balance checking in retry loop 2017-07-11 12:19:01 -07:00
frankiebee a670e54973 Merge branch 'nonce-tracker' of https://github.com/MetaMask/metamask-plugin into nonce-tracker 2017-07-11 12:18:44 -07:00
frankiebee c121ac21ec remove irrelevan code 2017-07-11 12:16:08 -07:00
kumavis 0eee232e26 Merge pull request #1761 from MetaMask/resubmimtErrors
add "Gateway timeout"
2017-07-11 12:05:00 -07:00
frankiebee 611338c4e0 use .includes 2017-07-11 12:01:59 -07:00
Dan Finlay d97c6533b8 Remove local nonce error setting. 2017-07-11 12:00:17 -07:00
frankiebee 11d57adc5c add "Gateway timeout" to ignored errors when resubmiting and use .includes over .startsWith 2017-07-11 11:57:42 -07:00
kumavis de967d2dfd 3.8.5 2017-07-07 20:05:03 -07:00
Frankie 2d1b7c0ee1 Merge pull request #1757 from MetaMask/resubmit-fix
Resubmit fix
2017-07-07 19:36:40 -07:00
kumavis 512b6cae81 migration 16 - move resubmit warning back to submitted state 2017-07-07 19:31:27 -07:00
kumavis c425ad4ec7 tx controller - resubmit - correctly set error on bad nonce/balance 2017-07-07 19:13:06 -07:00
kumavis c53aac398a tx controller - correctly set error message on resubmit error 2017-07-07 19:09:32 -07:00
kumavis 4fa999e4de tx controller - resubmit - recognize parity known hash message 2017-07-07 19:02:34 -07:00
kumavis fd6caf8713 Merge pull request #1754 from MetaMask/Version-3.8.4
Version 3.8.4
2017-07-07 18:56:37 -07:00
kumavis f5de16c911 test - tx controller - fix promise handling 2017-07-07 14:32:03 -07:00
kumavis ab8bae421e test - tx-controller - stub block-tracker method 2017-07-07 14:26:52 -07:00
kumavis d228f46254 Merge branch 'master' into nonce-tracker 2017-07-07 14:21:43 -07:00
Dan Finlay 04a0b949a2 Version 3.8.4 2017-07-07 11:24:33 -07:00
kumavis 678cfd2175 Merge pull request #1750 from MetaMask/failIfError
Fail if error
2017-07-07 03:23:34 -07:00
frankiebee 092a9c9def fail transactions that fail in resubmit 2017-07-07 03:05:39 -07:00
kumavis 34e2f6650d tx controller - clean code 2017-07-07 01:50:48 -07:00
kumavis 8661989f51 tx controller - move comments 2017-07-07 01:37:45 -07:00
frankiebee 9955668409 add comment 2017-07-06 23:10:04 -07:00
frankiebee 11b744bb87 if an error happens during a tx publication set tx status to fail 2017-07-06 22:30:25 -07:00
Thomas Huang 47936019d2 Merge pull request #1748 from MetaMask/Version-3.8.3
Version 3.8.3
2017-07-06 10:19:22 -07:00
Dan Finlay 289fdfb701 Version 3.8.3 2017-07-06 10:05:51 -07:00
Dan Finlay 33c2b864db Merge pull request #1747 from MetaMask/FailingTestForFailingLowBalanceTx
Fail txs on retry if balance is insufficient
2017-07-06 10:03:06 -07:00
Dan Finlay b87d10ab1d Bump changelog 2017-07-05 23:26:58 -07:00
Dan Finlay 07d4e4fe6f Fix failing test 2017-07-05 23:24:33 -07:00
Dan Finlay 96df7ad8d3 Add missing done 2017-07-05 23:04:51 -07:00
Dan Finlay ef1282b556 Typo fix 2017-07-05 22:48:11 -07:00
Dan Finlay b2f6ae9ace Merge branch 'FailLowBalance' into FailingTestForFailingLowBalanceTx 2017-07-05 22:43:56 -07:00
Dan Finlay 3abceac55d Fail pending txs with low balance or invalid nonce 2017-07-05 22:43:31 -07:00
Dan Finlay a915dfdeaa Add failing test for retrying an over-spending tx 2017-07-05 22:36:52 -07:00
kumavis 8201ae1b53 Merge pull request #1742 from MetaMask/TokenSymbolMisspelled
Fix spelling
2017-07-05 22:05:32 -07:00
Dan Finlay ed8a71d350 Merge branch 'master' into NewUI 2017-07-05 15:49:51 -07:00
tmashuang 5c1ccc657c Fix spelling 2017-07-05 13:42:15 -07:00