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

Enable transaction lists to display various tokens for amount, fee and message fee #4245

Closed
Tracked by #4033
reyraa opened this issue Apr 5, 2022 · 0 comments · Fixed by #4260
Closed
Tracked by #4033

Enable transaction lists to display various tokens for amount, fee and message fee #4245

reyraa opened this issue Apr 5, 2022 · 0 comments · Fixed by #4260
Assignees
Milestone

Comments

@reyraa
Copy link
Contributor

reyraa commented Apr 5, 2022

Description

Interoperable chains may have multiple tokens. The transactions of such chains may use different tokens for

  • Amount
  • Fee
  • Message fee

Therefore the lists should read the tokes from the transaction object, rather than assuming it based on the token of the current chain.
Lisk Desktop should be able to display such transactions in a list.

Acceptance Criteria

  • Lisk Desktop must be able to display transactions that may use more than one token for different values.
  • All relevant components and utility functions must reside under the transaction domain.
  • The Redux store reducer, actions, and middleware must reside under the transaction domain.
  • The Token domain is responsible for storing the token (list and selected) and providing it through out the app.
  • Update unit tests.
  • Update and enable relevant e2e tests.

Additional Information

We need the transaction object schema from Lisk Service to understand how to read the data from the transaction object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants