Add troubleshooting guide for stuck Zcash transactions. - #2010
Open
pearl-max468 wants to merge 1 commit into
Open
Add troubleshooting guide for stuck Zcash transactions. #2010pearl-max468 wants to merge 1 commit into
pearl-max468 wants to merge 1 commit into
Conversation
## Summary Adds a wallet-neutral troubleshooting guide to the Transactions page for common stuck-transaction cases. This PR: - Adds a decision tree for pending, expired, dropped, and reorged transactions - Explains what to do when a transaction appears on one server or explorer but not another - Adds guidance on when not to resend - Adds privacy-safe checks users can perform before asking for support - Adds what users should not share publicly - Adds what information support teams actually need - Updates fee guidance to use Zcash-native fee language instead of EVM-style gas/Gwei wording - References ZIP 203 for transaction expiry and ZIP 317 for current fee behavior ## Verification - Checked that pending, expired, dropped, server-mismatch, and reorg cases are covered - Confirmed ZIP 203 and ZIP 317 are linked - Confirmed old EVM-style fee guidance was removed - Reviewed the Markdown diff for formatting issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a wallet-neutral troubleshooting guide to the Transactions page for common stuck-transaction cases.
This PR:
Verification