-
Notifications
You must be signed in to change notification settings - Fork 115
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
change(state): Add note subtree index handling to zebra-state, but don't write them to the finalized state yet #7334
Conversation
Visit the preview URL for this PR (updated for commit aea9320): https://zebra-docs-book--preview-0di6tduu.web.app (expires Thu, 24 Aug 2023 22:59:27 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 8d460e315475673a76f0ab870fc114279ba7381c |
Visit the preview URL for this PR (updated for commit aea9320): https://zebra-docs-external--preview-t4y2orst.web.app (expires Thu, 24 Aug 2023 23:00:33 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 705897b721e180be8dabb12f6fb28ccb185183d6 |
Visit the preview URL for this PR (updated for commit aea9320): https://zebra-docs-internal--preview-brkz2hqb.web.app (expires Thu, 24 Aug 2023 23:01:36 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 5a34f7d8d9b292211c2deeb6afaff9045ab060e0 |
5170969
to
e430154
Compare
Co-authored-by: teor <[email protected]>
e8d7bb0
to
8b53133
Compare
8b53133
to
7d90cfb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, let's see if we can get this merged.
Motivation
This is needed to support "spend before sync" in lightwalletd.
Part of #6953.
Solution
is_complete_subtree()
,subtree_index
, andsubtree_root
methods to Sapling and OrchardNoteCommitmentTree
s.merge_cf
Review
Anyone can review.
Reviewer Checklist
Follow Up Work