ChainSafe / ChainSafe/lodestar
[block-input-refactor] consider download data columns from multiple peers at a time
Open
meta-bug
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 483
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 150
Description
### Describe the bug
in BlockInputSync of #8200, when we request `data_column_sidecars_by_root`, it could take up to 10s because peer may only response when it has all data
### Expected behavior
in BlockInputSync, we need to consider downloading from multiple peers of a time instead of doing it sequentially
### Steps to reproduce
_No response_
### Additional context
_No response_
### Operating system
Linux
### Lodestar version or commit hash
mkeil/refactor-block-input-on-unstable
Contributor guide
Assessment
This issue has not been assessed yet.