Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensures that advanced tab gas limit reflects tx gas limit | Dan Miller | 2018-12-12 | 1 | -1/+1 |
| | |||||
* | Improve ux for low gas price set (#5862) | Dan J Miller | 2018-12-11 | 1 | -3/+59 |
| | | | | | | | | | | * 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. | ||||
* | Final gas customization fixes | Dan Miller | 2018-12-04 | 1 | -8/+8 |
| | |||||
* | Modify results of API data to better fit gas chart: remove outliers, pad data | Dan Miller | 2018-12-04 | 1 | -28/+21 |
| | |||||
* | Uses more reliable api on main send screen; caches basic api results in modal | Dan Miller | 2018-12-04 | 1 | -5/+29 |
| | |||||
* | Fixes for components that break e2e gas customization tests, plus unit test ↵ | Dan Miller | 2018-12-04 | 1 | -2/+57 |
| | | | | updates. | ||||
* | Connect gas price chart to gas station api. | Dan Miller | 2018-12-04 | 1 | -15/+124 |
| | |||||
* | Read only connection of gas price chart to redux | Dan Miller | 2018-12-04 | 1 | -3/+66 |
| | |||||
* | Test updates and additions for button integration with send screen. | Dan Miller | 2018-12-04 | 1 | -0/+37 |
| | |||||
* | Connects remained of the gas customization component to redux. | Dan Miller | 2018-12-04 | 1 | -2/+2 |
| | |||||
* | Adds gas-duck.test.js tests. | Dan Miller | 2018-12-04 | 1 | -0/+300 |
| | |||||
* | Adds toggle for primary currency (#5421) | Alexander Tseung | 2018-10-17 | 1 | -32/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Use eth_getCode to sort transaction action type | Alexander Tseung | 2018-08-23 | 1 | -20/+50 |
| | |||||
* | Add unit tests for confirmTransaction duck and util | Alexander Tseung | 2018-07-10 | 1 | -0/+675 |
| | |||||
* | Improve send token error ux. | Dan | 2018-07-05 | 1 | -0/+10 |
| | |||||
* | Tests for send.duck.js | Dan | 2018-05-14 | 1 | -0/+145 |