Alexander Tseung
d8ab9cc002
Group transactions by nonce ( #5886 )
6 years ago
Dan Miller
7de3f22d63
Connects remained of the gas customization component to redux.
6 years ago
Dan Miller
f9aa5a70de
Adds new gas customization modal container (without content)
6 years ago
Dan J Miller
4c24555545
Save recent network balances in local storage ( #5843 )
...
* 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>
6 years ago
Whymarrh Whitby
7229f0f9fc
Fix usage of setState in ConfirmTransactionBase#handleSubmit ( #5799 )
6 years ago
Whymarrh Whitby
74c18ef0e8
Show byte count for hex data on confirm screen ( #5798 )
6 years ago
Whymarrh Whitby
1988e1e96b
ESLint fixes ( #5775 )
...
* eslint . --fix
* Upgrade all ESLint warnings to errors
6 years ago
PaddyMc
7ce2cf4572
Fixes #3425 : Better support for batch transactions ( #5437 )
6 years ago
Alexander Tseung
badebe017f
Adds toggle for primary currency ( #5421 )
...
* 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
6 years ago
Howard Braham
222e62d7f1
Bug Fix : #1789 and #4525 eth.getCode() with no contract
6 years ago
Whymarrh Whitby
65ba018aad
Only use current network txs when calculating "Reject All"
6 years ago
Whymarrh Whitby
2e35c05f14
Confirm rejecting multiple transactions with modal
6 years ago
Whymarrh Whitby
0fa9299cd1
Add "Cancel All" button to confirm footer
6 years ago
Alexander Tseung
5a6c333506
Switch existing modals from using Notification to Modal. Remove Notification component. Add CancelTransaction modal
6 years ago
Esteban MIno
07cb6adc31
fix images for watched tokens
6 years ago
Alexander Tseung
f78dc96a2c
Fix infinite spinner on failed transactions
6 years ago
Dan Miller
973325a6c4
Show error while allowing confirmation of transaction where simulation fails
6 years ago
Alexander Tseung
6d76d4e228
Disable Confirm button on subsequent clicks to prevent confirming multiple times
6 years ago
Alexander Tseung
152246f3b0
Add close window support to signature requests. Move logic to actions
6 years ago
Dan Miller
2359062b62
UI confirm screen closes confirmation window on submit or cancel of a tx
6 years ago
Alexander Tseung
469a79f97f
Add fallback options for displaying recipient name in the Confirm screen
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
Whymarrh Whitby
5c3efe8bc4
Fix send import paths in confirm tx components
6 years ago
Alexander Tseung
a2d9c43fba
Various fixes from PR comments
6 years ago
Alexander Tseung
9cde5ab11b
Use eth-method-registry to get method data
6 years ago
Alexander Tseung
e89549846f
Refactor data flow, signature request routing
6 years ago
Alexander Tseung
ea9d51e427
Refactor and redesign confirm transaction views
6 years ago