Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert to providing inline defaults in getHexGasTotal and ↵ | Dan J Miller | 2019-03-29 | 1 | -4/+4 |
| | | | | increaseLastGasPrice (#6361) | ||||
* | Further e2e fixes in wake of #6364 and #6367 (#6374) | Dan J Miller | 2019-03-29 | 1 | -13/+24 |
| | | | | | | | | * getMethodData() default to abi decoded method if registry lookup errors * Update e2e tests to work with getMethodData() fallback changes * Remove indeterminency in gas input key entering in send token e2e test. | ||||
* | Defaults to the args list in increaseLastGasPrice and getHexGasTotal | Dan Miller | 2019-03-28 | 1 | -4/+4 |
| | |||||
* | getHexGasTotal and increaseLastGasPrice now gracefully handle null and ↵ | Dan Miller | 2019-03-28 | 1 | -2/+2 |
| | | | | undefined values | ||||
* | New settings page rebased (#6333) | Dan J Miller | 2019-03-26 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New setting tab * Add InfoTab * Add Advanced tab * Add Security Tab * Finish mobile view * Make new setting page responsive * Fix linter * Fix y scrolling * Update link in network dropdown * Fix e2e tests * Remove duplicate translation key * Resolve merge conflict * Only change settings header in popup view. * Place mobile-sync button in advanced-tab of settings | ||||
* | Hide gas price chart and prevent api call when not on ethereum networks. (#6300) | Dan J Miller | 2019-03-22 | 1 | -0/+3 |
| | | | Add missing translations in gas customization modal | ||||
* | Folder restructure (#6304) | Chi Kei Chan | 2019-03-22 | 34 | -7/+2187 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test | ||||
* | Fix inline advanced gas editing | Whymarrh Whitby | 2019-02-09 | 1 | -8/+0 |
| | |||||
* | Add togglable advanced gas controls on send and confirm screens (#6112) | Dan J Miller | 2019-02-06 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | * Extract advanced gas input controls to their own component * Add advanced inline gas toggle to settings * Add optional advanced inline gas to send send screen * Adds optional advanced gas inputs to the confirm screen * Add info modals for advanced gas inputs. * Fix translation of advance gas toggle description. * Lint and unit test fixes for inline-advanced-gas-inputs * Increase margin above advanced options button on send screen * Move methods from constructor to property syntax in advanced-gas-inputs.component | ||||
* | Use Parity on-chain registry only when is needed (#6052) | Esteban Miño | 2019-01-23 | 1 | -0/+12 |
| | | | | | | * add and use knownMethodData to avoid infura requests * dataMethod to methodData and check empty response | ||||
* | Group transactions by nonce (#5886) | Alexander Tseung | 2018-12-10 | 1 | -4/+12 |
| | |||||
* | Lint and unit test fixes. | Dan Miller | 2018-12-04 | 1 | -1/+0 |
| | |||||
* | Connects remained of the gas customization component to redux. | Dan Miller | 2018-12-04 | 2 | -0/+42 |
| | |||||
* | Connect the gas-button-group component to redux and a live api. | Dan Miller | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | 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 |