planetarium / libplanet

Blockchain in C#/.NET for on-chain, decentralized gaming
https://docs.libplanet.io/
GNU Lesser General Public License v2.1
510 stars 144 forks source link

Header first IBD #569

Closed limebell closed 1 year ago

limebell commented 5 years ago

During IBD, swarm request previous blocks and immediately append them to chain. This delays IBD process because downloading and appending cannot be done simultaneously. Download required block hashes first, then download blocks from various peers at the same time will reduce bottleneck.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.