Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change gas labels to Slow/Average/Fast (#6090) | Chi Kei Chan | 2019-02-06 | 2 | -60/+60 |
| | | | | | | * Change gas labels to Slow/Average/Fast * Fix unit test | ||||
* | Order shapeshift transactions by time within the transactions list | Alexander Tseung | 2019-01-25 | 1 | -12/+32 |
| | |||||
* | Ensures that advanced tab gas limit reflects tx gas limit | Dan Miller | 2018-12-12 | 2 | -7/+3 |
| | |||||
* | Improve ux for low gas price set (#5862) | Dan J Miller | 2018-12-11 | 1 | -0/+36 |
| | | | | | | | | | | * 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. | ||||
* | Group transactions by nonce (#5886) | Alexander Tseung | 2018-12-10 | 1 | -12/+220 |
| | |||||
* | Final gas customization fixes | Dan Miller | 2018-12-04 | 2 | -41/+32 |
| | |||||
* | Add loading spinners when waiting for APIs in the gas customization modal | Dan Miller | 2018-12-04 | 1 | -0/+5 |
| | |||||
* | Uses more reliable api on main send screen; caches basic api results in modal | Dan Miller | 2018-12-04 | 2 | -83/+105 |
| | |||||
* | Redesign of gas customization basic tab. | Dan Miller | 2018-12-04 | 2 | -0/+9 |
| | |||||
* | Improve data management and tests for gas-modal-page-container price estimates. | Dan Miller | 2018-12-04 | 2 | -5/+52 |
| | |||||
* | Complete integration of gas chart with redux. | Dan Miller | 2018-12-04 | 1 | -0/+1 |
| | |||||
* | Test updates and additions for button integration with send screen. | Dan Miller | 2018-12-04 | 2 | -6/+99 |
| | |||||
* | Integrate gas buttons with the send screen. | Dan Miller | 2018-12-04 | 1 | -4/+53 |
| | |||||
* | Connects remained of the gas customization component to redux. | Dan Miller | 2018-12-04 | 1 | -22/+21 |
| | |||||
* | Connect the gas-button-group component to redux and a live api. | Dan Miller | 2018-12-04 | 2 | -7/+319 |
| | |||||
* | Adds the content of the advanced tab - w/o chart or dynamic content - to gas ↵ | Dan Miller | 2018-12-04 | 1 | -0/+19 |
| | | | | customize modal. | ||||
* | Fix rounding issue when sending max tokens (#5695) | Alexander Tseung | 2018-11-20 | 1 | -4/+5 |
| | | | | | | | | | | * 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 | ||||
* | Add support for RPC endpoints with custom chain IDs (#5134) | HackyMiner | 2018-10-26 | 1 | -0/+1 |
| | |||||
* | Merge pull request #5428 from alextsg/i5372-queue-order | Dan Finlay | 2018-10-06 | 1 | -1/+1 |
|\ | | | | | Reverse pending transactions order | ||||
| * | Reverse pending transactions order | Alexander Tseung | 2018-10-05 | 1 | -1/+1 |
| | | |||||
* | | Translate method names in the transaction list only when applicable | Alexander Tseung | 2018-10-05 | 1 | -1/+6 |
|/ | |||||
* | Fix integration tests | Alexander Tseung | 2018-08-24 | 1 | -0/+7 |
| | |||||
* | Show token amounts in TransactionListItem for token transfers | Alexander Tseung | 2018-08-24 | 2 | -1/+13 |
| | |||||
* | Refactor transactions list views. Add redesign components | Alexander Tseung | 2018-08-24 | 1 | -0/+50 |
| | |||||
* | remove console logs | brunobar79 | 2018-08-15 | 1 | -1/+1 |
| | |||||
* | Use token decimals when calculating confirm screen amount for token approvals. | Dan Miller | 2018-08-08 | 1 | -2/+8 |
| | |||||
* | Round large exponential numbers | Alexander Tseung | 2018-07-28 | 1 | -4/+9 |
| | |||||
* | Add close window support to signature requests. Move logic to actions | Alexander Tseung | 2018-07-24 | 1 | -1/+28 |
| | |||||
* | Use Number constructor for number conversion. Use existing ↵ | Alexander Tseung | 2018-07-18 | 1 | -3/+3 |
| | | | | noConversionRateAvailable message | ||||
* | Add fallback when no function found, fix network colors, add fiat values for ↵ | Alexander Tseung | 2018-07-18 | 1 | -0/+99 |
| | | | | tokens with contract exchange rates | ||||
* | Refactor and redesign confirm transaction views | Alexander Tseung | 2018-07-07 | 1 | -0/+65 |