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

TX Resubmission: the wallet has to periodically resubmit unmined transactions to the network within the expiry window #1419

Open
true-jared opened this issue May 1, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request P-high High priority

Comments

@true-jared
Copy link

  • the wallet has to periodically resubmit unmined transactions to the network within the expiry window
  • this becomes even more critical with TEX support (multiple transactions)

special separate case: unmineable transactions should be also resubmitted within the expiry window

  • UX needs to be determined for this case because we need spending keys when constructing a replacement transaction - "This transaction wasn't successful, would you like to resubmit it?"
@true-jared true-jared added enhancement New feature or request P-high High priority labels May 1, 2024
@true-jared true-jared added this to the Android Zashi 1.1 milestone May 1, 2024
@true-jared
Copy link
Author

Initial requirements we agreed on:

  • every 4 blocks - we should resubmit unmined unexpired transactions (after 10 resubmissions, some transactions expire and will not be a part of the set anymore)
  • rerun this query at every block height, resubmit 4 blocks from the block when it was created

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P-high High priority
Projects
None yet
Development

No branches or pull requests

2 participants