ChainSafe / gossamer

🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
432 stars 117 forks source link

(feat/parachain): Implement code for FetchSystematicChunks recovery strategy #4300

Open edwardmack opened 3 weeks ago

edwardmack commented 3 weeks ago

Issue summary

The Availability Recovery subsystem utilizes different Recovery Strategies in the handle recovery task, this issue encompasses the implementation for the FetchSystematicChunks recovery strategy. This issues should also address the creation of unit tests this.

Other information and links