Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5567 from MetaMask/HowardBraham-develop | kumavis | 2018-10-30 | 1 | -1/+3 |
|\ | | | | | Feature: Warn when attempting to send tx with data to non-contract | ||||
| * | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-10-26 | 1 | -0/+11 |
| |\ | | | | | | | | | | HowardBraham-develop | ||||
| * | | ui - use variable to clarify result of emptiness check | kumavis | 2018-10-21 | 1 | -1/+3 |
| | | | |||||
| * | | Merge branch 'develop' into develop | kumavis | 2018-10-21 | 3 | -0/+72 |
| |\ \ | |||||
| * | | | ganache-core merged my PR, so I changed some comments to clarify that ↵ | Howard Braham | 2018-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | ganache-core v2.2.1 and below will return the non-standard '0x0' | ||||
| * | | | Bug Fix: #1789 and #4525 eth.getCode() with no contract | Howard Braham | 2018-10-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add support for RPC endpoints with custom chain IDs (#5134) | HackyMiner | 2018-10-26 | 2 | -6/+12 |
| |_|/ |/| | | |||||
* | | | Fix UnknownFunction showing as Confirm (#5590) | Alexander Tseung | 2018-10-24 | 1 | -0/+11 |
| |/ |/| | |||||
* | | Adds toggle for primary currency (#5421) | Alexander Tseung | 2018-10-17 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UnitInput component * Add CurrencyInput component * Add UserPreferencedCurrencyInput component * Add UserPreferencedCurrencyDisplay component * Add updatePreferences action * Add styles for CurrencyInput, CurrencyDisplay, and UnitInput * Update SettingsTab page with Primary Currency toggle * Refactor currency displays and inputs to use UserPreferenced displays and inputs * Add TokenInput component * Add UserPreferencedTokenInput component * Use TokenInput in the send screen * Fix unit tests * Fix e2e and integration tests * Remove send/CurrencyDisplay component * Replace diamond unicode character with Eth logo. Fix typos | ||||
* | | Add txReceipt data to transaction details (#5513) | Alexander Tseung | 2018-10-16 | 2 | -0/+53 |
|/ | |||||
* | Fix action translations edge cases | Alexander Tseung | 2018-10-06 | 3 | -1/+13 |
| | |||||
* | Translate method names in the transaction list only when applicable | Alexander Tseung | 2018-10-05 | 3 | -2/+28 |
| | |||||
* | Switch existing modals from using Notification to Modal. Remove Notification ↵ | Alexander Tseung | 2018-09-20 | 2 | -1/+18 |
| | | | | component. Add CancelTransaction modal | ||||
* | Fix exception thrown on getTokenData | Alexander Tseung | 2018-09-19 | 2 | -2/+24 |
| | |||||
* | Fix identicon address. Fix styling of New Contract recipient. Fix Activity ↵ | Alexander Tseung | 2018-09-13 | 1 | -1/+1 |
| | | | | Log initial ETH value. Add timestamps to Activity Log events | ||||
* | Add WEI to getEthConversionFromWeiHex | Alexander Tseung | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | Add TransactionBreakdown component | Alexander Tseung | 2018-09-13 | 1 | -0/+12 |
| | |||||
* | Allow denominations in CurrencyDisplay component | Alexander Tseung | 2018-09-13 | 2 | -12/+28 |
| | |||||
* | Fix naming, add eth.getCode check for actions, fix translations for statuses | Alexander Tseung | 2018-08-24 | 2 | -7/+13 |
| | |||||
* | Update retry transaction logic to use network nonce | Alexander Tseung | 2018-08-24 | 1 | -9/+7 |
| | |||||
* | Fix e2e tests | Alexander Tseung | 2018-08-24 | 1 | -0/+5 |
| | |||||
* | Fix integration tests | Alexander Tseung | 2018-08-24 | 1 | -1/+6 |
| | |||||
* | Show token amounts in TransactionListItem for token transfers | Alexander Tseung | 2018-08-24 | 2 | -22/+22 |
| | |||||
* | Add retry button to TransactionListItem | Alexander Tseung | 2018-08-24 | 1 | -0/+21 |
| | |||||
* | Refactor transactions list views. Add redesign components | Alexander Tseung | 2018-08-24 | 4 | -19/+98 |
| | |||||
* | Add withMethodData HOC, add higher-order-component folder | Alexander Tseung | 2018-08-24 | 1 | -108/+0 |
| | |||||
* | Use eth_getCode to sort transaction action type | Alexander Tseung | 2018-08-23 | 1 | -0/+5 |
| | |||||
* | Cast arguments for new Bignumbers() to string. | Dan Miller | 2018-08-15 | 1 | -1/+1 |
| | |||||
* | Round large exponential numbers | Alexander Tseung | 2018-07-28 | 1 | -0/+9 |
| | |||||
* | Add close window support to signature requests. Move logic to actions | Alexander Tseung | 2018-07-24 | 1 | -0/+6 |
| | |||||
* | Add fallback when no function found, fix network colors, add fiat values for ↵ | Alexander Tseung | 2018-07-18 | 1 | -0/+17 |
| | | | | tokens with contract exchange rates | ||||
* | Add unit tests for confirmTransaction duck and util | Alexander Tseung | 2018-07-10 | 1 | -0/+137 |
| | |||||
* | Use eth-method-registry to get method data | Alexander Tseung | 2018-07-07 | 1 | -0/+15 |
| | |||||
* | Refactor and redesign confirm transaction views | Alexander Tseung | 2018-07-07 | 1 | -0/+101 |
| | |||||
* | Don't update token balances after tracker is stopped | Whymarrh Whitby | 2018-07-05 | 1 | -0/+3 |
| | |||||
* | Update designs for Add Token screen | Alexander Tseung | 2018-05-20 | 1 | -0/+105 |