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

Use ScanSummary to reduce number of wallet balance updates #1369

Open
str4d opened this issue Jan 24, 2024 · 0 comments
Open

Use ScanSummary to reduce number of wallet balance updates #1369

str4d opened this issue Jan 24, 2024 · 0 comments

Comments

@str4d
Copy link
Contributor

str4d commented Jan 24, 2024

The ScanSummary data exposed by #1368 includes the number of notes that were detected as spent or received due to scanning the range. We can use this to reduce the number of getWalletSummary FFI calls; we don't need to update the Sapling balance if no Sapling notes were spent or received.

@str4d str4d added this to the Zeboot milestone Jan 24, 2024
@str4d str4d modified the milestones: Zeboot, Zashi 1.0 performance Feb 2, 2024
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

1 participant