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 Lisk Desktop to display the information of transactions in Lisk ecosystem #4417

Closed
Tracked by #4040
reyraa opened this issue Aug 1, 2022 · 0 comments
Closed
Tracked by #4040
Assignees
Milestone

Comments

@reyraa
Copy link
Contributor

reyraa commented Aug 1, 2022

Description

As a part of the objective, we should enable Lisk Desktop to display a summary of custom transaction details implemented based on the Lisk protocol. Lisk Desktop should use the transaction schema provided by Lisk Service to display the transaction in the most readable format.

Acceptance Criteria

  • Lisk Desktop should be able to:
  • Display the commonly used data types such as
  • BigInt
  • Number
  • Boolean
  • String
  • Address (with an avatar)
  • Public key
  • And any array of the above.
  • Use the transaction schema to determine the data format, and assign the correct component to display field data in the most readable format.
  • Reasonable unit test coverage is required.

Additional information

Recommendation
The TxSummarizer component implements a series of stateless components that are able to display asset data of transaction types supported by the mainchain.
We should abstract the data format presentation to lower level components and use them in a dynamic component that is able to compose the transaction summary according to the transaction schema and said abstract components.

@reyraa reyraa moved this to Backlog in Lisk Desktop Version 3.0.0 Aug 1, 2022
@sridharmeganathan sridharmeganathan added this to the Sprint 80 milestone Aug 2, 2022
@sridharmeganathan sridharmeganathan moved this from Backlog to Todo in Lisk Desktop Version 3.0.0 Aug 2, 2022
soroushm pushed a commit that referenced this issue Sep 12, 2022
 Enable Lisk Desktop to display the information of transactions in Lisk ecosystem - Closes #4417
Repository owner moved this from Todo to Done in Lisk Desktop Version 3.0.0 Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

3 participants