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

improving blockchain synchronization #477

Closed
b00f opened this issue May 20, 2023 · 1 comment
Closed

improving blockchain synchronization #477

b00f opened this issue May 20, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed p2p

Comments

@b00f
Copy link
Collaborator

b00f commented May 20, 2023

Describe the problem you'd like to have solved

When synchronizing the blockchain, we currently choose some peers randomly to download blocks.
This approach, however, can result in choosing peers with poor connectivity or in some cases, no connection at all.

Describe the ideal solution

A more efficient approach involves selecting the "best" peers to request the missing blocks from them.
The best peers can be determined by factors such as network latency and connection type.
This solution could potentially enhance the block syncing process.

Related to #476

@b00f b00f added enhancement New feature or request help wanted Extra attention is needed p2p labels May 20, 2023
@b00f
Copy link
Collaborator Author

b00f commented Jun 20, 2023

Fixed in #482

@b00f b00f closed this as completed Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed p2p
Projects
None yet
Development

No branches or pull requests

1 participant