Alexander Tseung
30a2be85ee
Prevent users from changing the From field in the send screen ( #5922 )
...
* Prevent users from changing the From field in the send screen
* Fix integration tests
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
Dan Miller
8c8359ca14
Remove gas customization integration tests (in favour of e2e tests)
6 years ago
Alexander Tseung
614995c0e9
Fix account display width for large currency values
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
bakaoh
63c61c52eb
Make all addresses EIP-55 compliant ( #5379 )
...
* Make all addresses EIP-55 compliant
* Checksum autocompleted address but not during input
6 years ago
Alexander Tseung
c0e97d1739
Fix tests
6 years ago
Alexander Tseung
9adf0c4b60
Fix integration tests
6 years ago
Alexander Tseung
7294aede4f
Add new variant for SenderToRecipient component
6 years ago
Dan
91eca558f0
Fix send integration tests for compatability with confirm refactor.
6 years ago
Dan
c47a4ce2c9
Update new-ui-send integration tests to always explicitly set gas price. (e2e tests handle auto-setting and defaults)
6 years ago
brunobar79
04743afb2d
fix warnings for integration tests
6 years ago
brunobar79
a8f745f9fe
eslint --fix .
6 years ago
Dan
0c8318b02a
Update integration tests for newui gas estimation fixes.
7 years ago
Alexander Tseung
cc73d869fe
Add new alert modals
7 years ago
Dan
3745c1ea4f
Fix send amount field select in send-new-ui integration test.
7 years ago
Dan
704ba54bef
Fix send-new-ui gas fee display expectation.
7 years ago
Dan
67c74cd5b6
Fix currency display send integration tests.
7 years ago
Dan
3d597cd1d2
Fix test to account for greater precision currency display.
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
Paul Bouchon
1bad3fa257
Allow transactions with 0-gwei gas price ( #4073 )
...
* Allow transactions with 0-gwei gas price
* Add tests to verify tx with 0 gas fee
* Conditionally use CurrencyInput in CurrencyDisplay
7 years ago
Dan
4e6c0574dd
Fix integration tests so that they check for localize currency.
7 years ago
Alexander Tseung
1e6f062bb6
Fix integration tests
7 years ago
Alexander Tseung
82af778e62
Revert "commit"
...
This reverts commit fa8500e09a
.
7 years ago
Alexander Tseung
fa8500e09a
commit
7 years ago
kumavis
15952816c1
test - remove timeout causing mocha disconnect issues
...
Revert "test - flat - add extra timeout"
This reverts commit 4c2cf15d2a
.
7 years ago
Dan
a109a774a5
Use ens-input component in send-v2 to allow sending to ens names.
7 years ago
Alexander Tseung
cfa2592d78
Update button styles
7 years ago
kumavis
4c2cf15d2a
test - flat - add extra timeout, idk maybe
7 years ago
Alexander Tseung
3c1248c816
Update confirm transaction screen
7 years ago
Dan
62a95139e6
Use customized react-trigger-change in send-new-ui integration tests..
7 years ago
Alexander Tseung
4512243290
Fix styling on confirm-send-ether and confirm-send-token ( #3600 )
7 years ago
Dan
f8e13fd793
Fix tests.
7 years ago
kumavis
07fa26d1f0
test - add comment about test behavior oddity
7 years ago
kumavis
0419276958
test - poll for element instead of manual timeouts
7 years ago
Alexander Tseung
9db0a32dac
Update modal header design on send screen ( #3196 )
7 years ago
Dan J Miller
b63f0f3de2
Functional Integration Tests for send ether flow. ( #3119 )
7 years ago