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

zcash_client_backend: Faster failure detection for invalid sent transactions #1495

Open
daira opened this issue Aug 15, 2024 · 0 comments
Open
Labels
A-wallet Area: light wallet backend.

Comments

@daira
Copy link
Contributor

daira commented Aug 15, 2024

I believe that if we currently send a transaction through lightwalletd, and it is invalid (for example, a double spend) but the backing full node only detects the invalidity asynchronously, then zcash_client_backend-based wallets will have to wait until the transaction expires before reporting it as having failed. This should be able to be reported much more quickly.

@daira daira added the A-wallet Area: light wallet backend. label Aug 15, 2024
@nuttycom nuttycom changed the title Faster failure detection for invalid sent transactions zcash_client_backend: Faster failure detection for invalid sent transactions Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-wallet Area: light wallet backend.
Projects
None yet
Development

No branches or pull requests

1 participant