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

Reindex transactions after rescan and add rescan progress listener #78

Merged
merged 4 commits into from
Dec 24, 2019

Conversation

beansgum
Copy link
Contributor

This change adds a listener interface that broadcasts updates to the frontend when the wallet is rescanning. Transactions saved to the database are cleared after a successful rescan and an index operation is started from block height 0 to the latest block.
Closes #71

This change adds a listener interface that broadcasts updates to the
frontend when the wallet is rescanning. Transactions saved to the database
are cleared after a successful rescan and an index operation is started
from block height 0 to the latest block.
rescan.go Show resolved Hide resolved
rescan.go Show resolved Hide resolved
rescan.go Outdated Show resolved Hide resolved
rescan.go Outdated Show resolved Hide resolved
rescan.go Show resolved Hide resolved
rescan.go Show resolved Hide resolved
rescan.go Show resolved Hide resolved
txindex/save.go Outdated Show resolved Hide resolved
rescan.go Outdated Show resolved Hide resolved
rescan.go Outdated Show resolved Hide resolved
rescan.go Outdated Show resolved Hide resolved
@itswisdomagain itswisdomagain merged commit 29f1df2 into planetdecred:master Dec 24, 2019
@beansgum beansgum deleted the rescan_progress branch January 11, 2020 14:45
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.

Reindex transactions after block rescan
2 participants