-
Notifications
You must be signed in to change notification settings - Fork 107
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
Dedupe Verification error types (Block, Chain) #1186
Comments
Moved into the first alpha because it's causing a panic, see #1357 for details. |
Instead, format the original error as a string, to provide better diagnostics. Temporary fix for ZcashFoundation#1357, the permanent fix ticket is ZcashFoundation#1186.
A related issue is discussed here. Basically the script verifier can timeout, which returns a I'm not sure what's the best approach for this.
|
I think we might want a different error variant for each different kind of timeout, so we know what has timed out.
I'd like to replace But we'll still need it in some places, because some types and traits require |
This isn't particularly important. |
Comes out of #1173
Elapsed
in different errors, depending on where it comes fromzebra-consensus/src/error.rs:76
The text was updated successfully, but these errors were encountered: