Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Group transactions by nonce (#5886) | Alexander Tseung | 2018-12-10 | 1 | -1/+1 |
| | |||||
* | Connects remained of the gas customization component to redux. | Dan Miller | 2018-12-04 | 1 | -2/+12 |
| | |||||
* | Adds new gas customization modal container (without content) | Dan Miller | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | Save recent network balances in local storage (#5843) | Dan J Miller | 2018-12-01 | 1 | -1/+2 |
| | | | | | | | | | | | | * 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> | ||||
* | 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 |
| | |||||
* | ESLint fixes (#5775) | Whymarrh Whitby | 2018-11-17 | 1 | -1/+1 |
| | | | | | | * eslint . --fix * Upgrade all ESLint warnings to errors | ||||
* | Fixes #3425: Better support for batch transactions (#5437) | PaddyMc | 2018-11-14 | 2 | -3/+42 |
| | |||||
* | Merge branch 'develop' into develop | kumavis | 2018-10-21 | 2 | -28/+67 |
|\ | |||||
| * | Adds toggle for primary currency (#5421) | Alexander Tseung | 2018-10-17 | 2 | -28/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | Bug Fix: #1789 and #4525 eth.getCode() with no contract | Howard Braham | 2018-10-10 | 1 | -1/+1 |
|/ | |||||
* | Only use current network txs when calculating "Reject All" | Whymarrh Whitby | 2018-10-02 | 1 | -1/+6 |
| | |||||
* | Confirm rejecting multiple transactions with modal | Whymarrh Whitby | 2018-10-02 | 2 | -4/+17 |
| | |||||
* | Add "Cancel All" button to confirm footer | Whymarrh Whitby | 2018-10-02 | 2 | -3/+26 |
| | |||||
* | Switch existing modals from using Notification to Modal. Remove Notification ↵ | Alexander Tseung | 2018-09-20 | 2 | -4/+5 |
| | | | | component. Add CancelTransaction modal | ||||
* | fix images for watched tokens | Esteban MIno | 2018-08-30 | 2 | -1/+6 |
| | |||||
* | Fix infinite spinner on failed transactions | Alexander Tseung | 2018-08-29 | 1 | -4/+7 |
| | |||||
* | Show error while allowing confirmation of transaction where simulation fails | Dan Miller | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | Disable Confirm button on subsequent clicks to prevent confirming multiple times | Alexander Tseung | 2018-08-04 | 1 | -3/+18 |
| | |||||
* | Add fallback options for displaying recipient name in the Confirm screen | Alexander Tseung | 2018-07-21 | 1 | -1/+13 |
| | |||||
* | Add fallback when no function found, fix network colors, add fiat values for ↵ | Alexander Tseung | 2018-07-18 | 1 | -15/+25 |
| | | | | tokens with contract exchange rates | ||||
* | Fix send import paths in confirm tx components | Whymarrh Whitby | 2018-07-16 | 2 | -3/+3 |
| | |||||
* | Various fixes from PR comments | Alexander Tseung | 2018-07-07 | 2 | -102/+121 |
| | |||||
* | Use eth-method-registry to get method data | Alexander Tseung | 2018-07-07 | 2 | -4/+12 |
| | |||||
* | Refactor data flow, signature request routing | Alexander Tseung | 2018-07-07 | 2 | -16/+1 |
| | |||||
* | Refactor and redesign confirm transaction views | Alexander Tseung | 2018-07-07 | 3 | -0/+478 |