-
Notifications
You must be signed in to change notification settings - Fork 326
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
Better address setup #372
Comments
Per our team chat yesterday I changed this into a summer-of-bitcoin project. |
I think this one needs to be expanded up on since I don't know what I would do with it if I had to tackle it. In particular I'm not totally clear on the motivation and what the result should look like. |
The genesis of this issue is #354. My understanding is when addresses are requested (ie. In my mind this change will create a table for all But maybe there's a better way to address the two issues from #354 and we can explore that with whoever takes this on. |
Closing this issue since sync/scan works differently now with the |
Description
Instead of using the derivation index we should store for each address whether or not it has been "setup" with the blockchain backend. We could merge
Blockchain::setup()
withBlockchain::sync()
and just let the function decide what to do with each address based on its status.Probably depends on #359 since we would have to change the db interface.
Expected Outcomes
Resources
Skills Required
Mentor(s)
@notmandatory
Difficulty
Medium
Competency Test
The text was updated successfully, but these errors were encountered: