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

feat: add batch and queue signature and transactions #294

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

seaona
Copy link
Contributor

@seaona seaona commented Feb 28, 2024

Description

This PR adds the following functionalitites in the test dapp:

  • Add x10 transactions in batch
  • Add x10 transactions in queue
  • Add x10 signatures in batch
  • Add x10 signatures in queue

Note: both the transaction and the signature are malicious, meaning that we are able not only to test the batch/queue functionalities for the transaction controller but also the ppom validations under this stress circumstances.

This has uncovered the following issues:

and help find a way to reproduce these 2:

Screenshots

Extension

dapp-batch-queue-extension.mp4

Mobile

dapp-batch-queue-mobile.mp4

@@ -726,6 +726,7 @@ <h4 class="card-title">
</div>
</div>
</div>
</div>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this closing div was missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants