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

Avoid unnecessary hash computation during block sync #3244

Closed
bowenwang1996 opened this issue Aug 25, 2020 · 1 comment
Closed

Avoid unnecessary hash computation during block sync #3244

bowenwang1996 opened this issue Aug 25, 2020 · 1 comment
Assignees
Labels
A-chain Area: Chain, client & related

Comments

@bowenwang1996
Copy link
Collaborator

Currently on every iteration of block sync we would recompute the hashes of blocks that we need to sync. This is extremely slow when the number of blocks we need to sync is large and should be fixed.

@bowenwang1996 bowenwang1996 self-assigned this Aug 25, 2020
@bowenwang1996 bowenwang1996 added the A-chain Area: Chain, client & related label Aug 25, 2020
@bowenwang1996
Copy link
Collaborator Author

Fixed in #3241

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-chain Area: Chain, client & related
Projects
None yet
Development

No branches or pull requests

1 participant