Alexander Tseung
941a9a0fd9
Order shapeshift transactions by time within the transactions list
6 years ago
Dan Miller
1145a0a9ad
Ensures that advanced tab gas limit reflects tx gas limit
6 years ago
Dan J Miller
1fbdce8916
Improve ux for low gas price set ( #5862 )
...
* 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.
6 years ago
Alexander Tseung
d8ab9cc002
Group transactions by nonce ( #5886 )
6 years ago
Dan Miller
d8e41a6aa5
Final gas customization fixes
6 years ago
Dan Miller
7ffea926f2
Add loading spinners when waiting for APIs in the gas customization modal
6 years ago
Dan Miller
7f2c5c09de
Uses more reliable api on main send screen; caches basic api results in modal
6 years ago
Dan Miller
3162a2747c
Redesign of gas customization basic tab.
6 years ago
Dan Miller
d14af8346a
Improve data management and tests for gas-modal-page-container price estimates.
6 years ago
Dan Miller
cd32c58fb4
Complete integration of gas chart with redux.
6 years ago
Dan Miller
5354325fab
Test updates and additions for button integration with send screen.
6 years ago
Dan Miller
b567c78bca
Integrate gas buttons with the send screen.
6 years ago
Dan Miller
7de3f22d63
Connects remained of the gas customization component to redux.
6 years ago
Dan Miller
0a7dfcd55d
Connect the gas-button-group component to redux and a live api.
6 years ago
Dan Miller
342dc95410
Adds the content of the advanced tab - w/o chart or dynamic content - to gas customize modal.
6 years ago
Alexander Tseung
4c87c05a02
Fix rounding issue when sending max tokens ( #5695 )
...
* 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
6 years ago
HackyMiner
54a8ade266
Add support for RPC endpoints with custom chain IDs ( #5134 )
6 years ago
Alexander Tseung
0527d02216
Reverse pending transactions order
6 years ago
Alexander Tseung
50d91f998d
Translate method names in the transaction list only when applicable
6 years ago
Alexander Tseung
9adf0c4b60
Fix integration tests
6 years ago
Alexander Tseung
33a94332e4
Show token amounts in TransactionListItem for token transfers
6 years ago
Alexander Tseung
5ee40675b9
Refactor transactions list views. Add redesign components
6 years ago
brunobar79
82a5ed1e03
remove console logs
6 years ago
Dan Miller
c4f1dfb82e
Use token decimals when calculating confirm screen amount for token approvals.
6 years ago
Alexander Tseung
d0c901d081
Round large exponential numbers
6 years ago
Alexander Tseung
152246f3b0
Add close window support to signature requests. Move logic to actions
6 years ago
Alexander Tseung
301ae305b8
Use Number constructor for number conversion. Use existing noConversionRateAvailable message
6 years ago
Alexander Tseung
d19c42fcae
Add fallback when no function found, fix network colors, add fiat values for tokens with contract exchange rates
6 years ago
Alexander Tseung
ea9d51e427
Refactor and redesign confirm transaction views
6 years ago