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

Improve sync #11

Closed
wants to merge 2 commits into from
Closed

Improve sync #11

wants to merge 2 commits into from

Conversation

ineiti
Copy link
Member

@ineiti ineiti commented Nov 28, 2023

This commit adds a faster synchronisation protocol which only gets called if a node
thinks it's out of sync with the rest of the chain.
The messages passed back and forth are kept minimal to avoid using too much bandwidth.
The cosipbft can now be run either with the old blocksync, or using fastsync.

@ineiti ineiti self-assigned this Nov 28, 2023
@ineiti ineiti marked this pull request as draft November 28, 2023 09:35
@ineiti ineiti force-pushed the improve_sync branch 23 times, most recently from 6735585 to 1270616 Compare November 29, 2023 16:54
@ineiti ineiti changed the base branch from comments_catch_error to main November 30, 2023 17:16
This commit adds a faster synchronisation protocol which only gets called if a node
thinks it's out of sync with the rest of the chain.
The messages passed back and forth are kept minimal to avoid using too much bandwidth.
The cosipbft can now be run either with the old blocksync, or using fastsync.
@ineiti
Copy link
Member Author

ineiti commented Dec 5, 2023

Closing in favor of #14 (changed branch name)

@ineiti
Copy link
Member Author

ineiti commented Dec 11, 2023

Closed in favor of #14

@ineiti ineiti closed this Dec 11, 2023
@ineiti ineiti deleted the improve_sync branch December 11, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant