Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EIP-1102 updates (#6006) | Paul Bouchon | 2019-01-31 | 3 | -6/+8 |
| | | | | | | * Update privacy notice * Respond to 1102 messages using tab ID | ||||
* | Add visual indicator when displaying a cached balance (#5854) | Dan J Miller | 2019-01-30 | 11 | -29/+104 |
| | |||||
* | I#5956 fix2 dont overwrite existing rpc settings (#6044) | Frankie | 2019-01-30 | 3 | -5/+3 |
| | | | | | | | | | | | | | | * mm-controller - dont overwrite existing rpc settings * ui-networkDropdown - dont pass old network as chainId * add methods preferencesController.updateRpc and metamaskController.updateAndSetCustomRpc * use updateAndSetCustomRpc in settings to allow rpcs to be updated * use new rpc as nickname if no nick name has been supplied * fix update rpc method | ||||
* | Prevent send to token warning (#6058) | Esteban Miño | 2019-01-24 | 16 | -11/+200 |
| | |||||
* | Refactor first time flow, remove seed phrase from state (#5994) | Alexander Tseung | 2019-01-23 | 62 | -195/+2171 |
| | | | | | | | | | | | | | | | | | | | | * Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state * Fix linting and tests * Fix translations, initialization notice routing * Fix drizzle tests * Fix e2e tests * Fix integration tests * Fix styling * Fix migration naming from 030 to 031 * Open extension in browser when user has not completed onboarding | ||||
* | Prevent send to token (#6051) | Esteban Miño | 2019-01-23 | 8 | -3/+63 |
| | | | | | | | | | | | | | | * check contact metadata * check for tokens in state * tests * update tests * validation only if sending tokens * container test | ||||
* | Use Parity on-chain registry only when is needed (#6052) | Esteban Miño | 2019-01-23 | 1 | -2/+10 |
| | | | | | | * add and use knownMethodData to avoid infura requests * dataMethod to methodData and check empty response | ||||
* | Refactor BalanceComponent to jsx (#6048) | Alexander Tseung | 2019-01-21 | 6 | -250/+121 |
| | |||||
* | I#5956 fix 1 (#6026) | Frankie | 2019-01-18 | 1 | -0/+3 |
| | | | | | * prevent invalid chainId's when adding cusstom rpcs * migration 30 removes invalid chaids from preferences and networkController for custom rpcs | ||||
* | Fix grammar error in Current Conversion (#6029) | Alexander Tseung | 2019-01-17 | 1 | -1/+1 |
| | |||||
* | Disable account dropdown on signing screens (#6024) | Alexander Tseung | 2019-01-17 | 5 | -85/+195 |
| | |||||
* | Fix confirm screen for sending ether tx with hex data (#6008) | Alexander Tseung | 2019-01-11 | 1 | -0/+6 |
| | |||||
* | Fix ERC20 token value decoding (#5995) | Hsuan Lee | 2019-01-04 | 1 | -1/+1 |
| | | | When MetaMask user calls non-standard ERC20 methods such as `mint`, `tokenData` will be `undefined` and an uncaught error will break the UI | ||||
* | Fix Component#componentDidUpdate usage (#5977) | Bowen | 2019-01-04 | 1 | -3/+3 |
| | |||||
* | Add scrolling button to account list | Alexander Tseung | 2019-01-04 | 5 | -250/+544 |
| | |||||
* | Prevent users from changing the From field in the send screen (#5922) | Alexander Tseung | 2018-12-14 | 16 | -408/+27 |
| | | | | | | * Prevent users from changing the From field in the send screen * Fix integration tests | ||||
* | Fix displayed time and date in the activity log. Remove vreme library, add ↵ | Alexander Tseung | 2018-12-14 | 2 | -7/+2 |
| | | | | luxon library. (#5932) | ||||
* | Merge pull request #5893 from MetaMask/loading-network-screen | Dan J Miller | 2018-12-14 | 8 | -31/+268 |
|\ | | | | | Loading network screen | ||||
| * | Clean up for the loading-network-screen | Dan Miller | 2018-12-13 | 2 | -32/+24 |
| | | |||||
| * | Adds network loading retry / error screen. | Dan Miller | 2018-12-13 | 6 | -0/+222 |
| | | |||||
| * | Add identifier of private network to the network loading screen message. | Dan Miller | 2018-12-13 | 1 | -4/+7 |
| | | |||||
| * | Add spinner and dropdown arrow to network indicator on custom network loading. | Dan Miller | 2018-12-13 | 2 | -27/+47 |
| | | |||||
* | | Fix speed up button not showing for transactions with the lowest nonce (#5925) | Alexander Tseung | 2018-12-13 | 1 | -3/+3 |
|/ | |||||
* | Show transaction fee instead of total fee in top left of gas customization ↵ | Dan Miller | 2018-12-13 | 4 | -9/+9 |
| | | | | modal. | ||||
* | Fix width of gas customization model in notification view | Dan Miller | 2018-12-13 | 2 | -3/+4 |
| | |||||
* | Add missing translation to the gas customization component. | Dan Miller | 2018-12-13 | 5 | -14/+17 |
| | |||||
* | Ensures that advanced tab gas limit reflects tx gas limit | Dan Miller | 2018-12-12 | 1 | -2/+2 |
| | |||||
* | Add submitDisabled prop to Modals. Disable submit button when creating a ↵ | Alexander Tseung | 2018-12-12 | 4 | -2/+44 |
| | | | | cancel transaction (#5910) | ||||
* | Improve ux for low gas price set (#5862) | Dan J Miller | 2018-12-11 | 8 | -59/+239 |
| | | | | | | | | | | * Show user warning if they set gas price below safelow minimum, error if 0. * Properly cache basic price estimate data. * Default retry price to recommended price if original price was 0x0 * Use mock fetch in send-new-ui integration tests. | ||||
* | fix formatting of 32-byte strings in personal_sign (#5878) | Noah Zinsmeister | 2018-12-10 | 1 | -1/+1 |
| | |||||
* | Group transactions by nonce (#5886) | Alexander Tseung | 2018-12-10 | 28 | -314/+879 |
| | |||||
* | Fix styling of send screen in extension view when hex data on. | Dan Miller | 2018-12-04 | 3 | -9/+16 |
| | |||||
* | Final gas customization fixes | Dan Miller | 2018-12-04 | 13 | -50/+146 |
| | |||||
* | Clear custom gas data on hiding of gas customization modal. | Dan Miller | 2018-12-04 | 1 | -4/+12 |
| | |||||
* | Modify results of API data to better fit gas chart: remove outliers, pad data | Dan Miller | 2018-12-04 | 3 | -9/+19 |
| | |||||
* | Add loading spinners when waiting for APIs in the gas customization modal | Dan Miller | 2018-12-04 | 8 | -6/+56 |
| | |||||
* | Uses more reliable api on main send screen; caches basic api results in modal | Dan Miller | 2018-12-04 | 14 | -38/+81 |
| | |||||
* | Improve responsiveness of customize speed up slider. | Dan Miller | 2018-12-04 | 3 | -6/+76 |
| | |||||
* | Make gas customization modal responsive. | Dan Miller | 2018-12-04 | 4 | -1/+26 |
| | |||||
* | Fixes for components that break e2e gas customization tests, plus unit test ↵ | Dan Miller | 2018-12-04 | 8 | -19/+45 |
| | | | | updates. | ||||
* | Adds speed up slide-in gas customization sidebar | Dan Miller | 2018-12-04 | 15 | -54/+255 |
| | |||||
* | Redesign of gas customization basic tab. | Dan Miller | 2018-12-04 | 5 | -10/+122 |
| | |||||
* | Clean up for mmui-i11-custom-gas-price-chart branch | Dan Miller | 2018-12-04 | 4 | -33/+25 |
| | |||||
* | Improve data management and tests for gas-modal-page-container price estimates. | Dan Miller | 2018-12-04 | 2 | -15/+15 |
| | |||||
* | Update tests, plus some lint fixes, for gas-price-chart | Dan Miller | 2018-12-04 | 3 | -53/+204 |
| | |||||
* | Clean up gas chart code. | Dan Miller | 2018-12-04 | 3 | -362/+373 |
| | |||||
* | Add control arrows to advanced gas tab inputs. | Dan Miller | 2018-12-04 | 3 | -1/+63 |
| | |||||
* | Complete integration of gas chart with redux. | Dan Miller | 2018-12-04 | 7 | -13/+146 |
| | |||||
* | Read only connection of gas price chart to redux | Dan Miller | 2018-12-04 | 10 | -21/+95 |
| | |||||
* | Gas price chart improvements, redesign, bug fixes, and set up to receive ↵ | Dan Miller | 2018-12-04 | 5 | -88/+300 |
| | | | | external data | ||||
* | Adds not yet functional gas price chart. | Dan Miller | 2018-12-04 | 9 | -20/+286 |
| | |||||
* | Lint and unit test fixes. | Dan Miller | 2018-12-04 | 2 | -4/+4 |
| | |||||
* | Clean up for advanced gas tab customization changes. | Dan Miller | 2018-12-04 | 2 | -19/+13 |
| | |||||
* | Adds redesign for the customize gas advanced tab. | Dan Miller | 2018-12-04 | 18 | -152/+322 |
| | |||||
* | Test updates and additions for button integration with send screen. | Dan Miller | 2018-12-04 | 15 | -58/+326 |
| | |||||
* | Integrate gas buttons with the send screen. | Dan Miller | 2018-12-04 | 10 | -36/+188 |
| | |||||
* | Connects remained of the gas customization component to redux. | Dan Miller | 2018-12-04 | 16 | -140/+416 |
| | |||||
* | Styling fixes for gas customization advanced tab content. | Dan Miller | 2018-12-04 | 4 | -3/+2 |
| | |||||
* | Improvements to propdefaults in button-group.component and ↵ | Dan Miller | 2018-12-04 | 2 | -2/+3 |
| | | | | basic-tab-content.component | ||||
* | Connect the gas-button-group component to redux and a live api. | Dan Miller | 2018-12-04 | 9 | -34/+62 |
| | |||||
* | Adds basic tab content to gas customizer, with styled button group (static, ↵ | Dan Miller | 2018-12-04 | 15 | -15/+614 |
| | | | | for now). | ||||
* | Improve styling of advanced-tab-content gasInput row | Dan Miller | 2018-12-04 | 3 | -5/+11 |
| | |||||
* | Add tests for advanced-tab-component.js and subcomponents. | Dan Miller | 2018-12-04 | 4 | -18/+275 |
| | |||||
* | Remove gas slider from advance-tab-content.component | Dan Miller | 2018-12-04 | 3 | -19/+2 |
| | |||||
* | Split advanced-tab-content.component.js render() method into smaller ↵ | Dan Miller | 2018-12-04 | 2 | -31/+51 |
| | | | | pieces; add translations to the same file. | ||||
* | Adds the content of the advanced tab - w/o chart or dynamic content - to gas ↵ | Dan Miller | 2018-12-04 | 15 | -12/+442 |
| | | | | customize modal. | ||||
* | Use BEM for css in gas-modal-page-container | Dan Miller | 2018-12-04 | 3 | -26/+28 |
| | |||||
* | Use correct message key in gas-modal-page-container.component.js | Dan Miller | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | Adds new gas customization modal container (without content) | Dan Miller | 2018-12-04 | 9 | -29/+352 |
| | |||||
* | Save recent network balances in local storage (#5843) | Dan J Miller | 2018-12-01 | 9 | -17/+31 |
| | | | | | | | | | | | | * Use selector for state.metamask.accounts in all cases. * Default to cached balance when selecting metamask accounts * Adds the cached-balances controller * Documentation and small codes fixes for #5843 Co-Authored-By: danjm <danjm.com@gmail.com> | ||||
* | Hide app-header when provider request pending (#5831) | Whymarrh Whitby | 2018-11-27 | 2 | -5/+19 |
| | |||||
* | Increase Token Symbol length to twelve | Thomas Huang | 2018-11-23 | 1 | -2/+2 |
| | |||||
* | Merge pull request #5797 from MetaMask/trezor-v6 | Bruno Barbieri | 2018-11-22 | 1 | -4/+3 |
|\ | | | | | Add Firefox and Brave support for Trezor | ||||
| * | fix merge conflicts | brunobar79 | 2018-11-21 | 33 | -102/+133 |
| |\ | |||||
| * | | clean up | brunobar79 | 2018-11-15 | 1 | -1/+0 |
| | | | |||||
| * | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-11-15 | 2 | -1/+35 |
| |\ \ | |||||
| * \ \ | Merge branch 'develop' into trezor-v5 | brunobar79 | 2018-11-14 | 12 | -17/+211 |
| |\ \ \ | |||||
| * \ \ \ | fix merge conflicts | brunobar79 | 2018-11-07 | 93 | -402/+1113 |
| |\ \ \ \ | |||||
| * \ \ \ \ | fix merge conflicts | brunobar79 | 2018-10-21 | 69 | -539/+2336 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | fix conflicts | brunobar79 | 2018-10-17 | 167 | -1450/+4483 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-09-06 | 102 | -1824/+2473 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | fix comment | brunobar79 | 2018-08-21 | 1 | -2/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | fix merge conflicts | brunobar79 | 2018-08-21 | 24 | -77/+723 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | add error messages | brunobar79 | 2018-08-11 | 1 | -2/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | hide export private key for trezor accounts | brunobar79 | 2018-08-10 | 1 | -2/+16 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Fix usage of setState in ConfirmTransactionBase#handleSubmit (#5799) | Whymarrh Whitby | 2018-11-22 | 1 | -16/+29 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Show byte count for hex data on confirm screen (#5798) | Whymarrh Whitby | 2018-11-22 | 1 | -1/+2 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Remove "Beta" from header logo | Whymarrh Whitby | 2018-11-21 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Fix button styling for Create Account Connect (#5787) | Alexander Tseung | 2018-11-20 | 2 | -9/+9 |
| | | | | | | | | | |||||
* | | | | | | | | | Fix rounding issue when sending max tokens (#5695) | Alexander Tseung | 2018-11-20 | 29 | -91/+122 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix rounding issue when sending max tokens * Ensure amount row shows exact amount of max tokens on send screen (#2) * Fix tests * Change stored redux value from BigNumber to hex string. Fix TokenInput default value | ||||
* | | | | | | | | | ESLint fixes (#5775) | Whymarrh Whitby | 2018-11-17 | 2 | -2/+2 |
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * eslint . --fix * Upgrade all ESLint warnings to errors | ||||
* | | | | | | | | Show APPROVED status for transactions that have been approved but not submitted | Alexander Tseung | 2018-11-14 | 2 | -1/+35 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Fixes #3425: Better support for batch transactions (#5437) | PaddyMc | 2018-11-14 | 10 | -13/+207 |
| | | | | | | | |||||
* | | | | | | | Increase number of ETH decimals displayed in the balance view from 3 to 4 ↵ | Alexander Tseung | 2018-11-10 | 2 | -4/+4 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | (#5710) | ||||
* | | | | | | Update the colour of the default image used on Connect Request (#5678) | Whymarrh Whitby | 2018-11-06 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | Update "Learn more" link on 1102 connect screen (#5677) | Whymarrh Whitby | 2018-11-06 | 1 | -1/+7 |
| | | | | | | |||||
* | | | | | | Update Connect Request screen design (#5644) | Whymarrh Whitby | 2018-11-06 | 13 | -26/+302 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Parameterize NetworkDisplay background colour * Update design for login request screen * Pass siteTitle, siteImage through for calls to ethereum.enable() * Bring the site images closer together | ||||
* | | | | | | EIP-1102: add user privacy option | bitpshr | 2018-11-06 | 6 | -106/+37 |
| | | | | | | |||||
* | | | | | | EIP-1102: Add option to force-enable provider | bitpshr | 2018-11-06 | 6 | -0/+103 |
| | | | | | | |||||
* | | | | | | EIP-1102: updated implementation | bitpshr | 2018-11-06 | 12 | -0/+162 |
| | | | | | | |||||
* | | | | | | fixed currency-display (#5619) | HackyMiner | 2018-10-30 | 2 | -3/+22 |
| | | | | | | | | | | | | | | | | | | * call getValueFromWeiHex() with fromCurrency=nativeCurrency | ||||
* | | | | | | Merge pull request #5567 from MetaMask/HowardBraham-develop | kumavis | 2018-10-30 | 2 | -2/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | 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 | 39 | -271/+324 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 85 | -590/+2547 |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | |||||
| * | | | | | | | 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 | 2 | -2/+2 |
| | | | | | | | | |||||
* | | | | | | | | Add support for RPC endpoints with custom chain IDs (#5134) | HackyMiner | 2018-10-26 | 39 | -119/+277 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | Fix blockies icons overriding contract map icons. Refactor Identicon ↵ | Alexander Tseung | 2018-10-25 | 21 | -138/+257 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | component (#5599) | ||||
* | | | | | | | Add Activity Log entry for onchain failures for a transaction. Change ↵ | Alexander Tseung | 2018-10-23 | 13 | -111/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | scrolling of the transaction list. Remove Transaction Details modal. (#5581) | ||||
* | | | | | | | Fix account display width for large currency values | Alexander Tseung | 2018-10-21 | 8 | -22/+47 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Update Shapeshift logo url and adjust list item contents | Thomas | 2018-10-18 | 1 | -3/+2 |
| | | | | | | |||||
* | | | | | | Extract Add Token button into its own component | Whymarrh Whitby | 2018-10-18 | 5 | -11/+82 |
| | | | | | | |||||
* | | | | | | Adds toggle for primary currency (#5421) | Alexander Tseung | 2018-10-17 | 64 | -525/+2252 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | | | Decrease click area for AmountMaxButton on send screen | Whymarrh Whitby | 2018-10-16 | 2 | -19/+24 |
| | | | | | |||||
* | | | | | add tooltip for view etherscan tx (#5518) | Michael J. Cohen | 2018-10-16 | 1 | -7/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add tooltip for view etherscan tx * run lint | ||||
* | | | | | Add txReceipt data to transaction details (#5513) | Alexander Tseung | 2018-10-16 | 4 | -5/+31 |
| | | | | | |||||
* | | | | | Update Zendesk links for new subdomain | Whymarrh Whitby | 2018-10-12 | 4 | -4/+4 |
| | | | | | |||||
* | | | | | Make all addresses EIP-55 compliant (#5379) | bakaoh | 2018-10-10 | 3 | -8/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make all addresses EIP-55 compliant * Checksum autocompleted address but not during input | ||||
* | | | | | tests - integration - Add Drizzle tests (#5467) | Bruno Barbieri | 2018-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added drizzle app for testing * working * clean up * clean up script * make build step required * add drizzle-tests to .eslintignore * clean up drizzle run script * lint * use truffle unbox * undo eslintignore changes * revert change * dont use global * dont need this steps * use the new account flow * restore package-lock.json | ||||
* | | | | | Fixed lint errors | Santiago Gonzalez Toral | 2018-10-10 | 1 | -11/+11 |
| | | | | | |||||
* | | | | | Added account options on home screen | Santiago Gonzalez Toral | 2018-10-10 | 2 | -4/+124 |
| | | | | | |||||
* | | | | | Fix token values being undefined | Alexander Tseung | 2018-10-09 | 1 | -3/+3 |
|/ / / / | |||||
* | | | | Merge pull request #5442 from whymarrh/fix-page-container-footer | Whymarrh Whitby | 2018-10-06 | 3 | -64/+64 |
|\ \ \ \ | | | | | | | | | | | Fix markup for inline instances of PageContainers | ||||
| * | | | | Fix markup for inline instances of `PageContainer`s | Whymarrh Whitby | 2018-10-06 | 3 | -64/+64 |
| | | | | | |||||
* | | | | | Fix action translations edge cases | Alexander Tseung | 2018-10-06 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Translate method names in the transaction list only when applicable | Alexander Tseung | 2018-10-05 | 2 | -17/+74 |
| | | | | |||||
* | | | | Remove "Copy Contract Address" from token options | Whymarrh Whitby | 2018-10-04 | 1 | -9/+0 |
| | | | | |||||
* | | | | Merge pull request #5329 from whymarrh/confirm-features | Whymarrh Whitby | 2018-10-02 | 11 | -25/+203 |
|\ \ \ \ | | | | | | | | | | | Add batch reject to confirm screen | ||||
| * | | | | Only use current network txs when calculating "Reject All" | Whymarrh Whitby | 2018-10-02 | 1 | -1/+6 |
| | | | | | |||||
| * | | | | Switch page-container__footer-* for header and footer tags | Whymarrh Whitby | 2018-10-02 | 3 | -27/+27 |
| | | | | | |||||
| * | | | | Reword batch reject confirm as "Reject All" | Whymarrh Whitby | 2018-10-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Confirm rejecting multiple transactions with modal | Whymarrh Whitby | 2018-10-02 | 7 | -4/+100 |
| | | | | | |||||
| * | | | | s/Cancel/Reject/ on confirm screen for clarity | Whymarrh Whitby | 2018-10-02 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Add "Cancel All" button to confirm footer | Whymarrh Whitby | 2018-10-02 | 3 | -4/+37 |
| | | | | | |||||
| * | | | | Have PageContainerFooter take children node | Whymarrh Whitby | 2018-10-02 | 3 | -21/+64 |
| | | | | | |||||
* | | | | | Recipient not required on send screen when hex data present | Whymarrh Whitby | 2018-10-01 | 5 | -4/+17 |
| | | | | | |||||
* | | | | | Rework estimateGas logic | Whymarrh Whitby | 2018-10-01 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | The tests still pass! | ||||
* | | | | | Update gas when hex data changes on send screen | Whymarrh Whitby | 2018-10-01 | 8 | -14/+54 |
| | | | | | |||||
* | | | | | Update send.utils.test to with better mocks | Whymarrh Whitby | 2018-10-01 | 1 | -5/+8 |
| | | | | | |||||
* | | | | | Allow sending transactions with hex data and no recipient | Whymarrh Whitby | 2018-10-01 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | support editable customRPC (#5267) | HackyMiner | 2018-09-29 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | * support editable customRPC #5246 * remove rpcList size restriction | ||||
* | | | | Close transaction details modal when clicking speed up | Alexander Tseung | 2018-09-27 | 2 | -4/+10 |
| | | | | |||||
* | | | | Merge pull request #5332 from MetaMask/ui-unit-tests | Thomas Huang | 2018-09-26 | 7 | -0/+488 |
|\ \ \ \ | | | | | | | | | | | Some Ui tests | ||||
| * | | | | Some Ui tests | tmashuang | 2018-09-25 | 7 | -0/+488 |
| | | | | | |||||
* | | | | | Merge pull request #5282 from MetaMask/tx-cancel-ui | Alexander Tseung | 2018-09-25 | 59 | -367/+1111 |
|\ \ \ \ \ | |/ / / / |/| | | | | Add Cancel Transaction feature. Refactor modals. Add Transaction Details modal. | ||||
| * | | | | Fix multiplyCurrencies. Add onClose prop for Modal component. Remove ↵ | Alexander Tseung | 2018-09-21 | 9 | -57/+40 |
| | | | | | | | | | | | | | | | | | | | | hideModal from modal components. | ||||
| * | | | | Add unit tests | Alexander Tseung | 2018-09-20 | 8 | -15/+299 |
| | | | | | |||||
| * | | | | Fix unit tests | Alexander Tseung | 2018-09-20 | 1 | -5/+4 |
| | | | | | |||||
| * | | | | Add transition effect to TransactionListItemDetails expander | Alexander Tseung | 2018-09-20 | 2 | -13/+29 |
| | | | | | |||||
| * | | | | Add TransactionDetails modal | Alexander Tseung | 2018-09-20 | 9 | -9/+122 |
| | | | | | |||||
| * | | | | Switch existing modals from using Notification to Modal. Remove Notification ↵ | Alexander Tseung | 2018-09-20 | 32 | -319/+480 |
| | | | | | | | | | | | | | | | | | | | | component. Add CancelTransaction modal | ||||
| * | | | | Fix Transaction view styles | Alexander Tseung | 2018-09-20 | 3 | -3/+9 |
| | | | | | |||||
| * | | | | Add Modal component | Alexander Tseung | 2018-09-20 | 7 | -0/+186 |
| | | | | | |||||
| * | | | | Refactor ConfirmPageContainerError to ErrorMessage | Alexander Tseung | 2018-09-20 | 8 | -18/+14 |
| | | | | | |||||
* | | | | | Merge pull request #5241 from MetaMask/refactor-settings | Alexander Tseung | 2018-09-21 | 13 | -592/+800 |
|\ \ \ \ \ | | | | | | | | | | | | | Refactor settings page to use JSX and follow component file folder st… | ||||
| * | | | | | Fix translation casing | Alexander Tseung | 2018-09-21 | 1 | -4/+0 |
| | | | | | | |||||
| * | | | | | Add Current Conversion Updated string to translations | Alexander Tseung | 2018-09-20 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Refactor settings page to use JSX and follow component file folder structure | Alexander Tseung | 2018-09-20 | 13 | -592/+804 |
| |/ / / / | |||||
* | | | | | Move main-container wrapper div into its own class | Whymarrh Whitby | 2018-09-20 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Prevent loading screen from overlaying the app bar | Whymarrh Whitby | 2018-09-20 | 1 | -0/+2 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs #4417 This change is functional copy of 3893469 that solves the problem in a way that doesn't depend on the height of the app bar since the app bar isn't a fixed height in the smaller views. | ||||
* | | | | Merge branch 'develop' into eip-712 | Paul Bouchon | 2018-09-18 | 6 | -14/+41 |
|\ \ \ \ | |||||
| * | | | | compute and display checksummed hash in selected-account component (#5255) | Chad Grimaldi | 2018-09-16 | 2 | -3/+20 |
| | | | | | |||||
| * | | | | Improvement: Increase click area for arrows (#5264) | Sean | 2018-09-16 | 1 | -5/+8 |
| | | | | | |||||
| * | | | | Fix speed up functionality | Alexander Tseung | 2018-09-15 | 2 | -5/+12 |
| | | | | | |||||
| * | | | | Bug Fix: #5183 history not defined | Sean Rabaut | 2018-09-14 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Update new method namespace from v2 to v3 | bitpshr | 2018-09-14 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Implement latest EIP-712 protocol | bitpshr | 2018-09-14 | 1 | -7/+23 |
|/ / / / | |||||
* | | | | Fix identicon address. Fix styling of New Contract recipient. Fix Activity ↵ | Alexander Tseung | 2018-09-13 | 7 | -12/+38 |
| | | | | | | | | | | | | | | | | Log initial ETH value. Add timestamps to Activity Log events | ||||
* | | | | Fix tests. Add className to Identicon ethLogos. | Alexander Tseung | 2018-09-13 | 1 | -0/+1 |
| | | | | |||||
* | | | | Add transaction details to TransactionListItem component | Alexander Tseung | 2018-09-13 | 3 | -37/+46 |
| | | | | |||||
* | | | | Add TransactionListItemDetails component | Alexander Tseung | 2018-09-13 | 5 | -0/+200 |
| | | | | |||||
* | | | | Add TransactionBreakdown component | Alexander Tseung | 2018-09-13 | 8 | -0/+228 |
| | | | | |||||
* | | | | Add tests for TransactionActivityLog. Make changes to rendering events | Alexander Tseung | 2018-09-13 | 8 | -42/+322 |
| | | | | |||||
* | | | | Edit styling of cards variant of SenderToRecipient component | Alexander Tseung | 2018-09-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add HexToDecimal component | Alexander Tseung | 2018-09-13 | 4 | -161/+48 |
| | | | | |||||
* | | | | Add tests for Card component | Alexander Tseung | 2018-09-13 | 2 | -1/+26 |
| | | | | |||||
* | | | | Allow denominations in CurrencyDisplay component | Alexander Tseung | 2018-09-13 | 3 | -4/+55 |
| | | | | |||||
* | | | | Add raised type buttons to Button component. Refactor all buttons within app ↵ | Alexander Tseung | 2018-09-13 | 16 | -90/+165 |
| | | | | | | | | | | | | | | | | to Button components | ||||
* | | | | Add ActivityLog component | Alexander Tseung | 2018-09-13 | 9 | -1/+261 |
| | | | | |||||
* | | | | Show failed tx txMeta.err in tooltips | Whymarrh Whitby | 2018-09-09 | 1 | -1/+1 |
| | | | | |||||
* | | | | Show failed tx RPC error messages in tooltips | Whymarrh Whitby | 2018-09-09 | 2 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | This changeset displays the error messages attached to txMeta for a failed tx in a tooltip on hover in the tx list view. This will only display for txs with the `txMeta.err.rpc.value` property, not all failed txs. | ||||
* | | | | Don't render tooltips without titles | Whymarrh Whitby | 2018-09-09 | 1 | -0/+8 |
| | | | | |||||
* | | | | Rewrite Tooltip component as ES6 | Whymarrh Whitby | 2018-09-09 | 3 | -30/+55 |
| |_|/ |/| | | |||||
* | | | Fix assertion of missing child component | Whymarrh Whitby | 2018-09-06 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #5188 from taobun/develop | Dan J Miller | 2018-09-05 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | edit decimal check in old-ui/ | ||||
| * | | | fix check valid decimals code in new ui | bunoi | 2018-09-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #5167 from MetaMask/fix-watcAsset-images | Dan Finlay | 2018-09-05 | 12 | -11/+37 |
|\ \ \ \ | | | | | | | | | | | Fix images for watched tokens | ||||
| * | | | | balance components using selectors | Esteban MIno | 2018-08-31 | 2 | -5/+5 |
| | | | | | |||||
| * | | | | fix watched tokens images showing in tx list | Esteban MIno | 2018-08-31 | 3 | -4/+10 |
| | | | | | |||||
| * | | | | fix watched asset image rendering on confirm transaction header | Esteban MIno | 2018-08-30 | 2 | -1/+5 |
| | | | | | |||||
| * | | | | fix images for watched tokens | Esteban MIno | 2018-08-30 | 7 | -4/+20 |
| |/ / / | |||||
* | | | | Merge pull request #5129 from MetaMask/add-sidebar-component | Dan J Miller | 2018-09-05 | 10 | -6/+228 |
|\ \ \ \ | | | | | | | | | | | Add sidebar component | ||||
| * | | | | Adds sidebar component and refactors slide in wallet view sidebar to use it. | Dan Miller | 2018-08-29 | 10 | -6/+228 |
| | | | | | |||||
* | | | | | Merge pull request #5091 from MetaMask/i4945-feature-flag-hex-data | Dan J Miller | 2018-09-04 | 10 | -4/+71 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Adds feature flag toggle for the hex data row on the send screen. | ||||
| * | | | | Adds feature flag toggle for the hex data row on the send screen. | Dan Miller | 2018-08-27 | 10 | -4/+71 |
| | | | | | |||||
* | | | | | Merge pull request #5155 from MetaMask/i5154-confirm-spinner | Alexander Tseung | 2018-08-29 | 3 | -7/+16 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix infinite spinner on failed transactions | ||||
| * | | | | Fix infinite spinner on failed transactions | Alexander Tseung | 2018-08-29 | 3 | -7/+16 |
| | | | | | |||||
* | | | | | fix conflicts | Esteban MIno | 2018-08-29 | 73 | -1779/+1922 |
|\| | | | | |||||
| * | | | | Fix tests | Alexander Tseung | 2018-08-24 | 1 | -2/+12 |
| | | | | | |||||
| * | | | | Fix naming, add eth.getCode check for actions, fix translations for statuses | Alexander Tseung | 2018-08-24 | 19 | -87/+67 |
| | | | | | |||||
| * | | | | Change "Outgoing" to "Sent Ether" or "Sent Token" | Alexander Tseung | 2018-08-24 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Add CurrencyDisplay and TokenCurrencyDisplay components | Alexander Tseung | 2018-08-24 | 13 | -74/+424 |
| | | | | | |||||
| * | | | | Update retry transaction logic to use network nonce | Alexander Tseung | 2018-08-24 | 2 | -3/+39 |
| | | | | | |||||
| * | | | | Fix e2e tests | Alexander Tseung | 2018-08-24 | 3 | -23/+16 |
| | | | | | |||||
| * | | | | Fix integration tests | Alexander Tseung | 2018-08-24 | 4 | -4/+10 |
| | | | | | |||||
| * | | | | Fix shapeshift transactions. Delete unused files | Alexander Tseung | 2018-08-24 | 7 | -669/+32 |
| | | | | | |||||
| * | | | | Show token amounts in TransactionListItem for token transfers | Alexander Tseung | 2018-08-24 | 4 | -9/+39 |
| | | | | | |||||
| * | | | | Add retry button to TransactionListItem | Alexander Tseung | 2018-08-24 | 9 | -49/+153 |
| | | | | | |||||
| * | | | | Code cleanup | Alexander Tseung | 2018-08-24 | 2 | -30/+14 |
| | | | | | |||||
| * | | | | Use css grid for TransactionListItem for responsive layout | Alexander Tseung | 2018-08-24 | 6 | -63/+85 |
| | | | | | |||||
| * | | | | Refactor transactions list views. Add redesign components | Alexander Tseung | 2018-08-24 | 26 | -197/+689 |
| | | | | | |||||
| * | | | | Delete unused files | Alexander Tseung | 2018-08-24 | 3 | -189/+0 |
| | | | | | |||||
| * | | | | Add withMethodData HOC, add higher-order-component folder | Alexander Tseung | 2018-08-24 | 6 | -22/+28 |
| | | | | | |||||
| * | | | | Add TransactionStatus component | Alexander Tseung | 2018-08-24 | 3 | -0/+67 |
| | | | | | |||||
| * | | | | Add MenuBar component | Alexander Tseung | 2018-08-24 | 4 | -0/+97 |
| | | | | | |||||
| * | | | | Add react-media package to prevent rendering wallet-view twice in the popup view | Alexander Tseung | 2018-08-24 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | Refactor home screen and remove unused files | Alexander Tseung | 2018-08-24 | 6 | -507/+114 |
| |/ / / | |||||
| * | | | updated docs, small improvement of recent RPC rendering | Evgeniy Filatov | 2018-08-23 | 1 | -2/+3 |
| | | | | |||||
| * | | | backported RPC improvements to oldui | Evgeniy Filatov | 2018-08-23 | 1 | -2/+1 |
| | | | | |||||
| * | | | implemented improvements to RPC history | Evgeniy Filatov | 2018-08-23 | 1 | -4/+6 |
| | | | | |||||
| * | | | Merge pull request #5089 from MetaMask/i5085-ethcode | Alexander Tseung | 2018-08-23 | 2 | -5/+14 |
| |\ \ \ | | | | | | | | | | | Use eth_getCode to sort transaction action type | ||||
| | * | | | Use eth_getCode to sort transaction action type | Alexander Tseung | 2018-08-23 | 2 | -5/+14 |
| | | | | | |||||
| * | | | | Fix code readability, use PureComponent over Component | Alexander Tseung | 2018-08-23 | 3 | -33/+23 |
| | | | | | |||||
| * | | | | Add tabs support for PageContainer | Alexander Tseung | 2018-08-23 | 5 | -83/+132 |
| |/ / / | |||||
| * | | | Merge pull request #5102 from whymarrh/fix-account-export-pw-bug | Whymarrh Whitby | 2018-08-23 | 2 | -5/+20 |
| |\ \ \ | | | | | | | | | | | Fix export privkey modal password bugs | ||||
| | * | | | Clear warnings when exportAccount succeeds | Whymarrh Whitby | 2018-08-23 | 1 | -4/+19 |
| | | | | | |||||
| | * | | | Handle case where keyring is missing in AccountDetailsModal | Whymarrh Whitby | 2018-08-23 | 1 | -1/+1 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #5066 from whymarrh/fix-key-export | Whymarrh Whitby | 2018-08-23 | 2 | -10/+19 |
| |\ \ \ | | | | | | | | | | | Don't re-render the export modal when the selected identity changes | ||||
| | * | | | Don't re-render the export modal when the selected identity changes | Whymarrh Whitby | 2018-08-23 | 1 | -8/+17 |
| | | | | | |||||
| | * | | | Update AccountModalContainer to accept a selectedIdentity prop | Whymarrh Whitby | 2018-08-23 | 1 | -2/+2 |
| | |/ / | |||||
| * / / | Add new variant for SenderToRecipient component | Alexander Tseung | 2018-08-23 | 5 | -96/+199 |
| |/ / | |||||
* | | | typo watchAsset imageUrl to image | Esteban MIno | 2018-08-24 | 7 | -13/+13 |
| | | | |||||
* | | | fix integration tests on balance component with new watchAsset | Esteban MIno | 2018-08-22 | 1 | -3/+3 |
| | | | |||||
* | | | unit tests for watchAsset | Esteban MIno | 2018-08-22 | 1 | -2/+0 |
| | | | |||||
* | | | refactor watchToken related functions | Esteban MIno | 2018-08-21 | 3 | -9/+9 |
| | | | |||||
* | | | Merge branch 'develop' into WatchTokenFeature | Esteban MIno | 2018-08-21 | 27 | -85/+759 |
|\| | | |||||
| * | | Update logo wordmark | Alexander Tseung | 2018-08-19 | 4 | -15/+103 |
| | | | |||||
| * | | fix ledger affiliate link | brunobar79 | 2018-08-17 | 1 | -1/+1 |
| | | | |||||
| * | | ui ready | brunobar79 | 2018-08-17 | 2 | -6/+22 |
| | | | |||||
| * | | connect screen ready | brunobar79 | 2018-08-17 | 1 | -25/+63 |
| | | | |||||
| * | | more ui | brunobar79 | 2018-08-15 | 1 | -1/+2 |
| | | | |||||
| * | | fix | brunobar79 | 2018-08-15 | 1 | -1/+1 |
| | | | |||||
| * | | ui fixes | brunobar79 | 2018-08-15 | 3 | -20/+35 |
| | | | |||||
| * | | fix tx tests | brunobar79 | 2018-08-14 | 1 | -1/+2 |
| | | | |||||
| * | | legacy and new hd path working | brunobar79 | 2018-08-14 | 2 | -23/+44 |
| | | | |||||
| * | | good progress adding paths | brunobar79 | 2018-08-14 | 2 | -13/+71 |
| | | | |||||
| * | | rename keyring | brunobar79 | 2018-08-11 | 1 | -0/+1 |
| | | | |||||
| * | | able to add accounts | brunobar79 | 2018-08-11 | 2 | -3/+3 |
| | | | |||||
| * | | iframe communication working | brunobar79 | 2018-08-11 | 1 | -1/+0 |
| | | |