Dan
f5d43404dc
Fix send token tests in beta ui e2e tests.
6 years ago
Dan
a242668872
Only show the customize gas modal if the estimateGas call is not currently in flight.
6 years ago
trejgun
e05eeb56da
fix default import
6 years ago
trejgun
778aec8c75
lint
6 years ago
trejgun
c27dfb01bb
refactor gas-fee-display component
...
#4622
6 years ago
Whymarrh Whitby
3123073659
Scroll large amounts in the send component
6 years ago
Whymarrh Whitby
1f6f4977de
Handle large token balances in tx list hero
6 years ago
Csaba S
8aab4dd1fa
View address of an added token ( #4591 )
...
* adding menu actions for tokens
* apply common style
6 years ago
Dan
ac7c0277b5
On send screen amount change, updateGas call now includes current to address.
6 years ago
Dan
70abe54c94
Send screen returns simple gas cost if no to address specified when not sending token.
6 years ago
Dan
6c9302f985
Remove leading zeroes from send screen amount row input.
6 years ago
Dan
36de213c6c
Fix currency-display.js rendering of token amounts.
6 years ago
Dan
347d1984cf
Revert to updating amount on blur of input change; update gas on blur of amount input change; validate onchange.
6 years ago
Alexander Tseung
adb71073c8
Fix unit tests
6 years ago
Alexander Tseung
5685c4bafe
Estimate gas limit when the token amount changes. Fix amount input
6 years ago
Dan
e4d3bdba12
Update send.utils.js estimateGas tests.
6 years ago
Dan
b9b6cbf561
Add a buffer to new ui gas estimates
6 years ago
Alexander Tseung
1b9ed23752
Add hex-prefix to gas estimate result
6 years ago
kumavis
44a8e48a04
notices - replace getLatestNotice with getNextNotice
6 years ago
Bobby Dresser
4196b16f06
add help link to eth_sign warning
7 years ago
Dan
049071a743
Access correct property from state in confirm screen components gatherTxMeta()
7 years ago
03-26
ccd4884db1
i18n - ja improvements
7 years ago
Whymarrh Whitby
d9d09f953b
Render the accounts in keyring order
7 years ago
Whymarrh Whitby
8b449b325d
Remove unused identities reducer from UI
7 years ago
Whymarrh Whitby
665ac860e5
Remove selectedIdentity prop from wallet view
...
The selectedIdentity property is computed based on the selectedAddress
which means that using both the selectedAddress and the selectedIdentity
is redundant. In the case of the Array#find call on the set of keyrings,
we wouldn't have a situation where one is included and the other isn't.
This changeset removes the selectedIdentity from the wallet view because
it isn't needed.
7 years ago
Whymarrh Whitby
762695bfd9
Ensure selectedAddress exists when render wallet
7 years ago
Dan J Miller
3b6e96bac9
Update hide-token-confirmation-modal.js to use new modalState schema ( #4482 )
...
* Update hide-token-confirmation-modal.js to use new modalState schema (added in 41e38fe55
).
* Fix modalState props
7 years ago
Dan
ada59054c9
Simplify recipient code check in send.utils estimateGas
7 years ago
Alexander Tseung
5a2771dd47
Indicate the current selected account on the popup account view ( #4445 )
7 years ago
Dan
ffd42c59da
Default currency-display valueToRender to empty string when not readOnly ('0' if readOnly).
7 years ago
Dan
1b879f45bc
Fix calculation of data property for gas estimation on token transfers.
7 years ago
Bobby Dresser
966583026a
update helpscout links to zenhub
7 years ago
Alexander Tseung
fd98ed570e
Fix ellipses
7 years ago
Dan
2ca084b055
Remove .only
7 years ago
Alexander Tseung
cc73d869fe
Add new alert modals
7 years ago
Alexander Tseung
f4d833cb09
Change btn-secondary styles to btn-default. Make btn-secondary red warning style buttons
7 years ago
Dan
990b69c655
Improve input width calculation in currency-display.js
7 years ago
Dan
d454b5de2b
Token name is not hidden in wallet if balance is exceptionally long.
7 years ago
Dan
67c74cd5b6
Fix currency display send integration tests.
7 years ago
Dan
1bde2892ec
Improve efficiency of estimateGasPriceFromRecentBlocks
7 years ago
Dan
0f3480a97f
Fix then-catch + error handling in import-account
7 years ago
kumavis
64aa56b5a6
test - send-utils.test - lint fix
7 years ago
Dan
5a842e440f
Gas estimation uses block gas limit as fallback if query.estimateGas returns an expected error.
7 years ago
Dan
0f20fce9b7
Auto update gas estimate when to changes.
7 years ago
Dan
2eddb7b652
Support smaller decimals in currency-display
7 years ago
Dan
4f0b4eef50
Estimate gas using same algorithm as backend.
7 years ago
Dan
166fda5877
Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks method.
7 years ago
Dan
17909465f2
getParamsForGasEstimate extracts symbol from token instead of just accepting symbol.
7 years ago
Dan
6f633a97e1
Rename gas change actions.
7 years ago
Dan
8b6d08a15d
Split out getGasEstimate logic from updateGasTotal
7 years ago