-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Feature) Transfer tokens #145
Conversation
@vbaranov
|
Could you please create an additional issue for that? For now, all extra decimals should be truncated on the confirmation page before sending transaction.
Should work now (bignumber errors were disabled for this page) |
@vbaranov I can fix it in e2e PR |
@dennis00010011b thank you |
@vbaranov |
@vbaranov Should be |
e2e transfer tokens
@vbaranov It works in Chrome: |
Right, nice catch! Could you create additional issues for FF bugs with the label |
Relates to #134
Built on #142 (should be merged after this PR)
The last part of tokens' management support; the ability to transfer tokens.
@dennis00010011b e2e tests are affected with this feature, could you please update e2e tests to support this feature also?