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

Release v2.0.10 #102

Merged
merged 4 commits into from
Aug 26, 2024
Merged

Release v2.0.10 #102

merged 4 commits into from
Aug 26, 2024

Conversation

MarkLTZ
Copy link
Contributor

@MarkLTZ MarkLTZ commented Aug 25, 2024

This PR resolved a critical bug that prevented the program from starting up correctly in some cases.
The issue occurred during the startup process when the program attempted to rescan the latest indexed blocks.
A failure in the LoadBlockIndex() function, caused by a corrupted index file, was identified as the root cause.

Symptom:

GetBlockHeader: Failed to read index entryERROR: LoadBlockIndex(): failed to read index entry: diskindex hash = e9bd6b9a3ea51217b4cfad381550c24b025f38717f3e477399d18fbaf83ab790

@MarkLTZ MarkLTZ marked this pull request as draft August 25, 2024 10:42
@MarkLTZ MarkLTZ self-assigned this Aug 25, 2024
@MarkLTZ MarkLTZ added bug do not merge yet PR is marked as draft work in progress This PR is still work in progress labels Aug 25, 2024
@MarkLTZ MarkLTZ force-pushed the 2.0.10 branch 9 times, most recently from 3a64a47 to 7ca6a05 Compare August 25, 2024 20:28
@MarkLTZ MarkLTZ removed do not merge yet PR is marked as draft work in progress This PR is still work in progress labels Aug 26, 2024
@MarkLTZ MarkLTZ marked this pull request as ready for review August 26, 2024 08:19
@MarkLTZ MarkLTZ merged commit fb4f23b into btcz:master Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant