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: peer chain size #2336

Merged
merged 1 commit into from
Feb 22, 2023
Merged

fix: peer chain size #2336

merged 1 commit into from
Feb 22, 2023

Conversation

mfrankovi
Copy link
Contributor

Vote with the proposed pbft block might be gossiped over nodes that might not be fully synced. We can not assume the chain size from the proposed block to be the same as the peer that sent it. Only exception is if the peer that is sending it is the actual voter.

This might have caused pbft syncing issues related to the issue this PR is linked to

@mfrankovi mfrankovi linked an issue Feb 20, 2023 that may be closed by this pull request
@mfrankovi mfrankovi merged commit 368167f into develop Feb 22, 2023
@mfrankovi mfrankovi deleted the peer_chain_size branch February 22, 2023 15:02
@taraxadeploy
Copy link
Collaborator

prnet cleaned-up successfully

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.

Investigate syncing
4 participants