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

fix: fixing syncing stuck issue #720

Merged
merged 5 commits into from
Oct 1, 2023
Merged

fix: fixing syncing stuck issue #720

merged 5 commits into from
Oct 1, 2023

Conversation

themantre
Copy link
Contributor

Description

This PR fixes the syncing issues at the Pre-Testnet-2.
The problem arises because some received blocks have stripped public keys, and validating blocks will encounter errors.
It is fixed by validating each new block after committing the previous block and indexing the public keys.

@codecov
Copy link

codecov bot commented Oct 1, 2023

Codecov Report

Merging #720 (f275321) into main (712cc26) will increase coverage by 0.07%.
The diff coverage is 93.54%.

@@            Coverage Diff             @@
##             main     #720      +/-   ##
==========================================
+ Coverage   83.05%   83.13%   +0.07%     
==========================================
  Files         171      171              
  Lines        7951     7956       +5     
==========================================
+ Hits         6604     6614      +10     
+ Misses       1031     1027       -4     
+ Partials      316      315       -1     

@b00f b00f merged commit 6b66ab0 into main Oct 1, 2023
12 checks passed
@b00f b00f deleted the fixing-syncing-issue branch October 1, 2023 08:23
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