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 our own sync loop #35

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Use our own sync loop #35

wants to merge 15 commits into from

Conversation

ec2
Copy link
Member

@ec2 ec2 commented Oct 1, 2024

Changes

Copies over the basic sync loop from the sync module in zcash_client_backend. We do this so that instead of passing a mutable reference to the wallet db, we can pass in the wallet protected by a RwLock and the lock as needed so we can call other operations on the wallet such as transaction creation or balances while syncing is happening.

Tests


Issues

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

Successfully merging this pull request may close these issues.

2 participants