Skip to content

Bug: Download Blockchain stucks at arbitrary point #359

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

Closed
capt4ce opened this issue Oct 22, 2019 · 0 comments · Fixed by #370 or #731
Closed

Bug: Download Blockchain stucks at arbitrary point #359

capt4ce opened this issue Oct 22, 2019 · 0 comments · Fixed by #370 or #731
Assignees
Labels
BUG Something isn't working

Comments

@capt4ce
Copy link
Contributor

capt4ce commented Oct 22, 2019

Description

Download blockchain stops during the download process of the blocks at some arbitrary point. It is because when downloading a blocks in segments from peers, the common block is also included in that block, therefore it is treated as fork block. And when we want to apply that fork blocks, it will fail as it is already in the blockchain, so the whole download blocks process is rolled back.

Steps to reproduce

--

Expected behavior

The common block should not be tried to be applied again.

@capt4ce capt4ce added the BUG Something isn't working label Oct 22, 2019
@capt4ce capt4ce self-assigned this Oct 22, 2019
@capt4ce capt4ce mentioned this issue Oct 24, 2019
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant