Commit Graph

4578 Commits

Author SHA1 Message Date
Chi Kei Chan 93a1089e08 Show token tx properly 2017-09-14 01:09:57 -07:00
kumavis b53d04c409 tests - integration - get flat and mascara tests closer to compatible 2017-09-13 20:25:27 -07:00
Chi Kei Chan d722c1045f Update yarn.lock; Fix tx-list-item overflow; Fix gas exchange rate 2017-09-13 19:57:33 -07:00
kumavis 610f09262d tests - refactor and rename npm scripts 2017-09-13 17:17:09 -07:00
kumavis cbff5fd450 tests - mascara - move temp build files into dist/mascara 2017-09-13 16:52:38 -07:00
kumavis 56db3999ad tests - start migrating mascara tests to karma 2017-09-13 16:45:31 -07:00
Dan 6bd71d6937 Fix send and pending. 2017-09-13 16:30:39 -07:00
kumavis dd90e8e364 tests - break out coveralls npm script 2017-09-13 16:04:48 -07:00
kumavis 0687c822ba Merge branch 'filter-leak-fix3' of github.com:MetaMask/metamask-extension into filter-leak-fix3 2017-09-13 15:32:59 -07:00
kumavis d7097db022 createOriginMiddleware - fix var name 2017-09-13 15:29:44 -07:00
kumavis c634ca3ba4 Merge branch 'master' into filter-leak-fix3 2017-09-13 15:27:08 -07:00
kumavis 6ba448edaf changelog - add note of filter memory leak fix 2017-09-13 15:26:00 -07:00
Dan Finlay c9585f166f Fix test 2017-09-13 15:21:18 -07:00
kumavis 765ef64061 metamask controller - destroy filter polyfill on disconnect 2017-09-13 15:19:44 -07:00
kumavis 245c0f0c27 metamask controller - move middleware into seperate files 2017-09-13 15:17:26 -07:00
Dan Finlay c17c657693 Merge branch 'master' into AddBalanceController 2017-09-13 15:11:03 -07:00
Dan Finlay a01921758b Add computed balance to account detail view 2017-09-13 15:06:04 -07:00
Dan Finlay 0ba6493175 Use computed balance for tx confirmation 2017-09-13 14:31:48 -07:00
Dan Finlay 86cd4e4fed Got pending balance updating correctly 2017-09-13 14:28:51 -07:00
frankiebee 77a48fb0b1 ensure that values written to txParams are hex strings 2017-09-13 14:27:27 -07:00
Dan ca46bd200b Stop setting 'currentCurrency' and use local state for active currency in send.js 2017-09-13 14:25:20 -07:00
Dan a5ab91e572 Enables Cancel button in confirmation screen. 2017-09-13 14:24:48 -07:00
Dan e2dc9328fc Send user to most recent pending transaction after sending a transaction. 2017-09-13 14:24:03 -07:00
Dan 09a4491bb1 Fix saving/sending of amounts in USD 2017-09-13 14:22:58 -07:00
Dan 55d62190e3 Fixes the saving of transactions in send and display in tx-list with conversion utility. 2017-09-13 14:22:58 -07:00
Dan 6fa1cd6225 Reapply conversion utility changes and fix calls to utility in pending-tx. 2017-09-13 14:22:30 -07:00
frankiebee 59909601b8 add test for pendingTxCount 2017-09-13 14:07:22 -07:00
Kevin Serrano a22a2586ab
Haha silly me, only when gas is estimated and not explicit. 2017-09-13 13:24:16 -07:00
Kevin Serrano 3d36d565af
Bump changelog. 2017-09-13 12:26:24 -07:00
Kevin Serrano 6e725b123b
Lower warning threshold for high tx fee to account for fluctuating blockGasLimits 2017-09-13 12:22:08 -07:00
Kevin Serrano 06153dd47d
Add warning of higher failure risk since app proposed gasLimit. 2017-09-13 12:17:42 -07:00
Dan Finlay e4d7fb2447 Add state-labeled events to allow subscribing to any transaction's state change 2017-09-13 11:39:39 -07:00
kumavis 96d1175834 debug - prefer logger over console 2017-09-13 10:28:29 -07:00
kumavis a265144176 metamask cont - standardize multiplex stream naming 2017-09-13 10:21:00 -07:00
Chi Kei Chan 8f31b05ac5 Add token exchange rates 2017-09-13 01:25:39 -07:00
Chi Kei Chan 8b5f2a95df Improve styling in Confirmation Screen; Show decoded send token data 2017-09-12 23:04:01 -07:00
Chi Kei Chan b64471833f Revert "Overhaul currency conversion utility and update calls to utility in pending-tx."
This reverts commit 080890a46e.
2017-09-12 23:04:01 -07:00
Kevin Serrano 5305d414b5
changelog. 2017-09-12 16:16:29 -07:00
Kevin Serrano 962794d025
fixed position of tooltips to avoid overflow. 2017-09-12 16:15:56 -07:00
Dan 080890a46e Overhaul currency conversion utility and update calls to utility in pending-tx. 2017-09-12 16:05:59 -07:00
Kevin Serrano 1d3cd9768c Merge pull request #2079 from MetaMask/FixSupportLink
Fix support link
2017-09-12 16:00:08 -07:00
Dan Finlay c8736b70b7 Bump changelog 2017-09-12 15:07:41 -07:00
Dan Finlay 7ed1fe90f8 Fix support link 2017-09-12 15:07:08 -07:00
Dan Finlay 53a467cd1e Some progress 2017-09-12 15:06:19 -07:00
Dan J Miller 492507aa94 [NewUI] Color tx-list-item text depending on transaction status. (#2050)
* Color tx-list-item text depending on transaction status.

* Handle css change of text colour with scss instead on inline styles, add classnames package and helper function.

* Refactored to use classnames with component property className.
2017-09-12 14:59:33 -07:00
Kevin Serrano ef6967325e
Check if all lower or upper before doing checksum. 2017-09-12 12:52:13 -07:00
Kevin Serrano 243be92ac1
Changelogaroo. 2017-09-12 12:24:02 -07:00
Kevin Serrano 7810880f0c
Add specific error message for failed address checksum. 2017-09-12 12:23:21 -07:00
frankiebee 9e0c0745ab linting && format fixing 2017-09-12 12:19:26 -07:00
kumavis 114dae5f80 Merge branch 'master' of github.com:MetaMask/metamask-extension into filter-leak-fix3 2017-09-12 11:51:22 -07:00