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

Add range-based note commitment trees to the light client #729

Closed
str4d opened this issue Dec 9, 2022 · 1 comment
Closed

Add range-based note commitment trees to the light client #729

str4d opened this issue Dec 9, 2022 · 1 comment
Assignees

Comments

@str4d
Copy link
Contributor

str4d commented Dec 9, 2022

Once zcash/incrementalmerkletree#48 is complete, we want to integrate it into zcash_client_backend and zcash_client_sqlite as a component of DAGSync. As a stepping stone towards this, we should integrate it into the zcash_client_sqlite datastore, and then when new notes are discovered as part of scan_cached_blocks, we add them to the new tree. The new tree can then be updated independently of both the existing witnesses and subsequent scan_cached_blocks calls (and perhaps we even leave the existing witness update logic in place initially for minimal disruption).

@nuttycom nuttycom added this to the Pre-DAG-Sync milestone Jan 26, 2023
@nuttycom nuttycom modified the milestones: Pre-DAG-Sync, Release 5.5.0, Release 5.6.0 Mar 9, 2023
@nuttycom nuttycom modified the milestones: Release 5.6.0, Pre-DAG-Sync Mar 23, 2023
@nuttycom nuttycom self-assigned this Jun 7, 2023
@nuttycom
Copy link
Contributor

Closed by #831

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants