Commit Graph

7070 Commits

Author SHA1 Message Date
Thomas Huang 46b2f1df11
Merge pull request #4592 from vittominacori/fix/close-popup-bug-#4553
set an id to the metamask notification popup
2018-06-20 15:50:07 -07:00
Whymarrh Whitby 41a48195ad
Merge pull request #4575 from whymarrh/token-amount-overflow
Handle token amount overflows
2018-06-20 16:34:44 -02:30
Whymarrh Whitby 1509a4393a Accept whitespace when matching token balances in e2e tests 2018-06-20 16:15:22 -02:30
Whymarrh Whitby 4cd4d99e70 Add explicit timeout for add token test 2018-06-20 16:15:22 -02:30
Whymarrh Whitby 3123073659 Scroll large amounts in the send component 2018-06-20 16:15:22 -02:30
Whymarrh Whitby 1f6f4977de Handle large token balances in tx list hero 2018-06-20 16:15:17 -02:30
Thomas Huang 40fad61908
Merge pull request #4612 from MetaMask/changelog-4.8.0-fix
changelog - remove incorrect entry
2018-06-19 11:13:22 -07:00
kumavis bc84ed6081
changelog - remove incorrect entry
4.8.0 claimed dapp autoreload was disabled. Actually this was reverted and is still active at this time
2018-06-19 10:55:05 -07:00
Thomas Huang 6bf09c0ffe
Merge pull request #4605 from MetaMask/master
Merge Master into Develop
2018-06-18 16:01:48 -07:00
kumavis 4598554fea
Merge pull request #4603 from MetaMask/v4.8.0
V4.8.0
2018-06-18 15:11:16 -07:00
Thomas 0e3ecbbc4f Update Changelog 2018-06-18 13:05:50 -07:00
Thomas ea0dcdd312 Merge branch 'develop' into v4.8.0 2018-06-18 12:37:01 -07:00
Thomas Huang d910c35e90
Merge pull request #4602 from MetaMask/notice-controller-fix
notice controller - properly show new notices for non-new users
2018-06-18 12:31:39 -07:00
kumavis 356cc50095 notice controller - properly show new notices for non-new users 2018-06-18 12:10:35 -07:00
kumavis d5c34c5483
Merge pull request #4582 from MetaMask/fixEmailLink
Fix email link in phishing notice
2018-06-18 11:59:50 -07:00
kumavis 62df446385
Merge pull request #4584 from MetaMask/fix-send-token
Add hex-prefix to gas estimate result
2018-06-18 11:54:26 -07:00
kumavis 9a7f363c2a
Merge pull request #4586 from MetaMask/block-idex-phisher
Add apparent phishing address to block list
2018-06-18 11:26:19 -07:00
Dan 0c8318b02a Update integration tests for newui gas estimation fixes. 2018-06-18 15:20:16 -02:30
Csaba S 8aab4dd1fa View address of an added token (#4591)
* adding menu actions for tokens

* apply common style
2018-06-18 10:29:09 -07:00
Dan ac7c0277b5 On send screen amount change, updateGas call now includes current to address. 2018-06-18 14:07:01 -02:30
Dan 70abe54c94 Send screen returns simple gas cost if no to address specified when not sending token. 2018-06-18 13:55:20 -02:30
Dan 6c9302f985 Remove leading zeroes from send screen amount row input. 2018-06-18 13:50:21 -02:30
Dan 36de213c6c Fix currency-display.js rendering of token amounts. 2018-06-18 13:49:21 -02:30
Dan 347d1984cf Revert to updating amount on blur of input change; update gas on blur of amount input change; validate onchange. 2018-06-18 13:47:14 -02:30
vittominacori ff3c262621 set the popup id returned by create promise 2018-06-17 19:16:30 +02:00
Dan Finlay 01c9d81c9f
Merge pull request #4585 from MetaMask/ReenableDappReload
Re-enable dapp reload on network change
2018-06-16 20:41:56 -07:00
vittominacori 4c1b526137 set an id to the metamask notification popup 2018-06-16 18:51:01 +02:00
Alexander Tseung adb71073c8 Fix unit tests 2018-06-15 15:31:16 -07:00
Alexander Tseung 5685c4bafe Estimate gas limit when the token amount changes. Fix amount input 2018-06-15 14:36:52 -07:00
kumavis 33cb0a8cb2 lint - fix recipient-blacklist.js 2018-06-15 11:07:56 -07:00
kumavis 83c02f90cf blacklist - recipient blacklist as js for inline comments 2018-06-15 10:47:42 -07:00
kumavis 753743e746
Update recipient-blacklist-config.json 2018-06-15 10:32:09 -07:00
Dan Finlay a42299aab7
Add apparent phishing address to block list
In [this reddit post](https://www.reddit.com/r/Metamask/comments/8r3nsu/help_me_please_somebody_stole_my_ethers/) a user suggests they got some ether stolen after visiting IDEX. Their ether was sent to [this address](https://etherscan.io/address/0x9bcb0a9d99d815bb87ee3191b1399b1bcc46dc77), which is full of comments of people telling similar stories of being phished on IDEX. I think we can safely block this, and probably safe some people some money.
2018-06-15 08:55:39 -07:00
Dan e4d3bdba12 Update send.utils.js estimateGas tests. 2018-06-14 21:20:10 -07:00
Dan b9b6cbf561 Add a buffer to new ui gas estimates 2018-06-14 22:32:03 -02:30
Dan Finlay 3a6cc3c8fd Re-enable dapp reload on network change
We want to give devs some time to digest [this blog post](https://medium.com/metamask/breaking-change-no-longer-reloading-pages-on-network-change-4a3e1fd2f5e7) before we making a breaking change to our platform.

Makes it easy to re-implement the change.
2018-06-14 15:15:23 -07:00
Alexander Tseung 1b9ed23752 Add hex-prefix to gas estimate result 2018-06-14 14:58:42 -07:00
Thomas b00e77cbff Fix email link in phishing notice 2018-06-14 13:02:23 -07:00
Thomas ef31eeccb2 v4.8.0 2018-06-14 10:48:38 -07:00
Thomas Huang 299abee666
Merge pull request #4524 from MetaMask/save-brave
Save Brave Fixes #4270
2018-06-14 10:37:21 -07:00
kumavis d9ef72cb7e
Merge branch 'develop' into save-brave 2018-06-14 10:11:35 -07:00
Dan Finlay 11bfdf444d Handle brave throws 2018-06-14 10:09:45 -07:00
Dan Finlay d814bee578
Merge pull request #4571 from MetaMask/disable-diagnostics
diagnostics - temporarily disable
2018-06-14 10:03:53 -07:00
Dan Finlay 3a5089da6f
Merge pull request #4566 from MetaMask/notice-phishing
Push new notice on recent phishing incidents
2018-06-14 09:49:38 -07:00
kumavis c2afb79035 test - e2e-beta - from import - handle phishing warning 2018-06-14 00:52:46 -07:00
kumavis e95fed06b7 test - e2e-beta - separate notice tests into individual tests 2018-06-14 00:36:14 -07:00
kumavis 564bb9f652 test - e2e - clear phishing warning 2018-06-14 00:23:38 -07:00
kumavis 722c5ae821 notice-controller - update memStore on boot 2018-06-14 00:23:01 -07:00
kumavis 4b8a4fd5fe test - e2e - check for phishing warning 2018-06-13 23:52:51 -07:00
kumavis 44a8e48a04 notices - replace getLatestNotice with getNextNotice 2018-06-13 23:30:31 -07:00