feat(parachain/availability-distribution): implement fetchChunkTask
#4491
Labels
C-simple
Minor changes changes, no additional research needed. Good first issue/review.
S-subsystems-availability
issues related to polkadot host availability subsystem functionality.
T-implementation
this issue/pr is a new feature or functionality.
Issue summary
This functionality is part of the message handling logic for
ActiveLeavesUpdateSignal
.Implementation details
Implement the type
fetchChunkTask
(or whatever name you prefer) for fetching erasure chunks from validators and keeping track of leaves for which those chunks are relevant.Apart from a slice of hashes representing the relevant leaves,
fetchChunkTask
needs to have access to the overseer channel for sending request messages to the network bridge.Other information and links
Acceptance criteria
The text was updated successfully, but these errors were encountered: