We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b0a96 commit 7bf20acCopy full SHA for 7bf20ac
beacon_chain/spec/peerdas_helpers.nim
@@ -154,7 +154,6 @@ proc recover_cells_and_proofs_parallel*(
154
dataColumns: seq[ref fulu.DataColumnSidecar]):
155
Result[seq[CellsAndProofs], cstring] =
156
## Recover blobs from data column sidecars in parallel.
157
- ## - Avoids passing stack-owned seq headers to tasks (uses heap-backed seqs + .copy).
158
## - Bounds in-flight tasks to limit peak memory.
159
## - Ensures all spawned tasks are awaited (drained) on any early return.
160
0 commit comments