-
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
Add support for Orchard proof batch verification #4672
Labels
C-enhancement
Category: This is an improvement
I-slow
Problems with performance or responsiveness
S-blocked
Status: Blocked on other tasks
Comments
conradoplg
added
S-blocked
Status: Blocked on other tasks
C-enhancement
Category: This is an improvement
S-needs-triage
Status: A bug report needs triage
P-Medium ⚡
I-slow
Problems with performance or responsiveness
labels
Jun 22, 2022
Looking at the changes in https://github.com/zcash/orchard/pull/338/files, we will probably pull in |
conradoplg
added
P-High 🔥
and removed
S-blocked
Status: Blocked on other tasks
P-Medium ⚡
labels
Jun 30, 2022
1 task
Note commitment tree updates are slower than proofs, and single-threaded, so they are a higher priority than orchard batching. |
Performance improvements are a low priority right now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-enhancement
Category: This is an improvement
I-slow
Problems with performance or responsiveness
S-blocked
Status: Blocked on other tasks
Motivation
The
halo2_proofs
cratedoes not yet support batch verification(I think it does but we don't use it yet, but in any case its performance was improved recently). When it does, we should use it, since there are some blocks with many Orchard actions that are taking seconds to validate.Designs
Related Work
The text was updated successfully, but these errors were encountered: