Skip to content
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

Internal transaction showing with zero value #15014

Open
fang314 opened this issue Oct 22, 2024 · 2 comments
Open

Internal transaction showing with zero value #15014

fang314 opened this issue Oct 22, 2024 · 2 comments
Labels
bug Something isn't working as expected EVM Issues related to networks based on Ethereum Virtual Machine mobile Suite Lite issues and PRs

Comments

@fang314
Copy link

fang314 commented Oct 22, 2024

It seems that for ETH in Desktop Suite, the value of the internal transaction is displayed correctly, but on mobile, we show zero

Expected behaviour

  • show all internal and token changes in the list [👨🏻‍🎨 NEEDS DESIGN] (see TransactionItem to see desktop)
Trezor Suite (Desktop App)

Mobile Version: 24.10.1
Desktop Version: 24.10.1
Slack Thread

@fang314 fang314 added the mobile Suite Lite issues and PRs label Oct 22, 2024
@matejkriz matejkriz added bug Something isn't working as expected EVM Issues related to networks based on Ethereum Virtual Machine labels Oct 22, 2024
@matejkriz
Copy link
Member

We need to align internal transaction handling on mobile with what we have on desktop now. It means:

  • shows all transactions (mobile hides some)
  • shows native transactions and token txns without filtering (mobile has switch in account detail to include token txns)
  • shows all internal and token changes in the list (mobile shows only one thing)
  • enhances staking txns with info about how much is to be requested to withdraw even if user does not claim right away

It can be a separate issue or we can transform this one to the more general one.

@vytick
Copy link
Contributor

vytick commented Nov 7, 2024

I keep this issue for this task as it needs Design and created a new one for other alignments with desktop #15301 and #15307

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected EVM Issues related to networks based on Ethereum Virtual Machine mobile Suite Lite issues and PRs
Projects
Status: 🎯 To do
Development

No branches or pull requests

3 participants