ChainSafe / gossamer

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

(feat/parachain): Implement code for FetchChunks recovery strategy #4301

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 FetchChunks recovery strategy. This issues should also address the creation of unit tests this.

Other information and links